From 1a0c593e3983fc81ae878baad341ee4c4907ea50 Mon Sep 17 00:00:00 2001 From: ZXED Date: Sun, 9 Jul 2023 15:36:46 +0300 Subject: [PATCH] v0.1.3 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4edf2ff..2c23b97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Konik - CHANGELOG +## v0.1.3 (July 9, 2023) + +- Fixed: system volume is stuck when 1% volume step is not supported +- Fixed: can't modify the system volume after changing the current playback device + + ## v0.1.2 (February 19, 2023) - Fixed: crashing on short tracks diff --git a/Cargo.lock b/Cargo.lock index ec8ea38..8074fae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1104,7 +1104,7 @@ dependencies = [ [[package]] name = "konik" -version = "0.1.2" +version = "0.1.3" dependencies = [ "alphanumeric-sort", "alsa", diff --git a/Cargo.toml b/Cargo.toml index 1a321f4..767b6a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "konik" -version = "0.1.2" +version = "0.1.3" authors = ["Alexey Parfenov "] categories = ["multimedia::audio"] edition = "2021"