fix: update changelog and commons (#268)

* fix: update changelog

* chore(deps): bump org.fossify:commons to 5.1.0

* chore(deps): update commons again
This commit is contained in:
Naveen Singh
2025-09-25 20:50:02 +05:30
committed by GitHub
parent 20aee9162d
commit ceb7a5f2a2
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 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

View File

@@ -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"