Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Apr 15, 2021
1 parent 9cbabae commit 7868aba
Show file tree
Hide file tree
Showing 3 changed files with 11 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.

9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.9.0

- Greatly improved MIDI importing
- Added a new file open/save type: `.ron` files
- These are structured, human-readable text files that Mamar can open and save
- This feature is intended for manually doing things that the Mamar interface doesn't (yet) support
- The file format is not guaranteed to stay stable between releases of Mamar; if the format changes, you will always be able to open the file in an older version of Mamar, save it as a `.bgm` file, then open the `.bgm` file in the latest release. Note however that this will discard some data such as the names of tracks.
- Added Discord Rich Presence support ('Playing Mamar' status)

## 0.8.1

- Reduced CPU use when connected to an emulator
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.8.1"
version = "0.9.0"
authors = ["Alex Bates <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 7868aba

Please sign in to comment.