File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ -- NitrousTracker v0.6.2 (2026-04-16)
2+
3+ New features:
4+
5+ - four new themes! (Orjis)
6+
7+ Improvements:
8+
9+ - moved sample editor and envelope editor zoom buttons to the horizontal scrollbar (prayerie)
10+ - confirmation dialog box before previewing a large sample (prayerie)
11+ - increase maximum note skip from 8 to 32 (prayerie)
12+ - updated BlocksDS to 1.19.1
13+
14+ Fixes:
15+
16+ - fix accessing uninitialized memory when playing auto notes (asie)
17+ - fix record box RAM check crashing (asie)
18+ - fix use-after-free when loading modules (asie)
19+ - fix effects commands not displaying a parameter of `00` (prayerie)
20+ - fix incorrect fx parameter interpolation (prayerie)
21+ - other minor fixes
22+
23+ Additional thanks to oxygenfad for helping to test this release!
24+
125-- NitrousTracker v0.6.1 (2026-03-21)
226
327New features:
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ BLOCKSDSEXT ?= /opt/blocksds/external
99# ===========
1010
1111NAME := nitroustracker
12- export VERSION ?= 0.6.1
12+ export VERSION ?= 0.6.2
1313export GIT_HASH := $(shell git rev-parse --short HEAD)
1414
1515GAME_TITLE := NitrousTracker
You can’t perform that action at this time.
0 commit comments