Skip to content

Commit ceb7a5f

Browse files
authored
fix: update changelog and commons (#268)
* fix: update changelog * chore(deps): bump org.fossify:commons to 5.1.0 * chore(deps): update commons again
1 parent 20aee91 commit ceb7a5f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Fixed
9+
- Fixed folders showing up incorrectly as files in copy/move dialog ([#267])
810

911
## [1.2.3] - 2025-09-15
1012
### Fixed
@@ -71,6 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7173
[#150]: https://github.com/FossifyOrg/File-Manager/issues/150
7274
[#176]: https://github.com/FossifyOrg/File-Manager/issues/176
7375
[#251]: https://github.com/FossifyOrg/File-Manager/issues/251
76+
[#267]: https://github.com/FossifyOrg/File-Manager/issues/267
7477

7578
[Unreleased]: https://github.com/FossifyOrg/File-Manager/compare/1.2.3...HEAD
7679
[1.2.3]: https://github.com/FossifyOrg/File-Manager/compare/1.2.2...1.2.3

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ detektCompose = "0.4.27"
88
androidx-swiperefreshlayout = "1.1.0"
99
androidx-documentfile = "1.1.0"
1010
#Fossify
11-
commons = "5.0.2"
11+
commons = "5.1.1"
1212
#Other
1313
autofittextview = "0.2.1"
1414
gestureviews = "2.8.3"

0 commit comments

Comments
 (0)