Skip to content

Releases: trigg/Discover

Discover Overlay v0.7.8

16 Aug 09:48
Compare
Choose a tag to compare
- forgot my version bump

Discover Overlay v0.7.7

16 Aug 09:37
Compare
Choose a tag to compare
  • Fix a formatting bug occuring in python 3.11

Discover Overlay v0.7.6

14 Aug 22:27
Compare
Choose a tag to compare
  • Use plug name for monitor storage in config
  • Fix an accidental unmute in audioassist
  • Switch close codepaths to a better alernative
  • Fixup for last-spoken logic

Discover Overlay v0.7.4

24 Apr 23:30
Compare
Choose a tag to compare
  • Settings window should use native display size in gamescope mode
  • Resize-window fixed in gamescope
  • Fix multiple overlays in gamescope
  • Added 'Any' to monitor option list
  • Gracefully ignore when display temporarily has no screens
  • Fix audio assist going out of sync with device state
  • Add label to system tray where needed
  • Repair Cinnamon special case

Discover Overlay v0.7.3

03 Apr 21:45
Compare
Choose a tag to compare
  • Added pipewire/pulse integration
    • If you mute mic, Discord will show you as muted
    • If you mute output, Discord will show you as deafened
  • Added controls to Configuration window
    • Up/Down/Left/Right to move element
    • Space to select element
    • Escape to unselect element
    • While an element is selected Up/Down/Left/Right to change value
  • Moved Voice advanced options to another tab
  • New French translations from @Bqleine

Discover Overlay v0.7.2

03 Apr 18:39
Compare
Choose a tag to compare
  • Added option to fade out voice chat while inactive
  • Fixed reload of all user avatars when changing transparency
  • Fixed crash where there is no X11 window under Gtk Window
  • Improved French translations thanks to @Bqleine

v0.7.1

19 Mar 16:52
Compare
Choose a tag to compare

Quick bugfix release:

  • clean up stale file handle on disconnection from client
  • This was causing GTK to go into an infinite loop after client disconnected

v0.7.0

22 Feb 09:17
f67f5cc
Compare
Choose a tag to compare

Overview : This update brings in a bunch of changes which remove our previous reliance on timeouts. For most users this will seem to do absolutely nothing, but for users where this program is idling and on battery power it will allow the OS to scale down battery usage much further than previously able.

  • Fix rendering title with incorrect font
  • Fix accidentally using None in dud voice data
  • Included a lot of RPC documentation to README
  • Differentiate Text & Notification window titles for better catching by window managers
  • Catch monitors layout change and monitor resolution change and re-render overlays
  • Reduce reconnect rate when local discord goes away
  • Cache user access token and attempt to reconnect quicker using it
  • Changed connection origin to localhost
  • Rewrote entire connection handler core to remove timeouts that never stopped
    • Removed 60hz tick for reading local connection to discord
    • Removed 1hz tick for re-rendering voice overlay even if data remained the same
    • Removed 1hz tick for re-rendering notification overlay even if data remained the same
    • Add a one-off timeout after render where data is expected to auto-hide itself
    • Implemented socket read and reconnect login in GLib main loop

Discover Overlay v0.6.9

29 Sep 08:49
Compare
Choose a tag to compare
  • Fixed Mute action typo

Discover Overlay v0.6.8

29 Sep 08:16
7154947
Compare
Choose a tag to compare
  • Added some Actions to the desktop entry of configuration
    • In some DEs this will allow easy keybinding of RPC commands
  • Detect running in a container
    • Make the autostart checkboxes non-functional in this case
  • Detect Bazzite and use a different autostart helper