mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-07-30 09:58:13 -04:00
chore(release): v1.6.2 (14)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# Auto-generated file. DO NOT EDIT.
|
||||
1.6.1
|
||||
1.6.2
|
||||
|
||||
@@ -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-07-28
|
||||
### 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
|
||||
|
||||
8
fastlane/metadata/android/en-US/changelogs/14.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/14.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Changed:
|
||||
|
||||
• Updated translations
|
||||
|
||||
Fixed:
|
||||
|
||||
• Fixed the modification of the original timestamp when decompressing folders
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user