Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .fossify/release-marker.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Auto-generated file. DO NOT EDIT.
1.2.0
1.3.0
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ 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])

Expand Down Expand Up @@ -72,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#191]: https://github.com/FossifyOrg/Calculator/issues/191
[#192]: https://github.com/FossifyOrg/Calculator/issues/192

[Unreleased]: https://github.com/FossifyOrg/Calculator/compare/1.2.0...HEAD
[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
Expand Down
14 changes: 14 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Added:

• Energy unit converter
• Pressure unit converter
• Speed unit converter

Changed:

• Updated translations

Fixed:

• Fixed issue that occurs after doing a percent operation

4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ org.gradle.unsafe.configuration-cache-problems=warn
android.nonTransitiveRClass=true

# Versioning
VERSION_NAME=1.2.0
VERSION_CODE=8
VERSION_NAME=1.3.0
VERSION_CODE=9
APP_ID=org.fossify.math
Loading