Files
Calculator/CHANGELOG.md
fossifybot[bot] 4c7df09bea chore(release): v1.3.0 (9) (#179)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-12-16 06:42:54 +05:30

90 lines
2.8 KiB
Markdown

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.3.0] - 2025-12-16
### Added
- Energy unit converter ([#192])
- Pressure unit converter ([#191])
- Speed unit converter ([#190])
### Changed
- Updated translations
### Fixed
- Fixed issue that occurs after doing a percent operation ([#160])
## [1.2.0] - 2025-10-29
### Changed
- Compatibility updates for Android 15 & 16
- Updated translations
## [1.1.0] - 2025-07-05
### Added
- Support for negative temperature conversion ([#44])
### Changed
- Improved calculation precision to prevent rounding errors ([#6])
- Updated translations
### Removed
- Removed comma-decimal toggle to follow system locale ([#64])
### Fixed
- Corrected mislabeled millisecond unit in the converter
- Fixed an issue that prevented typing decimal numbers like 1.01 in the unit converter ([#31])
## [1.0.5] - 2025-06-17
### Changed
- Marked app as beta
- Updated translations
## [1.0.4] - 2025-05-31
### Changed
- Updated translations
## [1.0.3] - 2025-03-19
### Changed
- Changed package name, re-installation is required
- Added more translations
## [1.0.2] - 2024-10-20
### Changed
- Update themed/monochrome app icon
- Bump minimum target Android version to 8
- Replace checkboxes with material switches
- Other minor fixes and improvements
- Added new translations
## [1.0.1] - 2024-07-24
### Changed
- Added new translations.
## [1.0.0] - 2024-07-23
### Added
- Initial release
[#6]: https://github.com/FossifyOrg/Calculator/issues/6
[#31]: https://github.com/FossifyOrg/Calculator/issues/31
[#44]: https://github.com/FossifyOrg/Calculator/issues/44
[#64]: https://github.com/FossifyOrg/Calculator/issues/64
[#160]: https://github.com/FossifyOrg/Calculator/issues/160
[#190]: https://github.com/FossifyOrg/Calculator/issues/190
[#191]: https://github.com/FossifyOrg/Calculator/issues/191
[#192]: https://github.com/FossifyOrg/Calculator/issues/192
[Unreleased]: https://github.com/FossifyOrg/Calculator/compare/1.3.0...HEAD
[1.3.0]: https://github.com/FossifyOrg/Calculator/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/FossifyOrg/Calculator/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/FossifyOrg/Calculator/compare/1.0.5...1.1.0
[1.0.5]: https://github.com/FossifyOrg/Calculator/compare/1.0.4...1.0.5
[1.0.4]: https://github.com/FossifyOrg/Calculator/compare/1.0.3...1.0.4
[1.0.3]: https://github.com/FossifyOrg/Calculator/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/FossifyOrg/Calculator/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/FossifyOrg/Calculator/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/FossifyOrg/Calculator/releases/tag/1.0.0