From 00a219f1628ec9fc8d17ba8081a9ae699bf534bb Mon Sep 17 00:00:00 2001 From: Naveen Singh <36371707+naveensingh@users.noreply.github.com> Date: Mon, 3 Nov 2025 20:09:35 +0530 Subject: [PATCH] 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 --- CHANGELOG.md | 3 +++ gradle/libs.versions.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49f3000a..6aa04657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 319fd45e..652479b8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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