From 857c7a626911e29ea7017b6f5d74cdae5f0bd785 Mon Sep 17 00:00:00 2001
From: SeeLook <seelook@gmail.com>
Date: Tue, 13 Apr 2021 21:58:39 +0200
Subject: [PATCH] Updated

---
 TODO.md | 5 ++---
 changes | 6 ++++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/TODO.md b/TODO.md
index 8eb9e2d16..91fcddd08 100644
--- a/TODO.md
+++ b/TODO.md
@@ -9,9 +9,9 @@
 
 ### Bugs to fix:
   - Actions after displaying certificate are messy
-  - Exam start/summary may not fit the window.
   - Exams: For non guitars single note question "give name of:" has nothing more
-  - older Android versions (below 7.1, 4.4 for sure) doesn't detect/load default translation
+  - On smaller mobile screens texts can be out of button
+  - level validation routines are optimized for guitars mostly, troubles are there
 
 ### To test:
   - melodies with ties and multiple rests (either playing or writing)
@@ -25,7 +25,6 @@
   - clean correction code, key signature anim maybe
   - level creator:
      - fix storing melody list in temporary/edited level - use that level list instead of creating pointers
-  - add more levels, in separate files, distributed with the installers
   - add info that reading grand staff from musicxml created out of Nootka is not supported
   - charts - show preview of entire melody, chart tip is not suitable for it
   - clean code:
diff --git a/changes b/changes
index 2c44243cd..738ee7e54 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,7 @@
-1.7.5 devel
-     - when window is not enough wide instrument can be scrolled
+1.9.0 rc1
+     - when window is not wide enough, instrument can be scrolled
      - dialogues can change content layout to fit available size
+     - added exercise to play Bach Minuet adjusted to instruments
      - bandoneon improvements (rhythms detection, layout)
      - initial translation into Ukrainian language
      - updated translations (cs, es, de, fr, it, pl)
@@ -8,6 +9,7 @@
     ANDROID
      - improved way of zooming instrument to select note on it
      - screen rotation is supported
+     - do not require access to files at very baginning
 
 1.7.4 beta4
      - 'Got It!' texts about important Nootka features
-- 
GitLab