From 0065a3a43e508204860ca8d5225bbc93f713aee3 Mon Sep 17 00:00:00 2001 From: Weird Constructor Date: Sat, 9 Jan 2021 14:18:33 +0100 Subject: [PATCH] version 0.2.1 --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9145f39..0a4b260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -0.2.0 (unreleased) +0.2.1 (2021-01-09) ================== * Feature: Added mouse wheel scrolling. @@ -7,7 +7,7 @@ * Change: Gain only goes up to 2.0 now, to make it less easy to destroy your speakers. * Change: Set a fixed scale factor for now until I know -how to deal with system scale factors. +how to deal with system scale factors. Which lead to a differnt UI offset issue. * Bugfix: Default fine step was too small to feel nice. * Bugfix: Removed some debug prints. * Bugfix: A bug in baseview caused the resizing / UI offset issues. diff --git a/Cargo.toml b/Cargo.toml index 80b949d..6009aa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kickmessvst" -version = "0.2.0" +version = "0.2.1" authors = ["Weird Constructor "] edition = "2018" license = "AGPL-3.0-or-later"