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

Bump version to 1.7.3-beta3

parent ab473f2c
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-git") set(Nootka_VERSION_PATCH "3-beta3")
set(Nootka_VERSION "${Nootka_VERSION_MAJOR}.${Nootka_VERSION_MINOR}") set(Nootka_VERSION "${Nootka_VERSION_MAJOR}.${Nootka_VERSION_MINOR}")
......
...@@ -7,11 +7,13 @@ ...@@ -7,11 +7,13 @@
============================================================================ ============================================================================
### Bugs to fix: ### Bugs to fix:
- 'out of instrument' message for sax doesn't fit a size
- Exams: For non guitars single note question "give name of:" has nothing more - Exams: For non guitars single note question "give name of:" has nothing more
- certificate for i.e. piano has strange size - probably font size/DPI scaling related issue - certificate for i.e. piano has strange size - probably font size/DPI scaling related issue
- for melody set level selection accidentals to use makes no sense - for melody set level selection accidentals to use makes no sense
- do not allow selecting rests to start playing from them - do not allow selecting rests to start playing from them
- jump to first tied note when playing position is changed - jump to first tied note when playing position is changed
- playing with metronome doesn't work under Android
### To test: ### To test:
- melodies with ties and multiple rests (either playing or writing) - melodies with ties and multiple rests (either playing or writing)
...@@ -21,15 +23,14 @@ ...@@ -21,15 +23,14 @@
- levels with melodies to be played and written in one - levels with melodies to be played and written in one
### For incoming stable release version 2.0 ### For incoming stable release version 2.0
- Fix editing score under Android
- Default font size - initial value is taken wrongly, so probably all adjustments have to be reviewed - Default font size - initial value is taken wrongly, so probably all adjustments have to be reviewed
- (Settings) When tuning changes clef, set it for global and vice versa - change tuning clef when score one changes - (Settings) When tuning changes clef, set it for global and vice versa - change tuning clef when score one changes
- level creator: - level creator:
- fix storing melody list in temporary/edited level - use that level list instead of creating pointers - fix storing melody list in temporary/edited level - use that level list instead of creating pointers
- make difference between background color of *.nel *.noo icons - to better distinguish them
- add more levels, in separate files, distributed with the installers - add more levels, in separate files, distributed with the installers
- "Got It!" clues in some crucial parts: Android quick menu, pitch detection and so on - "Got It!" clues in some crucial parts: Android quick menu, pitch detection and so on
- exam summary - give more valuable info, wear it nicely - add info that reading grand staff from musicxml created out of Nootka is not supported
- exam summary - give more valuable info, display it nicely
- charts - show preview of entire melody, chart tip is not suitable for it - charts - show preview of entire melody, chart tip is not suitable for it
- migrate on preferred 48000 sample rate (ogg files and audio methods). DO NOT forget to resize output samples length - migrate on preferred 48000 sample rate (ogg files and audio methods). DO NOT forget to resize output samples length
......
1.7.3 git 1.7.3 beta3
- new way of detecting note/rest duration (rhythms) - new 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
......
<?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.2-beta2" android:versionName="1.7.3-beta3"
android:versionCode="45" android:versionCode="45"
android:installLocation="auto"> android:installLocation="auto">
<application android:hardwareAccelerated="true" <application android:hardwareAccelerated="true"
......
#define NOOTKA_VERSION "1.7.3-git" #define NOOTKA_VERSION "1.7.3-beta3"
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