File tree Expand file tree Collapse file tree 3 files changed +22
-4
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.2.0] - 2025-05-31
11+
1012### Added
11- - Dialog for choosing contact source while editing a merged contact ([ #201 ] )
13+
14+ - Support for structured addresses ([ #30 ] )
15+ - Dialog for choosing contact source when editing a merged contact ([ #201 ] )
16+
17+ ### Changed
18+
19+ - Updated translations
1220
1321## [ 1.1.0] - 2024-10-28
1422
@@ -41,9 +49,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4149### Added
4250- Initial release
4351
44- [ Unreleased ] : https://github.com/FossifyOrg/Contacts/compare/1.1.0...HEAD
52+ [ Unreleased ] : https://github.com/FossifyOrg/Contacts/compare/1.2.0...HEAD
53+ [ 1.2.0 ] : https://github.com/FossifyOrg/Contacts/compare/1.1.0...1.2.0
4554[ 1.1.0 ] : https://github.com/FossifyOrg/Contacts/compare/1.0.1...1.1.0
4655[ 1.0.1 ] : https://github.com/FossifyOrg/Contacts/compare/1.0.0...1.0.1
4756[ 1.0.0 ] : https://github.com/FossifyOrg/Contacts/releases/tag/1.0.0
4857
58+ [ #30 ] : https://github.com/FossifyOrg/Contacts/issues/30
4959[ #201 ] : https://github.com/FossifyOrg/Contacts/issues/201
Original file line number Diff line number Diff line change 1+ Added:
2+
3+ • Support for structured addresses
4+ • Dialog for choosing contact source when editing a merged contact
5+
6+ Changed:
7+
8+ • Updated translations
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.1 .0
8- VERSION_CODE =3
7+ VERSION_NAME =1.2 .0
8+ VERSION_CODE =4
99APP_ID =org.fossify.contacts
You can’t perform that action at this time.
0 commit comments