# Changelog All notable changes to this project will be documented in this file. ## [0.3.11] - 2026-03-30 - bumped egui version ([#PR10](https://github.com/obsqrbtz/egui_knob/pull/10) by [elwerene](https://github.com/elwerene) ### 🛠 Maintenance ## [0.3.10] - 2026-01-23 ### 🚀 Features - added support for logarithmic scaling ([#PR9](https://github.com/obsqrbtz/egui_knob/pull/9) by [bratorange](https://github.com/bratorange)) ## [0.3.9] - 2026-01-13 ### 🚀 Features - added support for using mouse scroll wheel to change values ([#PR7](https://github.com/obsqrbtz/egui_knob/pull/7) by [maor1993](https://github.com/maor1993)) ## [0.3.8] - 2026-01-12 ### 🚀 Features - added `with_double_click_reset` option ([#PR6](https://github.com/obsqrbtz/egui_knob/pull/6) by [maor1993](https://github.com/maor1993)) ## [0.3.7] - 2026-01-06 ### 🛠 Maintenance - expose egui types ## [0.3.6] - 2025-07-15 ### 🛠 Maintenance - cleaned up io a bit ## [0.3.5] - 2025-07-15 ### 🛠 Maintenance - Restructured the project ### 📚 Documentation - Updated readme, added contributing guidelines ## [0.3.4] - 2025-07-15 ### 🛠 Maintenance - Bump egui version to 0.33 ### 📚 Documentation - Updated usage example in readme ## [0.3.1] - 2025-07-15 ### 🚀 Features - Added background arc ### 🐛 Bug Fixes - Sanitize NaNs ## [0.3.1] - 2025-07-15 ### 🛠 Maintenance - Bump egui version to 0.32 ## [0.3.0] - 2025-07-07 ### 🚀 Features - Add configurable sweep range with `with_sweep_range()` method ([PR#2](https://github.com/obsqrbtz/egui_knob/pull/2) by [sacha-renault](https://github.com/sacha-renault)) ## [0.2.0] - 2025-05-12 - Bump egui and eframe versions ([PR#1](https://github.com/obsqrbtz/egui_knob/pull/1) by [chloebrett](https://github.com/chloebrett)) ## [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 response changed when knob was dragged