Releases: SpacingBat3/WebCord
Releases · SpacingBat3/WebCord
v1.0.0 – "Forge" update
- Changed versioning scheme to
<major>.<minior>.<patch>
(withoutv
prefix in tag names). - Dropped the support for the archive package releases (at least for Linux).
- Moved from the
electron-builder
to theelectron-packager
. - Added the support for the new package standards:
deb
andrpm
. - Arch Linux releases are no longer distributed in releases (use
PKGBUILD
instead).
v0.2.0-rc3
Changes so far:
- some improvements with the event on which the red dot icon is visible,
- updated my email address inside the
package.json
(I still haven't made it accessible through the menu bar in my application).
v0.2.0-rc2
Most important changes:
- improved building system,
- added an
AppImage
andALPM
releases, - improved
package.json
, - added a PKGBUILD to the repository.
v0.2.0-rc1
Major changes in the repository. Changed the default behaviour of the menu bar, added the settings and help submenus, improved the part of the code that reads translations into the variable form, splitted the `main.js` script into the smaller JS scripts and some other minior changes in the translation strings and the about tab.
v0.1.5
Some improvements with tray icon. I've also added a way to "hide" a red dot when the notification is clicked.
v0.1.4
Minior fix in package.json
v0.1.3 – Bug Fix Update
A fix for the numerous bug fixes with the electron-builder
, including:
- a fix for an issue #2,
- a fix for the bug when "about" app icon couldn't be displayed after packaging,
- a fix for the bug where instead translated strings the English one were displayed after packaging, no matter user's locales,
v0.1.2 – Translations update!
- Added a way to translate app,
- Translated app to Polish and Spanish (Latin American),
- Typo fixes etc.
v0.1.1
Changes comparing to v0.1.0 (only sources):
- The
main.js
script gets now application version (used in "About" panel) from thepackage.json
, - Fixed an issue with
single-instance
sessions, - Trashed unused icon file from the sources.