Releases: SpacingBat3/WebCord
Releases · SpacingBat3/WebCord
v3.0.0-beta5
Full Changelog: v3.0.0-beta4...v3.0.0-beta5
v3.0.0-beta4
Full Changelog: v3.0.0-beta3...v3.0.0-beta4
v3.0.0-beta3
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
Full Changelog: v3.0.0-beta1...v3.0.0-beta2
v3.0.0-beta1
Changes
- Move
main.ts
andglobal.ts
to theglobal
folder. - Move code related to
package.json
tomodules/package.ts
. - Add class for more dynamic
package.json
parsing. - Update ESLint configuration to deny the use of the
any
types and fix code
whereany
type were used before. - Add icon for the close button.
- Develop new HTML-based About menu (WIP).
- Add
backgroundColor
property to some windows andappInfo
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
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
This is a patch release, focused on feature improvements and bug fixes.
Full Changelog: v2.1.2...v2.1.3
v2.1.2
This is a patch release, focused on feature improvements and bug fixes.
Full Changelog: v2.1.1...v2.1.2
v2.1.1
This is a patch release, focused on feature improvements and bug fixes.
Full Changelog: v2.1.0...v2.1.1
v2.1.0
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