File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1+ * Version 5.0.1 (released 2019-10-16)
2+ ** New colors for the account icons.
3+ ** Use Roboto font on all platforms.
4+ ** Increase some text sizes for better readability.
5+ ** Change icon for the Settings button and move it to the left.
6+ ** SysTray: Open application on double-click.
7+ ** Terminology: Use "Accounts" instead of "Credentials".
8+ ** Bugfix: Clear old accounts correctly when switching between devices.
9+ ** Add keyboard shortcut (Ctrl/Cmd + i) for info popup.
10+
111* Version 5.0.0 (released 2019-09-23)
212 ** New UI based on Material Design and Qt Quick Controls 2
313 ** Add Dark Mode and Light Mode
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ HEADERS += screenshot.h
66
77# This is the internal verson number, Windows requires 4 digits.
88win32 |win64 {
9- VERSION = 5.0.0 .0
9+ VERSION = 5.0.1 .0
1010} else {
11- VERSION = 5.0.0
11+ VERSION = 5.0.1
1212}
1313# This is the version shown on the About page
14- DEFINES += APP_VERSION =\ \\"5.0.0 \\\"
14+ DEFINES += APP_VERSION =\ \\"5.0.1 \\\"
1515
1616message (Version of this build: $$VERSION )
1717
You can’t perform that action at this time.
0 commit comments