From ceb7a5f2a248e25c9d50e0c7c00ae067170fe0d5 Mon Sep 17 00:00:00 2001 From: Naveen Singh <36371707+naveensingh@users.noreply.github.com> Date: Thu, 25 Sep 2025 20:50:02 +0530 Subject: [PATCH] fix: update changelog and commons (#268) * fix: update changelog * chore(deps): bump org.fossify:commons to 5.1.0 * chore(deps): update commons again --- CHANGELOG.md | 3 +++ gradle/libs.versions.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c220b2..8a069d62 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 folders showing up incorrectly as files in copy/move dialog ([#267]) ## [1.2.3] - 2025-09-15 ### Fixed @@ -71,6 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#150]: https://github.com/FossifyOrg/File-Manager/issues/150 [#176]: https://github.com/FossifyOrg/File-Manager/issues/176 [#251]: https://github.com/FossifyOrg/File-Manager/issues/251 +[#267]: https://github.com/FossifyOrg/File-Manager/issues/267 [Unreleased]: https://github.com/FossifyOrg/File-Manager/compare/1.2.3...HEAD [1.2.3]: https://github.com/FossifyOrg/File-Manager/compare/1.2.2...1.2.3 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5f9f2cb5..a16b0268 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ detektCompose = "0.4.27" androidx-swiperefreshlayout = "1.1.0" androidx-documentfile = "1.1.0" #Fossify -commons = "5.0.2" +commons = "5.1.1" #Other autofittextview = "0.2.1" gestureviews = "2.8.3"