Skip to content

Commit 42f951c

Browse files
chore(release): v1.2.0 (8) (#167)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 8c259e0 commit 42f951c

File tree

4 files changed

+18
-25
lines changed

4 files changed

+18
-25
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.1.0
2+
1.2.0

CHANGELOG.md

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,46 @@
11
# Changelog
2-
32
All notable changes to this project will be documented in this file.
43

54
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
65
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
76

87
## [Unreleased]
98

9+
## [1.2.0] - 2025-10-29
1010
### Changed
11-
1211
- Compatibility updates for Android 15 & 16
12+
- Updated translations
1313

1414
## [1.1.0] - 2025-07-05
15-
1615
### Added
17-
1816
- Support for negative temperature conversion ([#44])
1917

2018
### Changed
21-
2219
- Improved calculation precision to prevent rounding errors ([#6])
2320
- Updated translations
2421

2522
### Removed
26-
2723
- Removed comma-decimal toggle to follow system locale ([#64])
2824

2925
### Fixed
30-
3126
- Corrected mislabeled millisecond unit in the converter
3227
- Fixed an issue that prevented typing decimal numbers like 1.01 in the unit converter ([#31])
3328

3429
## [1.0.5] - 2025-06-17
35-
3630
### Changed
37-
3831
- Marked app as beta
3932
- Updated translations
4033

4134
## [1.0.4] - 2025-05-31
42-
4335
### Changed
44-
4536
- Updated translations
4637

4738
## [1.0.3] - 2025-03-19
48-
4939
### Changed
5040
- Changed package name, re-installation is required
5141
- Added more translations
5242

5343
## [1.0.2] - 2024-10-20
54-
5544
### Changed
5645
- Update themed/monochrome app icon
5746
- Bump minimum target Android version to 8
@@ -60,25 +49,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6049
- Added new translations
6150

6251
## [1.0.1] - 2024-07-24
63-
6452
### Changed
6553
- Added new translations.
6654

6755
## [1.0.0] - 2024-07-23
68-
6956
### Added
7057
- Initial release
7158

72-
[Unreleased]: https://github.com/FossifyOrg/Calculator/compare/1.1.0...HEAD
59+
[#6]: https://github.com/FossifyOrg/Calculator/issues/6
60+
[#31]: https://github.com/FossifyOrg/Calculator/issues/31
61+
[#44]: https://github.com/FossifyOrg/Calculator/issues/44
62+
[#64]: https://github.com/FossifyOrg/Calculator/issues/64
63+
64+
[Unreleased]: https://github.com/FossifyOrg/Calculator/compare/1.2.0...HEAD
65+
[1.2.0]: https://github.com/FossifyOrg/Calculator/compare/1.1.0...1.2.0
7366
[1.1.0]: https://github.com/FossifyOrg/Calculator/compare/1.0.5...1.1.0
7467
[1.0.5]: https://github.com/FossifyOrg/Calculator/compare/1.0.4...1.0.5
75-
[1.1.0]: https://github.com/FossifyOrg/Calculator/compare/1.0.3...1.1.0
68+
[1.0.4]: https://github.com/FossifyOrg/Calculator/compare/1.0.3...1.0.4
7669
[1.0.3]: https://github.com/FossifyOrg/Calculator/compare/1.0.2...1.0.3
7770
[1.0.2]: https://github.com/FossifyOrg/Calculator/compare/1.0.1...1.0.2
7871
[1.0.1]: https://github.com/FossifyOrg/Calculator/compare/1.0.0...1.0.1
7972
[1.0.0]: https://github.com/FossifyOrg/Calculator/releases/tag/1.0.0
80-
81-
[#6]: https://github.com/FossifyOrg/Calculator/issues/6
82-
[#31]: https://github.com/FossifyOrg/Calculator/issues/31
83-
[#44]: https://github.com/FossifyOrg/Calculator/issues/44
84-
[#64]: https://github.com/FossifyOrg/Calculator/issues/64
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Changed:
2+
3+
• Compatibility updates for Android 15 & 16
4+
• Updated translations
5+

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.1.0
15-
VERSION_CODE=7
14+
VERSION_NAME=1.2.0
15+
VERSION_CODE=8
1616
APP_ID=org.fossify.math

0 commit comments

Comments
 (0)