Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannye committed Mar 19, 2023
1 parent fc50af7 commit dbad436
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

### Crystal Tracker v0.2.0 (2023-03-18)

* Parse drumkits and synthesize channel 4 playback.
* Validate usage of 0-arg and 1-arg `toggle_noise` commands.
* Pressing Escape to deselect a textbox no longer also resets the playhead.

### Crystal Tracker v0.1.0 (2023-03-05)

* Initial release.
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 "2023"

#define PROGRAM_VERSION 0,1,0
#define PROGRAM_VERSION 0,2,0
#ifdef _DEBUG
#define PROGRAM_VERSION_STRING "0.1.0 [DEBUG]"
#define PROGRAM_VERSION_STRING "0.2.0 [DEBUG]"
#else
#define PROGRAM_VERSION_STRING "0.1.0"
#define PROGRAM_VERSION_STRING "0.2.0"
#endif

#define PROGRAM_EXE_NAME "crystaltracker"
Expand Down

0 comments on commit dbad436

Please sign in to comment.