mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-08-02 19:40:53 -04:00
style: reformat changelogs as per Keep a Changelog
This commit is contained in:
committed by
Naveen Singh
parent
742d63af2b
commit
9f81ce77c2
40
CHANGELOG.md
40
CHANGELOG.md
@@ -1,18 +1,30 @@
|
||||
Changelog
|
||||
==========
|
||||
# Changelog
|
||||
|
||||
Version 1.0.1 *(2024-03-17)*
|
||||
----------------------------
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
* Folders now use primary/accent color.
|
||||
* Addressed unnecessary delays when renaming files.
|
||||
* Enhanced search performance in the text editor.
|
||||
* 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.
|
||||
* Added some translations.
|
||||
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).
|
||||
|
||||
Version 1.0.0 *(2024-01-07)*
|
||||
----------------------------
|
||||
## [Unreleased]
|
||||
|
||||
* Initial release
|
||||
## [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.0.1...HEAD
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user