File tree Expand file tree Collapse file tree
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.2.1] - 2025-06-03
11+
12+ ### Changed
13+
14+ - Updated translations
15+
16+ ### Fixed
17+
18+ - Fixed crash on startup due to private contacts ([ #281 ] )
19+ - Fixed crash when creating new contacts
20+
1021## [ 1.2.0] - 2025-05-31
1122
1223### Added
@@ -49,11 +60,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4960### Added
5061- Initial release
5162
52- [ Unreleased ] : https://github.com/FossifyOrg/Contacts/compare/1.2.0...HEAD
63+ [ Unreleased ] : https://github.com/FossifyOrg/Contacts/compare/1.2.1...HEAD
64+ [ 1.2.1 ] : https://github.com/FossifyOrg/Contacts/compare/1.2.0...1.2.1
5365[ 1.2.0 ] : https://github.com/FossifyOrg/Contacts/compare/1.1.0...1.2.0
5466[ 1.1.0 ] : https://github.com/FossifyOrg/Contacts/compare/1.0.1...1.1.0
5567[ 1.0.1 ] : https://github.com/FossifyOrg/Contacts/compare/1.0.0...1.0.1
5668[ 1.0.0 ] : https://github.com/FossifyOrg/Contacts/releases/tag/1.0.0
5769
5870[ #30 ] : https://github.com/FossifyOrg/Contacts/issues/30
5971[ #201 ] : https://github.com/FossifyOrg/Contacts/issues/201
72+ [ #281 ] : https://github.com/FossifyOrg/Contacts/issues/281
Original file line number Diff line number Diff line change 1+ Changed:
2+
3+ • Updated translations
4+
5+ Fixed:
6+
7+ • Fixed crash on startup due to private contacts
8+ • Fixed crash when creating new contacts
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ android.nonTransitiveRClass=true
44org.gradle.jvmargs =-Xmx8192m
55
66# Versioning
7- VERSION_NAME =1.2.0
8- VERSION_CODE =4
7+ VERSION_NAME =1.2.1
8+ VERSION_CODE =5
99APP_ID =org.fossify.contacts
You can’t perform that action at this time.
0 commit comments