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
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.1] - 2025-06-03

### Changed

- Updated translations

### Fixed

- Fixed crash on startup due to private contacts ([#281])
- Fixed crash when creating new contacts

## [1.2.0] - 2025-05-31

### Added
Expand Down Expand Up @@ -49,11 +60,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.2.0...HEAD
[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.2.1...HEAD
[1.2.1]: https://github.com/FossifyOrg/Contacts/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/FossifyOrg/Contacts/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/FossifyOrg/Contacts/compare/1.0.1...1.1.0
[1.0.1]: https://github.com/FossifyOrg/Contacts/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/FossifyOrg/Contacts/releases/tag/1.0.0

[#30]: https://github.com/FossifyOrg/Contacts/issues/30
[#201]: https://github.com/FossifyOrg/Contacts/issues/201
[#281]: https://github.com/FossifyOrg/Contacts/issues/281
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Changed:

• Updated translations

Fixed:

• Fixed crash on startup due to private contacts
• Fixed crash when creating new contacts
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ android.nonTransitiveRClass=true
org.gradle.jvmargs=-Xmx8192m

# Versioning
VERSION_NAME=1.2.0
VERSION_CODE=4
VERSION_NAME=1.2.1
VERSION_CODE=5
APP_ID=org.fossify.contacts
Loading