docs(changelog): add entry about invisible status bar icons (#629)

* docs(changelog): add entry about invisible status bar icons
* chore(deps): bump org.fossify:commons to 5.7.3
This commit is contained in:
Naveen Singh
2025-11-03 20:09:35 +05:30
committed by GitHub
parent b97e813bc3
commit 00a219f162
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ 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]
### Fixed
- Fixed invisible status bar icons in calls ([#628])
## [1.8.0] - 2025-10-29
### Changed
@@ -225,6 +227,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#565]: https://github.com/FossifyOrg/Phone/issues/565
[#585]: https://github.com/FossifyOrg/Phone/issues/585
[#594]: https://github.com/FossifyOrg/Phone/issues/594
[#628]: https://github.com/FossifyOrg/Phone/issues/628
[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.8.0...HEAD
[1.8.0]: https://github.com/FossifyOrg/Phone/compare/1.7.3...1.8.0

View File

@@ -9,7 +9,7 @@ detektCompose = "0.4.27"
#Eventbus
eventbus = "3.3.1"
#Fossify
commons = "5.7.2"
commons = "5.7.3"
#Gradle
gradlePlugins-agp = "8.11.1"
#Other