Skip to content

Commit 454976a

Browse files
chore(release): v1.6.2 (14)
1 parent 328a0a8 commit 454976a

4 files changed

Lines changed: 19 additions & 4 deletions

File tree

.fossify/release-marker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto-generated file. DO NOT EDIT.
2-
1.6.1
2+
1.6.2

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.6.2] - 2026-07-21
10+
### Changed
11+
- Updated translations
12+
813
### Fixed
914
- Fixed the modification of the original timestamp when decompressing folders ([#190])
1015

@@ -130,13 +135,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
130135
[#149]: https://github.com/FossifyOrg/File-Manager/issues/149
131136
[#150]: https://github.com/FossifyOrg/File-Manager/issues/150
132137
[#176]: https://github.com/FossifyOrg/File-Manager/issues/176
138+
[#190]: https://github.com/FossifyOrg/File-Manager/issues/190
133139
[#217]: https://github.com/FossifyOrg/File-Manager/issues/217
134140
[#224]: https://github.com/FossifyOrg/File-Manager/issues/224
135141
[#250]: https://github.com/FossifyOrg/File-Manager/issues/250
136142
[#251]: https://github.com/FossifyOrg/File-Manager/issues/251
137143
[#267]: https://github.com/FossifyOrg/File-Manager/issues/267
138144

139-
[Unreleased]: https://github.com/FossifyOrg/File-Manager/compare/1.6.1...HEAD
145+
[Unreleased]: https://github.com/FossifyOrg/File-Manager/compare/1.6.2...HEAD
146+
[1.6.2]: https://github.com/FossifyOrg/File-Manager/compare/1.6.1...1.6.2
140147
[1.6.1]: https://github.com/FossifyOrg/File-Manager/compare/1.6.0...1.6.1
141148
[1.6.0]: https://github.com/FossifyOrg/File-Manager/compare/1.5.0...1.6.0
142149
[1.5.0]: https://github.com/FossifyOrg/File-Manager/compare/1.4.0...1.5.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Changed:
2+
3+
• Updated translations
4+
5+
Fixed:
6+
7+
• Fixed the modification of the original timestamp when decompressing folders
8+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ org.gradle.jvmargs=-Xmx4g
2020
# org.gradle.parallel=true
2121

2222
# Versioning
23-
VERSION_NAME=1.6.1
24-
VERSION_CODE=13
23+
VERSION_NAME=1.6.2
24+
VERSION_CODE=14
2525
APP_ID=org.fossify.filemanager

0 commit comments

Comments
 (0)