mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2025-12-23 23:57:55 -05:00
chore(release): v1.2.0 (4) (#210)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
This commit is contained in:
2
.fossify/release-marker.txt
Normal file
2
.fossify/release-marker.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
# Auto-generated file. DO NOT EDIT.
|
||||
1.2.0
|
||||
27
CHANGELOG.md
27
CHANGELOG.md
@@ -1,5 +1,4 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
@@ -7,31 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.2.0] - 2025-07-12
|
||||
### Changed
|
||||
|
||||
- Updated translations
|
||||
|
||||
### Fixed
|
||||
|
||||
- File modification time is now preserved when compressing/decompressing files ([#176])
|
||||
|
||||
## [1.1.0] - 2025-05-21
|
||||
|
||||
### Added
|
||||
|
||||
- Added SHA-1 and SHA-256 hashes to file properties ([#149])
|
||||
|
||||
### Changed
|
||||
|
||||
- Replaced checkboxes with switches
|
||||
- Updated translations
|
||||
|
||||
### Removed
|
||||
|
||||
- Dropped support for Android 7 and older versions
|
||||
|
||||
### Fixed
|
||||
|
||||
- Files saved via `Save As` option are now named properly ([#37])
|
||||
- Decompressed folders are now named properly ([#120])
|
||||
- Text editor no longer resets on device rotation ([#106])
|
||||
@@ -41,37 +34,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Fixed invisible content when using app lock ([#150])
|
||||
|
||||
## [1.0.1] - 2024-03-17
|
||||
|
||||
### Changed
|
||||
|
||||
- Folders now use primary/accent color.
|
||||
- Enhanced search performance in the text editor.
|
||||
- Added some translations.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Addressed unnecessary delays when renaming files.
|
||||
- Fixed unresponsive behavior when viewing contents of a zip file.
|
||||
- Disabled the use of invalid characters such as `/` for batch file renaming.
|
||||
- Fixed invisible sort menu when viewing storage summary.
|
||||
|
||||
## [1.0.0] - 2024-01-07
|
||||
|
||||
### Added
|
||||
|
||||
- Initial release
|
||||
|
||||
[Unreleased]: https://github.com/FossifyOrg/File-Manager/compare/1.1.0...HEAD
|
||||
[1.1.0]: https://github.com/FossifyOrg/File-Manager/compare/1.0.1...1.1.0
|
||||
[1.0.1]: https://github.com/FossifyOrg/File-Manager/compare/1.0.0...1.0.1
|
||||
[1.0.0]: https://github.com/FossifyOrg/File-Manager/releases/tag/1.0.0
|
||||
|
||||
[#27]: https://github.com/FossifyOrg/File-Manager/issues/27
|
||||
[#37]: https://github.com/FossifyOrg/File-Manager/issues/37
|
||||
[#136]: https://github.com/FossifyOrg/File-Manager/issues/136
|
||||
[#105]: https://github.com/FossifyOrg/File-Manager/issues/105
|
||||
[#106]: https://github.com/FossifyOrg/File-Manager/issues/106
|
||||
[#120]: https://github.com/FossifyOrg/File-Manager/issues/120
|
||||
[#136]: https://github.com/FossifyOrg/File-Manager/issues/136
|
||||
[#149]: https://github.com/FossifyOrg/File-Manager/issues/149
|
||||
[#150]: https://github.com/FossifyOrg/File-Manager/issues/150
|
||||
[#176]: https://github.com/FossifyOrg/File-Manager/issues/176
|
||||
|
||||
[Unreleased]: https://github.com/FossifyOrg/File-Manager/compare/1.2.0...HEAD
|
||||
[1.2.0]: https://github.com/FossifyOrg/File-Manager/compare/1.1.0...1.2.0
|
||||
[1.1.0]: https://github.com/FossifyOrg/File-Manager/compare/1.0.1...1.1.0
|
||||
[1.0.1]: https://github.com/FossifyOrg/File-Manager/compare/1.0.0...1.0.1
|
||||
[1.0.0]: https://github.com/FossifyOrg/File-Manager/releases/tag/1.0.0
|
||||
|
||||
8
fastlane/metadata/android/en-US/changelogs/4.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/4.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Changed:
|
||||
|
||||
• Updated translations
|
||||
|
||||
Fixed:
|
||||
|
||||
• File modification time is now preserved when compressing/decompressing files
|
||||
|
||||
@@ -20,6 +20,6 @@ org.gradle.jvmargs=-Xmx4g
|
||||
# org.gradle.parallel=true
|
||||
|
||||
# Versioning
|
||||
VERSION_NAME=1.1.0
|
||||
VERSION_CODE=3
|
||||
VERSION_NAME=1.2.0
|
||||
VERSION_CODE=4
|
||||
APP_ID=org.fossify.filemanager
|
||||
|
||||
Reference in New Issue
Block a user