From 2a710e90c30ae7007ba3373ac5364ec9cb43d292 Mon Sep 17 00:00:00 2001 From: Tsvetelin Petrov <42267885+tsvetelinpetrov@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:46:30 +0200 Subject: [PATCH 1/3] Ranges are now rounded correctly --- src/components/SidePanel/Gains.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SidePanel/Gains.tsx b/src/components/SidePanel/Gains.tsx index 92fe274d..c26378eb 100644 --- a/src/components/SidePanel/Gains.tsx +++ b/src/components/SidePanel/Gains.tsx @@ -38,7 +38,7 @@ export default () => { { dispatch( From 025f1ddee6ad74ebf9bf3a0745f3c1ac28cecf16 Mon Sep 17 00:00:00 2001 From: Tsvetelin Petrov <42267885+tsvetelinpetrov@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:46:39 +0200 Subject: [PATCH 2/3] Update changelog --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index d6526951..441eb3da 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +## 4.3.0 - Unreleased + +### Fixed + +- Floating point ranges in Advanced Configuration are now rounded correctly when initialized + ## 4.2.0 - 2024-07-17 ### Changed From 8a62c7fea189f3761265ea61ba79e87dcaca6ff1 Mon Sep 17 00:00:00 2001 From: Tsvetelin Petrov <42267885+tsvetelinpetrov@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:49:27 +0200 Subject: [PATCH 3/3] Update changelog --- Changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 441eb3da..19a6c898 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,8 @@ ### Fixed -- Floating point ranges in Advanced Configuration are now rounded correctly when initialized +- Floating point ranges in Advanced Configuration are now rounded correctly + when initialized ## 4.2.0 - 2024-07-17