mirror of
https://github.com/FossifyOrg/Phone.git
synced 2025-12-24 00:17:45 -05:00
chore(release): v1.6.0 (10) (#462)
* chore(release): v1.6.0 (10) * docs: update changelog --------- Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com> Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# Auto-generated file. DO NOT EDIT.
|
||||
1.5.1
|
||||
1.6.0
|
||||
|
||||
69
CHANGELOG.md
69
CHANGELOG.md
@@ -1,5 +1,4 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
@@ -7,93 +6,73 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.6.0] - 2025-07-11
|
||||
### Changed
|
||||
|
||||
- Dialpad screen now respects the default SIM preference ([#50])
|
||||
- Updated translations
|
||||
|
||||
## [1.5.1] - 2025-06-17
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated translations
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed crash when searching in call history ([#378])
|
||||
|
||||
## [1.5.0] - 2025-06-06
|
||||
|
||||
### Added
|
||||
|
||||
- Backspace button on call screen dialpad
|
||||
|
||||
### Changed
|
||||
|
||||
- SIM indicators now use system-defined colors
|
||||
- Search query is now preserved when switching tabs ([#94])
|
||||
- Updated translations
|
||||
|
||||
### Fixed
|
||||
|
||||
- Calling from the favorites grid view now works as expected ([#357])
|
||||
- Fixed phone number text direction in RTL layout ([#307])
|
||||
- Fixed incorrect colors on conference call screen ([#359])
|
||||
|
||||
## [1.4.0] - 2025-04-01
|
||||
|
||||
### Added
|
||||
|
||||
- Added support for caller location (state/country) in call history ([#39])
|
||||
- Added option to open contact details when contact photo is tapped ([#35])
|
||||
|
||||
### Changed
|
||||
|
||||
- Other minor bug fixes and improvements
|
||||
- Added more translations
|
||||
|
||||
### Removed
|
||||
|
||||
- Removed storage permission requirement
|
||||
|
||||
## [1.3.1] - 2025-01-14
|
||||
|
||||
### Changed
|
||||
|
||||
- Other minor bug fixes and improvements
|
||||
- Added more translations
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed an issue where call history wasn't refreshing ([#183])
|
||||
- Fixed index letter sorting in the contacts list ([#186])
|
||||
- Fixed dialpad search for some characters ([#139])
|
||||
- Fixed an issue where call hangs up immediately after back press ([#237])
|
||||
|
||||
## [1.3.0] - 2024-10-30
|
||||
|
||||
### Changed
|
||||
|
||||
- Replaced checkboxes with switches
|
||||
- Other minor bug fixes and improvements
|
||||
- Added more translations
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed issue with contacts not displaying on Android 14 and above
|
||||
|
||||
### Removed
|
||||
|
||||
- Removed support for Android 7 and older versions
|
||||
|
||||
### Fixed
|
||||
- Fixed issue with contacts not displaying on Android 14 and above
|
||||
|
||||
## [1.2.0] - 2024-05-08
|
||||
|
||||
### Added
|
||||
|
||||
- Grouped call history entries by date ([#96])
|
||||
- Added an option to format phone numbers in the call log ([#15])
|
||||
- Added an option to format phone numbers in the call log
|
||||
|
||||
### Changed
|
||||
|
||||
- Missed call notifications are now automatically dismissed when you view your call history ([#88])
|
||||
- Moved some actions back into the popup menu to reduce visual clutter
|
||||
- Updated menu design for better UI/UX
|
||||
@@ -104,7 +83,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Added some translations
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed an issue where call history wasn't refreshing ([#146])
|
||||
- Fixed a problem where search items would disappear ([#98])
|
||||
- Fixed UI freeze that happened when loading call history
|
||||
@@ -112,64 +90,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Fixed a crash that occurred when using the dialpad quick callback feature
|
||||
|
||||
## [1.1.1] - 2024-03-21
|
||||
|
||||
### Added
|
||||
|
||||
- Added quick dial-back feature ([#60])
|
||||
- Added placeholder avatar for unknown numbers and contacts without photo
|
||||
- Added a progress indicator to indicate call history retrieval
|
||||
- Added bottom padding in lists to allow scrolling above the floating action button
|
||||
|
||||
### Changed
|
||||
|
||||
- The hang-up button is now always visible in the call UI ([#9])
|
||||
- Enhanced the size of caller avatar and buttons in the call UI ([#118])
|
||||
- Reorganized dialpad preferences into their own dedicated section ([#116])
|
||||
- Added some translations
|
||||
|
||||
### Removed
|
||||
|
||||
- Removed call history limit ([#125])
|
||||
|
||||
## [1.1.0] - 2024-03-21
|
||||
|
||||
### Added
|
||||
|
||||
- Added quick dial-back feature ([#60])
|
||||
- Added placeholder avatar for unknown numbers and contacts without photo
|
||||
- Added a progress indicator to indicate call history retrieval
|
||||
- Added bottom padding in lists to allow scrolling above the floating action button
|
||||
|
||||
### Changed
|
||||
|
||||
- The hang-up button is now always visible in the call UI ([#9])
|
||||
- Enhanced the size of caller avatar and buttons in the call UI ([#118])
|
||||
- Reorganized dialpad preferences into their own dedicated section ([#116])
|
||||
- Added some translations
|
||||
|
||||
### Removed
|
||||
|
||||
- Removed call history limit ([#125])
|
||||
|
||||
## [1.0.0] - 2024-01-15
|
||||
|
||||
### Added
|
||||
|
||||
- Initial release
|
||||
|
||||
[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.5.1...HEAD
|
||||
[1.5.1]: https://github.com/FossifyOrg/Phone/compare/1.5.0...1.5.1
|
||||
[1.5.0]: https://github.com/FossifyOrg/Phone/compare/1.4.0...1.5.0
|
||||
[1.4.0]: https://github.com/FossifyOrg/Phone/compare/1.3.1...1.4.0
|
||||
[1.3.1]: https://github.com/FossifyOrg/Phone/compare/1.3.0...1.3.1
|
||||
[1.3.0]: https://github.com/FossifyOrg/Phone/compare/1.2.0...1.3.0
|
||||
[1.2.0]: https://github.com/FossifyOrg/Phone/compare/1.1.1...1.2.0
|
||||
[1.1.1]: https://github.com/FossifyOrg/Phone/compare/1.1.0...1.1.1
|
||||
[1.1.0]: https://github.com/FossifyOrg/Phone/compare/1.0.0...1.1.0
|
||||
[1.0.0]: https://github.com/FossifyOrg/Phone/releases/tag/1.0.0
|
||||
|
||||
[#9]: https://github.com/FossifyOrg/Phone/issues/9
|
||||
[#15]: https://github.com/FossifyOrg/Contacts/issues/15
|
||||
[#35]: https://github.com/FossifyOrg/Phone/issues/35
|
||||
[#39]: https://github.com/FossifyOrg/Phone/issues/39
|
||||
[#50]: https://github.com/FossifyOrg/Phone/issues/50
|
||||
@@ -192,7 +148,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
[#186]: https://github.com/FossifyOrg/Phone/issues/186
|
||||
[#237]: https://github.com/FossifyOrg/Phone/issues/237
|
||||
[#307]: https://github.com/FossifyOrg/Phone/issues/307
|
||||
[#347]: https://github.com/FossifyOrg/Phone/issues/347
|
||||
[#357]: https://github.com/FossifyOrg/Phone/issues/357
|
||||
[#359]: https://github.com/FossifyOrg/Phone/issues/359
|
||||
[#378]: https://github.com/FossifyOrg/Phone/issues/378
|
||||
|
||||
[Unreleased]: https://github.com/FossifyOrg/Phone/compare/v1.6.0...HEAD
|
||||
[1.6.0]: https://github.com/FossifyOrg/Phone/compare/v1.5.1...v1.6.0
|
||||
[1.5.1]: https://github.com/FossifyOrg/Phone/compare/v1.5.0...v1.5.1
|
||||
[1.5.0]: https://github.com/FossifyOrg/Phone/compare/v1.4.0...v1.5.0
|
||||
[1.4.0]: https://github.com/FossifyOrg/Phone/compare/v1.3.1...v1.4.0
|
||||
[1.3.1]: https://github.com/FossifyOrg/Phone/compare/v1.3.0...v1.3.1
|
||||
[1.3.0]: https://github.com/FossifyOrg/Phone/compare/v1.2.0...v1.3.0
|
||||
[1.2.0]: https://github.com/FossifyOrg/Phone/compare/v1.1.1...v1.2.0
|
||||
[1.1.1]: https://github.com/FossifyOrg/Phone/compare/v1.1.0...v1.1.1
|
||||
[1.1.0]: https://github.com/FossifyOrg/Phone/compare/v1.0.0...v1.1.0
|
||||
[1.0.0]: https://github.com/FossifyOrg/Phone/releases/tag/v1.0.0
|
||||
|
||||
5
fastlane/metadata/android/en-US/changelogs/10.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/10.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Changed:
|
||||
|
||||
• Dialpad screen now respects the default SIM preference
|
||||
• Updated translations
|
||||
|
||||
@@ -22,6 +22,6 @@ android.nonTransitiveRClass=false
|
||||
kotlin.code.style=official
|
||||
|
||||
# Versioning
|
||||
VERSION_NAME=1.5.1
|
||||
VERSION_CODE=9
|
||||
VERSION_NAME=1.6.0
|
||||
VERSION_CODE=10
|
||||
APP_ID=org.fossify.phone
|
||||
|
||||
Reference in New Issue
Block a user