mirror of
https://github.com/FossifyOrg/Phone.git
synced 2026-05-24 16:51:34 -04:00
chore(release): v1.6.2 (12) (#530)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# Auto-generated file. DO NOT EDIT.
|
||||
1.6.1
|
||||
1.6.2
|
||||
|
||||
@@ -5,8 +5,11 @@ 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.6.2] - 2025-08-23
|
||||
### Changed
|
||||
- Renamed notification channels to be more user-friendly ([#196])
|
||||
- Updated translations
|
||||
|
||||
### Fixed
|
||||
- Fixed missing phone number in call history details ([#526])
|
||||
@@ -170,7 +173,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
[#526]: https://github.com/FossifyOrg/Phone/issues/526
|
||||
[#535]: https://github.com/FossifyOrg/Phone/issues/535
|
||||
|
||||
[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.6.1...HEAD
|
||||
[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.6.2...HEAD
|
||||
[1.6.2]: https://github.com/FossifyOrg/Phone/compare/1.6.1...1.6.2
|
||||
[1.6.1]: https://github.com/FossifyOrg/Phone/compare/1.6.0...1.6.1
|
||||
[1.6.0]: https://github.com/FossifyOrg/Phone/compare/1.5.1...1.6.0
|
||||
[1.5.1]: https://github.com/FossifyOrg/Phone/compare/1.5.0...1.5.1
|
||||
|
||||
11
fastlane/metadata/android/en-US/changelogs/12.txt
Normal file
11
fastlane/metadata/android/en-US/changelogs/12.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Changed:
|
||||
|
||||
• Renamed notification channels to be more user-friendly
|
||||
• Updated translations
|
||||
|
||||
Fixed:
|
||||
|
||||
• Fixed missing phone number in call history details
|
||||
• Fixed incorrect sorting in call history search results
|
||||
• Fixed frequent crashes in call history
|
||||
|
||||
@@ -22,6 +22,6 @@ android.nonTransitiveRClass=false
|
||||
kotlin.code.style=official
|
||||
|
||||
# Versioning
|
||||
VERSION_NAME=1.6.1
|
||||
VERSION_CODE=11
|
||||
VERSION_NAME=1.6.2
|
||||
VERSION_CODE=12
|
||||
APP_ID=org.fossify.phone
|
||||
|
||||
Reference in New Issue
Block a user