From 21188013a47d29131ca2dfe5a89dadcb7581d8fb Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Wed, 14 Apr 2021 16:15:01 +0100 Subject: [PATCH] v0.7.0 --- Cargo.lock | 2 +- changelog.md | 10 ++++++++++ mamar/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06348bf..838e340 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -779,7 +779,7 @@ dependencies = [ [[package]] name = "mamar" -version = "0.6.0" +version = "0.7.0" dependencies = [ "imui_glium", "log", diff --git a/changelog.md b/changelog.md index 44469b7..148fd05 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ +## 0.7.0 + +- Voice (instrument) editing. Click a track and press 'Edit voice'. +- Much improved hot-reload server. It now tells you if an emulator is connected and lets you reconnect after a disconnection. + - No changes to the Project64 script. +- Segments are now called "Variations". +- Subsegments are now called "Sections", and only those with tracks are shown in the UI. +- Tracks, variations, and sections are now given names when importing from a MIDI or named by file offset when viewing a BGM. +- Some track flags have been given names. + ## 0.6.0 - Added solo (S) and mute (M) toggles to tracks. diff --git a/mamar/Cargo.toml b/mamar/Cargo.toml index 54ab34b..39d8e12 100644 --- a/mamar/Cargo.toml +++ b/mamar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mamar" -version = "0.6.0" +version = "0.7.0" authors = ["Alex Bates "] edition = "2018"