This repository was archived by the owner on Oct 6, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1616// Static variables initialization
1717// -----------------------------------------------------------------------------
1818
19- QString DefinitionHolder::VERSION = " 2.0 " ;
19+ QString DefinitionHolder::VERSION = " 2.1 " ;
2020QString DefinitionHolder::NAME = " Symphytum" ;
2121QString DefinitionHolder::COMPANY = " giowisys" ;
2222QString DefinitionHolder::DOMAIN_NAME = " giowisys.com" ;
2323QString DefinitionHolder::UPDATE_URL = " https://giowck.github.io/symphytum/update/symphytum/updates" ;
2424QString DefinitionHolder::DOWNLOAD_URL = " https://giowck.github.io/symphytum/update.html" ;
25- int DefinitionHolder::SOFTWARE_BUILD = 5 ;
25+ int DefinitionHolder::SOFTWARE_BUILD = 6 ;
2626int DefinitionHolder::DATABASE_VERSION = 2 ;
2727bool DefinitionHolder::APP_STORE = false ;
2828QString DefinitionHolder::COPYRIGHT =
You can’t perform that action at this time.
0 commit comments