Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .fossify/release-marker.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto-generated file. DO NOT EDIT.
1.2.0
27 changes: 8 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,30 @@
# Changelog

All notable changes to this project will be documented in this file.

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.2.0] - 2025-07-12
### Changed

- Updated translations

### Fixed

- File modification time is now preserved when compressing/decompressing files ([#176])

## [1.1.0] - 2025-05-21

### Added

- Added SHA-1 and SHA-256 hashes to file properties ([#149])

### Changed

- Replaced checkboxes with switches
- Updated translations

### Removed

- Dropped support for Android 7 and older versions

### Fixed

- Files saved via `Save As` option are now named properly ([#37])
- Decompressed folders are now named properly ([#120])
- Text editor no longer resets on device rotation ([#106])
Expand All @@ -41,37 +34,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed invisible content when using app lock ([#150])

## [1.0.1] - 2024-03-17

### Changed

- Folders now use primary/accent color.
- Enhanced search performance in the text editor.
- Added some translations.

### Fixed

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

## [1.0.0] - 2024-01-07

### Added

- Initial release

[Unreleased]: https://github.com/FossifyOrg/File-Manager/compare/1.1.0...HEAD
[1.1.0]: https://github.com/FossifyOrg/File-Manager/compare/1.0.1...1.1.0
[1.0.1]: https://github.com/FossifyOrg/File-Manager/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/FossifyOrg/File-Manager/releases/tag/1.0.0

[#27]: https://github.com/FossifyOrg/File-Manager/issues/27
[#37]: https://github.com/FossifyOrg/File-Manager/issues/37
[#136]: https://github.com/FossifyOrg/File-Manager/issues/136
[#105]: https://github.com/FossifyOrg/File-Manager/issues/105
[#106]: https://github.com/FossifyOrg/File-Manager/issues/106
[#120]: https://github.com/FossifyOrg/File-Manager/issues/120
[#136]: https://github.com/FossifyOrg/File-Manager/issues/136
[#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

[Unreleased]: https://github.com/FossifyOrg/File-Manager/compare/1.2.0...HEAD
[1.2.0]: https://github.com/FossifyOrg/File-Manager/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/FossifyOrg/File-Manager/compare/1.0.1...1.1.0
[1.0.1]: https://github.com/FossifyOrg/File-Manager/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/FossifyOrg/File-Manager/releases/tag/1.0.0
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Changed:

• Updated translations

Fixed:

• File modification time is now preserved when compressing/decompressing files

4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ org.gradle.jvmargs=-Xmx4g
# org.gradle.parallel=true

# Versioning
VERSION_NAME=1.1.0
VERSION_CODE=3
VERSION_NAME=1.2.0
VERSION_CODE=4
APP_ID=org.fossify.filemanager
Loading