diff --git a/Cargo.lock b/Cargo.lock index 941aaa4..fb9dcc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "ab_glyph_rasterizer" version = "0.1.4" @@ -863,7 +865,7 @@ dependencies = [ [[package]] name = "mamar" -version = "0.9.0" +version = "0.10.0" dependencies = [ "discord-rpc-client", "imui_glium", diff --git a/changelog.md b/changelog.md index b992b69..a7b03b3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +## 0.10.0 + +- Added tabs to switch variation +- Added loop controls +- Added 'New file' and 'Add section' buttons +- Added buttons to reorder sections ('v' and '^' buttons) +- When importing, MIDI tracks named "percussion" will be assumed to be drum tracks + ## 0.9.0 - Greatly improved MIDI importing diff --git a/mamar/Cargo.toml b/mamar/Cargo.toml index 63ad1a6..fb6b407 100644 --- a/mamar/Cargo.toml +++ b/mamar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mamar" -version = "0.9.0" +version = "0.10.0" authors = ["Alex Bates "] edition = "2018"