Skip to content

v3.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 22:29
· 316 commits to master since this release
f698e45
  • 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 :trollface:).
    • 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