diff --git a/TODO.md b/TODO.md
index 9eb6c4b0a5a6ea40c0107a2502ceb1aba6c49d5c..aefbfbc8d44e2c90d88227cc59da02b170cf825b 100644
--- a/TODO.md
+++ b/TODO.md
@@ -7,19 +7,30 @@
 ============================================================================
 ============================================================================
 
-### For next stable Nootka version 2.0.2 or above
-  - music XML import dialog, to select voice or staff if there are more, and so on
-    - fill partial measure with rests at the beginning
-  - improve ukulele
+### Fixes for incoming 2.0.2 version
+  - fix crash when chord(s) cannot be arpeggiated
+  - bowing symbols placement and disallow them for guitars
+  - allow rests on lower staff
+  - put in right order musicXML tags (Tchunk - \<note\> element)
+  - fill anacrusis measure with rest notes at the beginning
+  - improve ukulele:
+    - rosette
+    - bigger holes in head glyph
+    - equal samples
   - clean code if objections will not occur:
     - when right mouse button is not used: TexamExacutor and TexecutorSupply
+
+### For next stable Nootka version 2.0.4 or above
   - score helpers also utilized for musicxml import:
     - fold (simplify) ties & rests
+    - append another melody to score
+  - ...
 
 ### ...and much more in the post versions
   - **MIDI** input & revert MIDI out of course
   - migrate on preferred **48000 Hz** sample rate (ogg files and audio methods). DO NOT forget to resize output samples length
   - storing **custom tuning** named by user. Import/export tuning in XML files
+  - **undo/redo** for score modifications
   - **download particular instrument samples** file on demand - to save installers size
   - add **rests** option for random melodies in exams
   - **solfege** as a kind of an instrument with bunch of ear training exercises
diff --git a/changes b/changes
index e6ad82fdfcdfd6eb543209d63fa3c8419a4fae1e..4eb9d1b0ad44614d903b519a83795c7ffb9ea887 100644
--- a/changes
+++ b/changes
@@ -1,8 +1,12 @@
-2.0.1 devel
+2.0.1 rc1
+  Nootka plays ukulele
+     - added ukulele with defined popular tunings
      - dialog to import voice or part from entire musicXML score
      - support for read/write compressed musicXML file format (*.mxl)
      - option for transposing score - to key or by semitones
      - increase minimal Qt version to 5.12.0
+    ANDROID
+     - fixed access to file system when musicXML is opening
 
 2.0.0
   Nootka knows rhythms and plays a few more instruments