Skip to content

Releases: SpacingBat3/WebCord

v2.0.1

04 Nov 21:18
Compare
Choose a tag to compare

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

31 Oct 22:02
Compare
Choose a tag to compare

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 for mainWindow 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

24 Oct 11:49
Compare
Choose a tag to compare
v2.0.0-beta6 Pre-release
Pre-release

v2.0.0-beta5

23 Oct 23:15
Compare
Choose a tag to compare
v2.0.0-beta5 Pre-release
Pre-release

v2.0.0-beta4

21 Oct 20:11
Compare
Choose a tag to compare
v2.0.0-beta4 Pre-release
Pre-release

v2.0.0-beta3

03 Oct 10:47
Compare
Choose a tag to compare
v2.0.0-beta3 Pre-release
Pre-release

Full Changelog: v1.6.1...v2.0.0-beta3

v1.6.1

12 Aug 15:48
Compare
Choose a tag to compare

This is a patch release, focused on fixing bugs and issues with existing features.

Click here for the list of changes since WebCord v1.6.0.

v1.6.0

06 Aug 12:28
Compare
Choose a tag to compare

Click here for the list of changes.

v1.5.0

25 Jun 22:38
Compare
Choose a tag to compare

New features / changes

  • Update :electron: 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

23 May 19:03
Compare
Choose a tag to compare
  • 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.