Releases: SpacingBat3/WebCord
Releases · SpacingBat3/WebCord
v2.0.1
This is the patch release, focused on improving the existing features and patching the issues.
Full Changelog: v2.0.0...v2.0.1
v2.0.0
This is the major update, containing new features, fixing some bugs and security
issues (if they were found). The most important changes are:
Graphical interface changes:
- Implement HTML-based configuration window.
- In-app Markdown documentation reader.
- Splash while loading the application and
404.html
page. - Improve side bar animation.
- Make
switch
menu item in tray behave smarter. - Improved app localization logic, made
l10nSupport
available on the renderer process as well.
Security improvements:
- Enable
contextIsolation
formainWindow
as well. - Show message box on cross-origin redirections.
Bug fixes:
- Fix Spotify and Youtube embeds.
- Fix app being frozen on 2nd and greater instance.
Privacy improvements:
- Whitelist only some of the permissions to the Discord website.
- Block tracing requests in Discord API.
Other:
- Bump Electron to the latest major release (15).
- Improve
uncaughtException
message look.
For a list of all changes, please take a look at: v1.6.1...v2.0.0
v2.0.0-beta6
Full Changelog: v2.0.0-beta5...v2.0.0-beta6
v2.0.0-beta5
Full Changelog: v2.0.0-beta4...v2.0.0-beta5
v2.0.0-beta4
Full Changelog: v2.0.0-beta3...v2.0.0-beta4
v2.0.0-beta3
Full Changelog: v1.6.1...v2.0.0-beta3
v1.6.1
v1.6.0
v1.5.0
New features / changes
- Update Electron to next major version.
- Make "red dot" feature a lot smarter than it was before (by detecting current website favicon).
- Improve bug detection by auto generating bug template based on system configuration.
- Implemented and documented Webord's runtime flags:
--version
or-v
to display current application version,--start-minimized
or-m
to hide WebCord's window to the tray even before it shows on the screen.
Security updates
- Isolate
cosmetic.ts
functions (they can't be now accessed outside the brackets). - Improve permission handlers (it's now safer than it was before).
Bug fixes
- Fix content security policy for hCaptcha.
- Update Spanish translation (#53).
- Some updates within Polish and English translations.
Developer changes
- Implement support for JSON with comments format in code.
- Add type guard to check whenever JSON file is of
lang
format. - Start to sign commits with GPG key (from now, no one else will fake my commits and everyone can see what's official).
Miscellaneous
- Include some details to LICENSE files about the author.
v1.4.2
- Move 'Copying' to 'LICENSE' file.
- Update CSP generation.
- Fix warning with second instance message (warning because translations were initialized when app is not ready).
- Limit
shell.openExternal
usage to some protocols only (for security reasons). - Other code improvements.