diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt new file mode 100644 index 00000000..4e4ee147 --- /dev/null +++ b/.fossify/release-marker.txt @@ -0,0 +1,2 @@ +# Auto-generated file. DO NOT EDIT. +1.2.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b5b5272..d320fb05 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/fastlane/metadata/android/en-US/changelogs/4.txt b/fastlane/metadata/android/en-US/changelogs/4.txt new file mode 100644 index 00000000..0287077c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/4.txt @@ -0,0 +1,8 @@ +Changed: + +• Updated translations + +Fixed: + +• File modification time is now preserved when compressing/decompressing files + diff --git a/gradle.properties b/gradle.properties index 47c280c9..d5d74fe7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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