Skip to content
Snippets Groups Projects
Commit 4162639d authored by SeeLook's avatar SeeLook
Browse files

Android version bumped to 1.2A.5-rc1

parent 240343a9
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ SET(Nootka_VERSION_MAJOR "1")
SET(Nootka_VERSION_MINOR "3")
SET(Nootka_VERSION_PATCH "0-alpha")
set(Nootka_ANDROID_VERSION "1.2A.4-beta2")
set(Nootka_ANDROID_VERSION "1.2A.5-rc1")
SET(Nootka_VERSION "${Nootka_VERSION_MAJOR}.${Nootka_VERSION_MINOR}")
SET(Nootka_VERSION_FULL "${Nootka_VERSION}.${Nootka_VERSION_PATCH}")
......
1.2A.5 beta3
1.2A.5 rc1
ANDROID
- added update checker
- fixed fluency of playing, no more glitches
- improved widget to starting lessons
BUGS FIXES
- fixed fluency of playing guitar sounds
- fixed random crashes during editing score with multiple staves
Under the hood
- reorganized layout of libraries, score is in separate lib
- exam execution moved to plugin
1.2.5
Clef menu visibility fixes for Qt 5.6 compatibility
- added new levels
- added donors list
BUGS FIXES
- clef menu visibility fixes for Qt 5.6 compatibility
- fixed storing of instrument scale for non guitars
- other minor fixes
1.2A.4 beta2
ANDROID
......
//#if defined (Q_OS_ANDROID)
// #define NOOTKA_VERSION "1.2A.4-beta2"
//#else
#if defined (Q_OS_ANDROID)
#define NOOTKA_VERSION "1.2A.5-rc1"
#else
#define NOOTKA_VERSION "1.3.0-alpha"
//#endif
#endif
//#if defined (Q_OS_ANDROID)
// #define NOOTKA_VERSION "@Nootka_ANDROID_VERSION@"
//#else
#if defined (Q_OS_ANDROID)
#define NOOTKA_VERSION "@Nootka_ANDROID_VERSION@"
#else
#define NOOTKA_VERSION "@Nootka_VERSION_FULL@"
//#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment