Skip to content
This repository was archived by the owner on Oct 6, 2020. It is now read-only.

Commit d423fe1

Browse files
committed
preparing for v2.1 release
1 parent d7d986f commit d423fe1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ Version 2.1
44
===========
55

66
[New Features]
7+
- Dropbox API migration to v2 (v1 will stop working by 2017-06-28)
78
- Ability to hide the collection sidebar from the view menu
89
- Polish traslation added (thanks to MCbx)
910

11+
[Improvements]
12+
- Updated Qt to 5.9 (User interface library) for better compatibility with Windows 10 and macOS Sierra
13+
1014
[Bug Fixes]
1115
- Fixed crash when adding a new collection
1216
- Collection list is not updated correctly when a new collection is added or deleted

utils/definitionholder.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
// Static variables initialization
1717
//-----------------------------------------------------------------------------
1818

19-
QString DefinitionHolder::VERSION = "2.0";
19+
QString DefinitionHolder::VERSION = "2.1";
2020
QString DefinitionHolder::NAME = "Symphytum";
2121
QString DefinitionHolder::COMPANY = "giowisys";
2222
QString DefinitionHolder::DOMAIN_NAME = "giowisys.com";
2323
QString DefinitionHolder::UPDATE_URL = "https://giowck.github.io/symphytum/update/symphytum/updates";
2424
QString DefinitionHolder::DOWNLOAD_URL = "https://giowck.github.io/symphytum/update.html";
25-
int DefinitionHolder::SOFTWARE_BUILD = 5;
25+
int DefinitionHolder::SOFTWARE_BUILD = 6;
2626
int DefinitionHolder::DATABASE_VERSION = 2;
2727
bool DefinitionHolder::APP_STORE = false;
2828
QString DefinitionHolder::COPYRIGHT =

0 commit comments

Comments
 (0)