Skip to content

Commit cb1cd83

Browse files
authored
chore(release): bump app version to 1.1.0 (3) (#182)
1 parent 0548e07 commit cb1cd83

File tree

3 files changed

+46
-3
lines changed

3 files changed

+46
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.0] - 2025-05-21
11+
12+
### Added
13+
14+
- Added SHA-1 and SHA-256 hashes to file properties ([#149])
15+
1016
### Changed
1117

1218
- Replaced checkboxes with switches
19+
- Updated translations
20+
21+
### Removed
22+
23+
- Dropped support for Android 7 and older versions
1324

1425
### Fixed
1526

27+
- Files saved via `Save As` option are now named properly ([#37])
28+
- Decompressed folders are now named properly ([#120])
29+
- Text editor no longer resets on device rotation ([#106])
30+
- JSON files can now be edited in-app ([#105])
1631
- Fixed accidental rendering of pull-to-refresh indicator ([#27])
1732
- Pull-to-refresh setting is now applied as expected ([#136])
33+
- Fixed invisible content when using app lock ([#150])
1834

1935
## [1.0.1] - 2024-03-17
2036

@@ -37,9 +53,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3753

3854
- Initial release
3955

40-
[Unreleased]: https://github.com/FossifyOrg/File-Manager/compare/1.0.1...HEAD
56+
[Unreleased]: https://github.com/FossifyOrg/File-Manager/compare/1.1.0...HEAD
57+
[1.1.0]: https://github.com/FossifyOrg/File-Manager/compare/1.0.1...1.1.0
4158
[1.0.1]: https://github.com/FossifyOrg/File-Manager/compare/1.0.0...1.0.1
4259
[1.0.0]: https://github.com/FossifyOrg/File-Manager/releases/tag/1.0.0
4360

4461
[#27]: https://github.com/FossifyOrg/File-Manager/issues/27
62+
[#37]: https://github.com/FossifyOrg/File-Manager/issues/37
4563
[#136]: https://github.com/FossifyOrg/File-Manager/issues/136
64+
[#105]: https://github.com/FossifyOrg/File-Manager/issues/105
65+
[#106]: https://github.com/FossifyOrg/File-Manager/issues/106
66+
[#120]: https://github.com/FossifyOrg/File-Manager/issues/120
67+
[#149]: https://github.com/FossifyOrg/File-Manager/issues/149
68+
[#150]: https://github.com/FossifyOrg/File-Manager/issues/150
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Added:
2+
3+
• Added SHA-1 and SHA-256 hashes to file properties
4+
5+
Changed:
6+
7+
• Replaced checkboxes with switches
8+
• Updated translations
9+
10+
Removed:
11+
12+
• Dropped support for Android 7 and older versions
13+
14+
Fixed:
15+
16+
• Files saved via `Save As` option are now named properly
17+
• Decompressed folders are now named properly
18+
• Text editor no longer resets on device rotation
19+
• Fixed accidental rendering of pull-to-refresh indicator
20+
• Pull-to-refresh setting is now applied as expected

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ app-build-javaVersion = "VERSION_17"
2424
app-build-kotlinJVMTarget = "17"
2525
#versioning
2626
app-version-appId = "org.fossify.filemanager"
27-
app-version-versionCode = "2"
28-
app-version-versionName = "1.0.1"
27+
app-version-versionCode = "3"
28+
app-version-versionName = "1.1.0"
2929
[libraries]
3030
#AndroidX
3131
androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "androidx-swiperefreshlayout" }

0 commit comments

Comments
 (0)