Skip to content

Commit c10992b

Browse files
committed
NitrousTracker 0.6.2
1 parent 61a936d commit c10992b

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.TXT

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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

327
New features:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BLOCKSDSEXT ?= /opt/blocksds/external
99
# ===========
1010

1111
NAME := nitroustracker
12-
export VERSION ?= 0.6.1
12+
export VERSION ?= 0.6.2
1313
export GIT_HASH := $(shell git rev-parse --short HEAD)
1414

1515
GAME_TITLE := NitrousTracker

0 commit comments

Comments
 (0)