Releases: trigg/Discover
Releases · trigg/Discover
Discover Overlay v0.7.8
Discover Overlay v0.7.7
- Fix a formatting bug occuring in python 3.11
Discover Overlay v0.7.6
- 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
- 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
- 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
- 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
v0.7.0
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
- Fixed Mute action typo
Discover Overlay v0.6.8
- 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