Skip to content

Commit 9f81ce7

Browse files
committed
style: reformat changelogs as per Keep a Changelog
1 parent 742d63a commit 9f81ce7

File tree

1 file changed

+26
-14
lines changed

1 file changed

+26
-14
lines changed

CHANGELOG.md

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,30 @@
1-
Changelog
2-
==========
1+
# Changelog
32

4-
Version 1.0.1 *(2024-03-17)*
5-
----------------------------
3+
All notable changes to this project will be documented in this file.
64

7-
* Folders now use primary/accent color.
8-
* Addressed unnecessary delays when renaming files.
9-
* Enhanced search performance in the text editor.
10-
* Fixed unresponsive behavior when viewing contents of a zip file.
11-
* Disabled the use of invalid characters such as `/` for batch file renaming.
12-
* Fixed invisible sort menu when viewing storage summary.
13-
* Added some translations.
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
147

15-
Version 1.0.0 *(2024-01-07)*
16-
----------------------------
8+
## [Unreleased]
179

18-
* Initial release
10+
## [1.0.1] - 2024-03-17
11+
12+
### Changed
13+
- Folders now use primary/accent color.
14+
- Enhanced search performance in the text editor.
15+
- Added some translations.
16+
17+
### Fixed
18+
- Addressed unnecessary delays when renaming files.
19+
- Fixed unresponsive behavior when viewing contents of a zip file.
20+
- Disabled the use of invalid characters such as `/` for batch file renaming.
21+
- Fixed invisible sort menu when viewing storage summary.
22+
23+
## [1.0.0] - 2024-01-07
24+
25+
### Added
26+
- Initial release
27+
28+
[Unreleased]: https://github.com/FossifyOrg/File-Manager/compare/1.0.1...HEAD
29+
[1.0.1]: https://github.com/FossifyOrg/File-Manager/compare/1.0.0...1.0.1
30+
[1.0.0]: https://github.com/FossifyOrg/File-Manager/releases/tag/1.0.0

0 commit comments

Comments
 (0)