Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannye committed Jun 8, 2024
1 parent 17d6546 commit 6385208
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Changelog
=========

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

* Better Pencil: Click and drag to pick note length.
* Better tempo handling:
* Visualize all tempo changes with dark purple or dark yellow lines.
* Automatically split rests according to first channel tempo changes.
* Disable tempo property input box for non-first channels.
* Add Postprocess Channel to Edit menu to trigger automatic rest splitting on-demand.
* Better Measure Ruler:
* Add ruler config dialog to set the time signature of the ruler to match the song, including pickup notes.
* Remember ruler config for recent files.
* Increase max grid width from 16 to 32.
* Better toolbar:
* Add loop verification toolbar button.
* Add toolbar buttons for moving/resizing notes.
* Add Delete, Snip, Split, and Glue to toolbar.
* Better zoom: Add extra zoom-out zoom level.
* Better playback: Slightly improve vibrato playback for slow tempos.
* Better editing: Add Insert Rest to Edit menu; useful for widening inner loops and calls.
* Update to FLTK 1.4-alpha.

### Crystal Tracker v0.6.3 (2024-05-19)

* Fix a few possible deadlocks on Mac and Windows.
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,6,3
#define PROGRAM_VERSION 0,7,0
#ifdef _DEBUG
#define PROGRAM_VERSION_STRING "0.6.3 [DEBUG]"
#define PROGRAM_VERSION_STRING "0.7.0 [DEBUG]"
#else
#define PROGRAM_VERSION_STRING "0.6.3"
#define PROGRAM_VERSION_STRING "0.7.0"
#endif

#define PROGRAM_EXE_NAME "crystaltracker"
Expand Down

0 comments on commit 6385208

Please sign in to comment.