From 9f81ce77c259312c31bdb90f127a353b712aea61 Mon Sep 17 00:00:00 2001 From: Naveen Singh Date: Sat, 3 May 2025 12:31:01 +0530 Subject: [PATCH] style: reformat changelogs as per Keep a Changelog --- CHANGELOG.md | 40 ++++++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd1d23d0..363b4248 100644 --- a/CHANGELOG.md +++ b/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