mirror of
https://github.com/FossifyOrg/Contacts.git
synced 2026-08-02 00:26:45 -04:00
chore(release): v1.2.2 (6) (#295)
* chore(release): v1.2.2 (6) * chore(release): copy changelog from previous version --------- Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com> Co-authored-by: Naveen Singh <snaveen935@gmail.com>
This commit is contained in:
2
.fossify/release-marker.txt
Normal file
2
.fossify/release-marker.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
# Auto-generated file. DO NOT EDIT.
|
||||
1.2.2
|
||||
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.2.2] - 2025-06-17
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated translations
|
||||
@@ -68,7 +70,8 @@ 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.1...HEAD
|
||||
[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.2.2...HEAD
|
||||
[1.2.2]: https://github.com/FossifyOrg/Contacts/compare/1.2.1...1.2.2
|
||||
[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
|
||||
|
||||
10
fastlane/metadata/android/en-US/changelogs/6.txt
Normal file
10
fastlane/metadata/android/en-US/changelogs/6.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Changed:
|
||||
|
||||
• Updated translations
|
||||
|
||||
Fixed:
|
||||
|
||||
• Fixed crash on startup due to private contacts
|
||||
• Fixed crash when creating new contacts
|
||||
• Fixed invisible preferred number indicator in light themes
|
||||
|
||||
@@ -4,6 +4,6 @@ android.nonTransitiveRClass=true
|
||||
org.gradle.jvmargs=-Xmx8192m
|
||||
|
||||
# Versioning
|
||||
VERSION_NAME=1.2.1
|
||||
VERSION_CODE=5
|
||||
VERSION_NAME=1.2.2
|
||||
VERSION_CODE=6
|
||||
APP_ID=org.fossify.contacts
|
||||
|
||||
Reference in New Issue
Block a user