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