Skip to content

Releases: SpacingBat3/WebCord

v3.0.0-beta5

31 Dec 20:29
Compare
Choose a tag to compare
v3.0.0-beta5 Pre-release
Pre-release

v3.0.0-beta4

27 Dec 18:52
Compare
Choose a tag to compare
v3.0.0-beta4 Pre-release
Pre-release

v3.0.0-beta3

22 Dec 23:20
Compare
Choose a tag to compare
v3.0.0-beta3 Pre-release
Pre-release

Change accent color, update about window.

  • Remove experimental variable for About window mobile interface.
  • Move close button handling script to the preload.
  • Implement navigation buttons on the header of about window.
  • Translate about window navigation sections to Polish.
  • Bump application to next beta pre-release.

v3.0.0-beta2

21 Dec 21:17
Compare
Choose a tag to compare
v3.0.0-beta2 Pre-release
Pre-release

v3.0.0-beta1

17 Dec 21:56
Compare
Choose a tag to compare
v3.0.0-beta1 Pre-release
Pre-release

Changes

  • Move main.ts and global.ts to the global folder.
  • Move code related to package.json to modules/package.ts.
  • Add class for more dynamic package.json parsing.
  • Update ESLint configuration to deny the use of the any types and fix code
    where any type were used before.
  • Add icon for the close button.
  • Develop new HTML-based About menu (WIP).
  • Add backgroundColor property to some windows and appInfo object.
  • Bump application version (v3.0.0).

Patches

  • Mitigate a bug with pasting the images from clipboard that were copied from the websites.
  • Fix icon scale in the tray menu for some Linux distributions that really don't care about its size.

Full Changelog: v2.2.0...v3.0.0-beta1

v2.2.0

12 Dec 20:10
Compare
Choose a tag to compare

New features:

  • Implement the new build flag support to disable update notifications (WEBCORD_UPDATE_NOTIFICATIONS for Electron Forge).
  • Add experimental support to the Fosscord instances.
  • Add a tray indicator for unread messages (when unread badge is enabled in Discord settings).

Bug fixes:

  • Handle issues with the documentation reader when trying to load the markdown file that does not exists.
  • Fix update notification messages.
  • Fix CSP for Vimeo website.

Other:

  • Update the documentation files.
  • Update Electron version to the next major release (16).

See full changelog for other changes: v2.1.3...v2.2.0

v2.1.3

01 Dec 21:45
Compare
Choose a tag to compare

This is a patch release, focused on feature improvements and bug fixes.

Full Changelog: v2.1.2...v2.1.3

v2.1.2

22 Nov 20:27
Compare
Choose a tag to compare

This is a patch release, focused on feature improvements and bug fixes.

Full Changelog: v2.1.1...v2.1.2

v2.1.1

17 Nov 23:00
Compare
Choose a tag to compare

This is a patch release, focused on feature improvements and bug fixes.

Full Changelog: v2.1.0...v2.1.1

v2.1.0

12 Nov 11:29
Compare
Choose a tag to compare

This is a minior update, mainly focused on implementing some new features and improving the existing ones.

Full Changelog: v2.0.1...v2.1.0