Skip to content

Commit 1f61e17

Browse files
chore(release): v1.2.0 (4) (#210)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 259d185 commit 1f61e17

File tree

4 files changed

+20
-21
lines changed

4 files changed

+20
-21
lines changed

.fossify/release-marker.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto-generated file. DO NOT EDIT.
2+
1.2.0

CHANGELOG.md

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,30 @@
11
# Changelog
2-
32
All notable changes to this project will be documented in this file.
43

54
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
65
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
76

87
## [Unreleased]
98

9+
## [1.2.0] - 2025-07-12
1010
### Changed
11-
1211
- Updated translations
1312

1413
### Fixed
15-
1614
- File modification time is now preserved when compressing/decompressing files ([#176])
1715

1816
## [1.1.0] - 2025-05-21
19-
2017
### Added
21-
2218
- Added SHA-1 and SHA-256 hashes to file properties ([#149])
2319

2420
### Changed
25-
2621
- Replaced checkboxes with switches
2722
- Updated translations
2823

2924
### Removed
30-
3125
- Dropped support for Android 7 and older versions
3226

3327
### Fixed
34-
3528
- Files saved via `Save As` option are now named properly ([#37])
3629
- Decompressed folders are now named properly ([#120])
3730
- 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
4134
- Fixed invisible content when using app lock ([#150])
4235

4336
## [1.0.1] - 2024-03-17
44-
4537
### Changed
46-
4738
- Folders now use primary/accent color.
4839
- Enhanced search performance in the text editor.
4940
- Added some translations.
5041

5142
### Fixed
52-
5343
- Addressed unnecessary delays when renaming files.
5444
- Fixed unresponsive behavior when viewing contents of a zip file.
5545
- Disabled the use of invalid characters such as `/` for batch file renaming.
5646
- Fixed invisible sort menu when viewing storage summary.
5747

5848
## [1.0.0] - 2024-01-07
59-
6049
### Added
61-
6250
- Initial release
6351

64-
[Unreleased]: https://github.com/FossifyOrg/File-Manager/compare/1.1.0...HEAD
65-
[1.1.0]: https://github.com/FossifyOrg/File-Manager/compare/1.0.1...1.1.0
66-
[1.0.1]: https://github.com/FossifyOrg/File-Manager/compare/1.0.0...1.0.1
67-
[1.0.0]: https://github.com/FossifyOrg/File-Manager/releases/tag/1.0.0
68-
6952
[#27]: https://github.com/FossifyOrg/File-Manager/issues/27
7053
[#37]: https://github.com/FossifyOrg/File-Manager/issues/37
71-
[#136]: https://github.com/FossifyOrg/File-Manager/issues/136
7254
[#105]: https://github.com/FossifyOrg/File-Manager/issues/105
7355
[#106]: https://github.com/FossifyOrg/File-Manager/issues/106
7456
[#120]: https://github.com/FossifyOrg/File-Manager/issues/120
57+
[#136]: https://github.com/FossifyOrg/File-Manager/issues/136
7558
[#149]: https://github.com/FossifyOrg/File-Manager/issues/149
7659
[#150]: https://github.com/FossifyOrg/File-Manager/issues/150
7760
[#176]: https://github.com/FossifyOrg/File-Manager/issues/176
61+
62+
[Unreleased]: https://github.com/FossifyOrg/File-Manager/compare/1.2.0...HEAD
63+
[1.2.0]: https://github.com/FossifyOrg/File-Manager/compare/1.1.0...1.2.0
64+
[1.1.0]: https://github.com/FossifyOrg/File-Manager/compare/1.0.1...1.1.0
65+
[1.0.1]: https://github.com/FossifyOrg/File-Manager/compare/1.0.0...1.0.1
66+
[1.0.0]: https://github.com/FossifyOrg/File-Manager/releases/tag/1.0.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+
• File modification time is now preserved when compressing/decompressing files
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.1.0
24-
VERSION_CODE=3
23+
VERSION_NAME=1.2.0
24+
VERSION_CODE=4
2525
APP_ID=org.fossify.filemanager

0 commit comments

Comments
 (0)