diff --git a/TODO.md b/TODO.md
index 4536151391ade65632ed0a0e043426c1ae0dc062..ec7ec4b2e5a04515eb3ab0d36d7c673e696529b7 100644
--- a/TODO.md
+++ b/TODO.md
@@ -11,7 +11,6 @@
   - There is no right mouse button to check/ask question - do we need that???
   - (Settings) When tuning changes clef, set it for global and vice versa - change tuning clef when score one changes
   - randomly generated melodies have no rests yet, but see below for a reason
-  - add an option to skip rests (pitch detection gaps) and treat their duration as previous note was longer
   - level creator:
     - those three ways of generating melodies (range, notes, list) might be exposed more clearly
       especially list of melodies imported from files which seems to be very important feature
@@ -70,7 +69,6 @@
 ***
 
 ### SMALL NEW FEATURES/IMPROVEMENTS
-  - NoteData of Tartini might be cleaned
   - add minimal zoom value depends on screen resolution
   - average effectiveness line in chart
   - certificates would have some additional data about melodies
diff --git a/changes b/changes
index 1811da80967bc945ca02475d82e7da1c23d0362e..5500b1568abb31f06e64352e15570757ab41c589 100644
--- a/changes
+++ b/changes
@@ -1,4 +1,5 @@
 1.7.3 git
+     - new way of detecting note/rest duration (rhythms)
      - exam melodies from melody set can be played in order
      - melodies order in set is editable
      - user can define repeats number of melodies from the set
@@ -9,6 +10,8 @@
      - indicate input volume by scaling menu button dot
     LINUX
      - fixed AppImage issues - works under Wayland as well
+    MAC
+     - available again, with Qt using freetype (rendering score)
 
 1.7.2 beta2
      - improved rhythm detection
diff --git a/packaging/nootka.1.gz b/packaging/nootka.1.gz
index 69c7905a7485f23edcb784f35e2b0a4f6cda51f4..157db7c6487045a07a1a984db4d2ec4a9d183082 100644
Binary files a/packaging/nootka.1.gz and b/packaging/nootka.1.gz differ