Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Apr 14, 2021
1 parent 36f3776 commit 2118801
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion mamar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mamar"
version = "0.6.0"
version = "0.7.0"
authors = ["Alex Bates <hi@imalex.xyz>"]
edition = "2018"

Expand Down

0 comments on commit 2118801

Please sign in to comment.