Skip to content
Snippets Groups Projects
Commit 5c41b917 authored by SeeLook's avatar SeeLook
Browse files

Bumped to 1.2.0

parent 6e1ff596
Branches
Tags
No related merge requests found
......@@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 2.8.12)
project(nootka)
SET(Nootka_VERSION_MAJOR "1")
SET(Nootka_VERSION_MINOR "1")
SET(Nootka_VERSION_PATCH "7-rc2")
SET(Nootka_VERSION_MINOR "2")
SET(Nootka_VERSION_PATCH "0")
SET(Nootka_VERSION "${Nootka_VERSION_MAJOR}.${Nootka_VERSION_MINOR}")
SET(Nootka_VERSION_FULL "${Nootka_VERSION}.${Nootka_VERSION_PATCH}")
......
......@@ -8,7 +8,7 @@
- fixed melody chart tip - correctly displays every attempt summary
- fixed and improved animations of accidentals from note to key signature
- intonation checking respects properly setting of accuracy level
- fixed issue when exam was corrupted due to reading it from a file wrongly
- fixed issue when exam was corrupted due to wrongly reading it from a file
- fixed determining mistake types for melodies
- fixed chart issues when melodies are analyzing
- fixed a lot of small glitches
......@@ -310,8 +310,7 @@
- questions and answers view is more clear
- right mouse button asks questions and checks answers
- preventing to use levels with a range out of current tune and frets number
- possibility of changing colors
(note pointer, finger/string pointer, questions/answers colors etc.)
- possibility of changing colors of some elements
BUGS FIXES
- fixed drawing last fret out of a fingerboard
- fixed proper position of a clef and accidentals
......
#define NOOTKA_VERSION "1.1.7-rc2"
#define NOOTKA_VERSION "1.2.0"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment