File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 11# Auto-generated file. DO NOT EDIT.
2- 1.2.0
2+ 1.2.1
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.2.1] - 2025-11-25
10+ ### Changed
11+ - Updated translations
12+
913### Fixed
1014- Fixed issue that occurs after doing a percent operation ([ #160 ] )
1115
@@ -65,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6569[ #64 ] : https://github.com/FossifyOrg/Calculator/issues/64
6670[ #160 ] : https://github.com/FossifyOrg/Calculator/issues/160
6771
68- [ Unreleased ] : https://github.com/FossifyOrg/Calculator/compare/1.2.0...HEAD
72+ [ Unreleased ] : https://github.com/FossifyOrg/Calculator/compare/1.2.1...HEAD
73+ [ 1.2.1 ] : https://github.com/FossifyOrg/Calculator/compare/1.2.0...1.2.1
6974[ 1.2.0 ] : https://github.com/FossifyOrg/Calculator/compare/1.1.0...1.2.0
7075[ 1.1.0 ] : https://github.com/FossifyOrg/Calculator/compare/1.0.5...1.1.0
7176[ 1.0.5 ] : https://github.com/FossifyOrg/Calculator/compare/1.0.4...1.0.5
Original file line number Diff line number Diff line change 1+ Changed:
2+
3+ • Updated translations
4+
5+ Fixed:
6+
7+ • Fixed issue that occurs after doing a percent operation
8+
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ org.gradle.unsafe.configuration-cache-problems=warn
1111android.nonTransitiveRClass =true
1212
1313# Versioning
14- VERSION_NAME =1.2.0
15- VERSION_CODE =8
14+ VERSION_NAME =1.2.1
15+ VERSION_CODE =9
1616APP_ID =org.fossify.math
You can’t perform that action at this time.
0 commit comments