Skip to content

Commit b1b79eb

Browse files
committed
style: reformat changelogs as per Keep a Changelog
1 parent 5d481ba commit b1b79eb

1 file changed

Lines changed: 30 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,36 @@
1-
Changelog
2-
==========
1+
# Changelog
32

4-
Version 1.1.1 *(2025-03-18)
5-
----------------------------
3+
All notable changes to this project will be documented in this file.
64

7-
* Fixed security vulnerability in app lock
8-
* Minor bug fixes and improvements
9-
* Added more 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).
107

11-
Version 1.1.0 *(2024-07-22)
12-
----------------------------
8+
## [Unreleased]
139

14-
* Added collapsible checked items section at the bottom
15-
* Minor bug fixes and improvements
16-
* Added new translations
10+
## [1.1.1] - 2025-03-18
1711

18-
Version 1.0.0 *(2024-04-14)*
19-
----------------------------
12+
### Changed
13+
- Minor bug fixes and improvements
14+
- Added more translations
2015

21-
* Initial release
16+
### Fixed
17+
- Fixed security vulnerability in app lock
18+
19+
## [1.1.0] - 2024-07-22
20+
21+
### Added
22+
- Added collapsible checked items section at the bottom
23+
24+
### Changed
25+
- Minor bug fixes and improvements
26+
- Added new translations
27+
28+
## [1.0.0] - 2024-04-14
29+
30+
### Added
31+
- Initial release
32+
33+
[Unreleased]: https://github.com/FossifyOrg/Notes/compare/1.1.1...HEAD
34+
[1.1.1]: https://github.com/FossifyOrg/Notes/compare/1.1.0...1.1.1
35+
[1.1.0]: https://github.com/FossifyOrg/Notes/compare/1.0.0...1.1.0
36+
[1.0.0]: https://github.com/FossifyOrg/Notes/releases/tag/1.0.0

0 commit comments

Comments
 (0)