v1.0.5
Latest
April 2026 - Time signatures now shown per measure — if a song switches from 4/4 to 5/8 mid-song, the new signature is displayed at the start of that measure
- Metronome plugin clicks exactly N times per measure regardless of how many notes or rests are present, matching the time signature correctly
- Metronome now handles any time signature automatically during playback — no manual adjustment needed when songs change meter
- New beat.metronome_pulse plugin event fires at each musical beat boundary, making it easy to build timing-aware plugins
- Neck-diagram dots can now show short text labels like R, 3b, and 7b in addition to numeric finger labels
- Pentatonic Scales plugin now shows scale-degree labels inside each note circle for both A minor and C major views
- New Practice Time Tracker plugin — track your practice sessions with start, pause, resume, and stop; view today's total and all-time stats; generate an HTML calendar heatmap of your practice history
- New plugin APIs: now_unix for elapsed time math, write_data/read_data for persistent file storage that survives plugin updates, and start_timer/stop_timer for live UI updates from background goroutines