We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e814a2 commit 9ed556cCopy full SHA for 9ed556c
CHANGELOG.md
@@ -10,13 +10,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
### Added
11
12
- Support for negative temperature conversion ([#44])
13
-- Usage of higher precision numbers ([#6])
14
15
### Changed
16
17
-- Replaced setting for using comma with using system's locale ([#64])
+- Improved calculation precision to prevent rounding errors ([#6])
18
- Updated translations
19
+### Removed
20
+
21
+ - Removed comma-decimal toggle to follow system locale ([#64])
22
23
+### Fixed
24
25
+- Corrected mislabeled millisecond unit in converter
26
27
## [1.0.5] - 2025-06-17
28
29
0 commit comments