Skip to content

Commit

Permalink
updated version to 0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
westlicht committed Jul 8, 2019
1 parent 4f389b9 commit c967179
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.1.23 (8 Jul 2019)

#### Improvements

- Check and disallow to create conflicting routes (#95)
- Added new _Note Range_ MIDI event type for routes (#96)

#### Fixes

- Fixed track selection for new routing targets added in previous release
- Fixed hidden editing of route tracks

## v0.1.22 (6 Jul 2019)

#### Improvements
Expand Down
2 changes: 1 addition & 1 deletion src/apps/sequencer/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define CONFIG_VERSION_NAME "PER|FORMER SEQUENCER"
#define CONFIG_VERSION_MAJOR 0
#define CONFIG_VERSION_MINOR 1
#define CONFIG_VERSION_REVISION 22
#define CONFIG_VERSION_REVISION 23

// Task priorities
#define CONFIG_DRIVER_TASK_PRIORITY 5
Expand Down

0 comments on commit c967179

Please sign in to comment.