v3.10.1
github-actions
released this
02 Dec 21:49
·
176 commits
to master
since this release
- Move WebSocket implementation to SpacingBat3/DisConnection.
- This is made as a one of the changes to split WebCord into a few smaller modules.
- Implement support for
NODE_DEBUG
andDEBUG
env variables.- Both
NODE_DEBUG
andDEBUG
will be set to*
when--verbose
flag is present in app'sargv
. - WebCord will also log its debug messages if
NODE_DEBUG
includeswebcord
as one of elements.
- Both
- Improve algorithm that calculates and stores the window state.
- Fix a bug where
--start-minimized
/-m
flag could not work once app was closed maximized (#180). - Overall improve the logic used to determine how to store the application window.
- Fix a bug where
- Move to Electron 22.
- Bump minimal supported Electron version to
17.x.y
.- Remove some workarounds used for older Electron versions.
- Localize WebCord to 🇦🇪️ Arabic by @Ali-x98 in #322.
Full Changelog: v3.10.0...v3.10.1