From e79c4af6008f8f25f002b4f85826c30515541630 Mon Sep 17 00:00:00 2001 From: Daniel Dada Date: Tue, 4 Feb 2025 10:03:50 +0300 Subject: [PATCH] added changelog --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..94ae906 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [0.1.9] - 2025-02-04 + +### 🚀 Features + +- Exposed label format +- Add step size configuration + +### 🐛 Bug Fixes + +- Add label offsets and position in relative to the widget rect + +### 📚 Documentation + +- Added doc comments + +## [0.1.8] - 2025-02-03 + +### 🐛 Bug Fixes + +- Mark reponse changed when knob was dragged + +