Skip to content

Commit

Permalink
Prepare for v0.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
odevices committed Aug 28, 2021
1 parent fe8e432 commit 1ad42b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
* NEW: A new feature. Relevant to users and developers.
* SYS: A system-level change. Usually only relevant to developers.

# v0.6.15
* FIX: Unit Chooser > Make alphabetic ordering case-insensitive.
* FIX: Hold Mode > Pinned controls not restoring with chain presets. [Issue #41](https://github.com/odevices/er-301/issues/41)
* FIX: Installed packages not available if front card not mounted [Issue #42](https://github.com/odevices/er-301/issues/42)
* FIX: Packaged presets not loading sample chains in certain situations [Issue #44](https://github.com/odevices/er-301/issues/44)

# v0.6.14
* FIX: Crashes caused by particular units that used tied expressions in their DSP graphs.

Expand Down
2 changes: 1 addition & 1 deletion scripts/env.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ifndef ARCH
endif

FIRMWARE_NAME = Thoon
FIRMWARE_VERSION = 0.6.14
FIRMWARE_VERSION = 0.6.15

FIRMWARE_STATUS.release = stable
FIRMWARE_STATUS.debug = debug
Expand Down

0 comments on commit 1ad42b1

Please sign in to comment.