Bump version number and update change log.

This commit is contained in:
Jonathan Martin
2023-03-31 13:26:02 -07:00
parent a4d37708ac
commit f82f07747e
2 changed files with 17 additions and 1 deletions
+16
View File
@@ -1,3 +1,19 @@
2.7.1 (31/03/2023)
All:
* Added new logout and quit screens. #457
* Fixed app crash during startup. #8
* Fixed additional preference items are sometimes expanded when they shouldn't be issues. #605/#610
Windows:
* Added -username and -password command-line arguments to the installer. #309
* Fixed uninstall executable fails when uninstalling. #611
* Update installer to use new icons. #142
macOS:
* Update installer to use new icons. #142
Linux:
* Fixed incorrect minimum glib requirements for install on Debian and Arch. #501
* Fixed custom configs not pinged on Linux. #613
2.7.0 (22/03/2023)
All:
* Added support for language translations. #8
+1 -1
View File
@@ -2,7 +2,7 @@
#define WINDSCRIBE_MAJOR_VERSION 2
#define WINDSCRIBE_MINOR_VERSION 7
#define WINDSCRIBE_BUILD_VERSION 0
#define WINDSCRIBE_BUILD_VERSION 1
// only one of these should be enabled; neither -> stable
//#define WINDSCRIBE_IS_BETA