Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannye committed Sep 1, 2024
1 parent 4efd954 commit 0722ac4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Changelog
=========

### Crystal Tracker v0.8.0 (2024-08-31)

* Add Format Painter: Copy note properties from one note to another.
* Add full support for stereo panning command.
* Add BPM display to status bar.
* Add Duplicate Note to Edit menu.
* Add Ctrl+F3 for dumping .it file.
* Add Ctrl+\ for centering the playhead in the middle of the screen.
* Add confirmation dialog for clearing recent songs.
* Pencil icon now matches selected channel color.
* Slightly emphasize beat lines when ruler is active.
* Increase max grid width to 48.
* Selecting notes with Enter key: Select the note to the left of the playhead if Alt is also pressed.
* Keep Skip Backward/Forward enabled while the song is playing, which now act like rewind and fast-forward.
* Minor bug fixes.

### Crystal Tracker v0.7.0 (2024-06-08)

* Better Pencil: Click and drag to pick note length.
Expand Down
6 changes: 3 additions & 3 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

#define CURRENT_YEAR "2024"

#define PROGRAM_VERSION 0,7,0
#define PROGRAM_VERSION 0,8,0
#ifdef _DEBUG
#define PROGRAM_VERSION_STRING "0.7.0 [DEBUG]"
#define PROGRAM_VERSION_STRING "0.8.0 [DEBUG]"
#else
#define PROGRAM_VERSION_STRING "0.7.0"
#define PROGRAM_VERSION_STRING "0.8.0"
#endif

#define PROGRAM_EXE_NAME "crystaltracker"
Expand Down

0 comments on commit 0722ac4

Please sign in to comment.