From 5d0cab23f8504f8c0f3acc8839024a3ab843a5c5 Mon Sep 17 00:00:00 2001 From: "fossifybot[bot]" <212866877+fossifybot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 09:22:31 +0000 Subject: [PATCH] chore(release): v1.6.2 (14) --- .fossify/release-marker.txt | 2 +- CHANGELOG.md | 9 ++++++++- fastlane/metadata/android/en-US/changelogs/14.txt | 8 ++++++++ gradle.properties | 4 ++-- 4 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/14.txt diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 63083591..81f301ef 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.6.1 +1.6.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index fd08943f..fe2ca868 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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] + +## [1.6.2] - 2026-06-01 +### Changed +- Updated translations + ### Fixed - Fixed the modification of the original timestamp when decompressing folders ([#190]) @@ -130,13 +135,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#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 +[#190]: https://github.com/FossifyOrg/File-Manager/issues/190 [#217]: https://github.com/FossifyOrg/File-Manager/issues/217 [#224]: https://github.com/FossifyOrg/File-Manager/issues/224 [#250]: https://github.com/FossifyOrg/File-Manager/issues/250 [#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.6.1...HEAD +[Unreleased]: https://github.com/FossifyOrg/File-Manager/compare/1.6.2...HEAD +[1.6.2]: https://github.com/FossifyOrg/File-Manager/compare/1.6.1...1.6.2 [1.6.1]: https://github.com/FossifyOrg/File-Manager/compare/1.6.0...1.6.1 [1.6.0]: https://github.com/FossifyOrg/File-Manager/compare/1.5.0...1.6.0 [1.5.0]: https://github.com/FossifyOrg/File-Manager/compare/1.4.0...1.5.0 diff --git a/fastlane/metadata/android/en-US/changelogs/14.txt b/fastlane/metadata/android/en-US/changelogs/14.txt new file mode 100644 index 00000000..af8ef87b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/14.txt @@ -0,0 +1,8 @@ +Changed: + +• Updated translations + +Fixed: + +• Fixed the modification of the original timestamp when decompressing folders + diff --git a/gradle.properties b/gradle.properties index ebf6c724..630696f5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,6 +20,6 @@ org.gradle.jvmargs=-Xmx4g # org.gradle.parallel=true # Versioning -VERSION_NAME=1.6.1 -VERSION_CODE=13 +VERSION_NAME=1.6.2 +VERSION_CODE=14 APP_ID=org.fossify.filemanager