v3.8.0
- Add support for redirecting to HTTP pages (#209).
- Improve unhandled error... handling?
- Provide an option to let application run even after it has crashed (so you can break it further ).
- Do not let application crash when URLs in permission handlers are invalid (#217).
- Use ECMAScript 2022 features in compiled code (e.g.
class
keyword for declaring classes). - Try to fix issues with comparing favicons with hashes.
- Do not convert data URLs to native images.
- Do not convert native images to platform-specific and quite varying bitmap format.
- Improve rendering alert message boxes in documentation markdown parser.
- Upload lock file with the source code for more reproducible builds.
- Refactor WebSocket server implementation.
- Close unsuccessful connections with appropriate message (to fix #225 on WebCord's side).
- Make scrollbars more compact in WebCord's internal pages.
- This might be one of the most controversial changes, therefore hearing opinions on that would be great; please use Discussions for that purpose and not the bug tracker.
- Initial work on 🇬🇷️ Greek and 🇪🇸️ Spanish localization files (#218).
Full Changelog: v3.7.1...v3.8.0