Skip to content
Snippets Groups Projects
Commit c4f47c6b authored by SeeLook's avatar SeeLook :musical_note:
Browse files

1.7.3-git is on

- let's hope it becomes 1.9.0-rc1
parent 41b77e30
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ project(nootka) ...@@ -12,7 +12,7 @@ project(nootka)
set(Nootka_VERSION_MAJOR "1") set(Nootka_VERSION_MAJOR "1")
set(Nootka_VERSION_MINOR "7") set(Nootka_VERSION_MINOR "7")
set(Nootka_VERSION_PATCH "3-beta3") set(Nootka_VERSION_PATCH "4-git")
set(Nootka_VERSION "${Nootka_VERSION_MAJOR}.${Nootka_VERSION_MINOR}") set(Nootka_VERSION "${Nootka_VERSION_MAJOR}.${Nootka_VERSION_MINOR}")
......
1.7.4 git (1.9.0-rc1 ultimately)
1.7.3 beta3 1.7.3 beta3
- new way of detecting note/rest duration (rhythms) - new, better way of detecting note/rest duration (rhythms)
- managing rests and ties in exam melodies - managing rests and ties in exam melodies
- exam melodies from melody set can be played in order - exam melodies from melody set can be played in order
- melodies order in set is editable - melodies order in set is editable
...@@ -23,7 +25,7 @@ ...@@ -23,7 +25,7 @@
- use long press to display description of some controls - use long press to display description of some controls
- vol keys invoke tuner but control volume when playing - vol keys invoke tuner but control volume when playing
1.7.1 (never released) 1.7.1
- improved analysis charts (look and behavior) - improved analysis charts (look and behavior)
- added handy drawer with exam list and chart options - added handy drawer with exam list and chart options
- improved tuner, added middle 'a' frequency settings there - improved tuner, added middle 'a' frequency settings there
......
<?xml version="1.0"?> <?xml version="1.0"?>
<manifest package="net.sf.nootka" <manifest package="net.sf.nootka"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:versionName="1.7.3-beta3" android:versionName="1.7.4-git"
android:versionCode="47" android:versionCode="48"
android:installLocation="auto"> android:installLocation="auto">
<application android:hardwareAccelerated="true" <application android:hardwareAccelerated="true"
android:name="org.qtproject.qt5.android.bindings.QtApplication" android:name="org.qtproject.qt5.android.bindings.QtApplication"
......
#define NOOTKA_VERSION "1.7.3-beta3" #define NOOTKA_VERSION "1.7.4-git"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment