From e3e8f0f93433ee957847824f7367769c2a679f5f Mon Sep 17 00:00:00 2001 From: Naveen Singh <36371707+naveensingh@users.noreply.github.com> Date: Fri, 6 Jun 2025 20:08:37 +0530 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94828a03..060de12b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Updated translations + +### Fixed + +- Clicking home screen app labels now works as expected ([#115]) + ## [1.1.1] - 2025-05-14 ### Changed @@ -56,4 +64,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#51]: https://github.com/FossifyOrg/Launcher/issues/51 [#63]: https://github.com/FossifyOrg/Launcher/issues/63 [#65]: https://github.com/FossifyOrg/Launcher/issues/65 -[#74]: https://github.com/FossifyOrg/Launcher/issues/74 \ No newline at end of file +[#74]: https://github.com/FossifyOrg/Launcher/issues/74 +[#115]: https://github.com/FossifyOrg/Launcher/issues/115