Skip to content

Commit 9540798

Browse files
chore(release): v1.1.0 (7) (#90)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 7ddb298 commit 9540798

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

.fossify/release-marker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto-generated file. DO NOT EDIT.
2-
1.0.5
2+
1.1.0

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.0] - 2025-07-05
11+
1012
### Added
1113

1214
- Support for negative temperature conversion ([#44])
@@ -63,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6365
### Added
6466
- Initial release
6567

66-
[Unreleased]: https://github.com/FossifyOrg/Calculator/compare/1.0.5...HEAD
68+
[Unreleased]: https://github.com/FossifyOrg/Calculator/compare/1.1.0...HEAD
69+
[1.1.0]: https://github.com/FossifyOrg/Calculator/compare/1.0.5...1.1.0
6770
[1.0.5]: https://github.com/FossifyOrg/Calculator/compare/1.0.4...1.0.5
6871
[1.1.0]: https://github.com/FossifyOrg/Calculator/compare/1.0.3...1.1.0
6972
[1.0.3]: https://github.com/FossifyOrg/Calculator/compare/1.0.2...1.0.3
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Added:
2+
3+
• Support for negative temperature conversion
4+
5+
Changed:
6+
7+
• Improved calculation precision to prevent rounding errors
8+
• Updated translations
9+
10+
Removed:
11+
12+
• Removed comma-decimal toggle to follow system locale
13+
14+
Fixed:
15+
16+
• Corrected mislabeled millisecond unit in the converter
17+
• Fixed an issue that prevented typing decimal numbers like 1.01 in the unit converter
18+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ org.gradle.unsafe.configuration-cache-problems=warn
1111
android.nonTransitiveRClass=true
1212

1313
# Versioning
14-
VERSION_NAME=1.0.5
15-
VERSION_CODE=6
14+
VERSION_NAME=1.1.0
15+
VERSION_CODE=7
1616
APP_ID=org.fossify.math

0 commit comments

Comments
 (0)