|
1 | | -Changelog |
2 | | -========== |
| 1 | +# Changelog |
3 | 2 |
|
4 | | -Version 1.1.1 *(2025-03-18) |
5 | | ----------------------------- |
| 3 | +All notable changes to this project will be documented in this file. |
6 | 4 |
|
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). |
10 | 7 |
|
11 | | -Version 1.1.0 *(2024-07-22) |
12 | | ----------------------------- |
| 8 | +## [Unreleased] |
13 | 9 |
|
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 |
17 | 11 |
|
18 | | -Version 1.0.0 *(2024-04-14)* |
19 | | ----------------------------- |
| 12 | +### Changed |
| 13 | +- Minor bug fixes and improvements |
| 14 | +- Added more translations |
20 | 15 |
|
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