From 9a2cb484cf4f0b74d032da206098e3819229178b Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Wed, 14 Apr 2021 22:02:41 +0100 Subject: [PATCH] v0.8.1 --- Cargo.lock | 2 +- changelog.md | 4 ++++ mamar/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25a4711..f3caea9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -773,7 +773,7 @@ dependencies = [ [[package]] name = "mamar" -version = "0.8.0" +version = "0.8.1" dependencies = [ "imui_glium", "log", diff --git a/changelog.md b/changelog.md index e589d0f..31e270a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +## 0.8.1 + +- Reduced CPU use when connected to an emulator + ## 0.8.0 - Some instruments are named, press the _Set Instrument..._ button in the voice editor to view diff --git a/mamar/Cargo.toml b/mamar/Cargo.toml index f209c69..8ca2266 100644 --- a/mamar/Cargo.toml +++ b/mamar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mamar" -version = "0.8.0" +version = "0.8.1" authors = ["Alex Bates "] edition = "2018"