|
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 | +## [1.2.0] - 2025-05-07 |
13 | 9 |
|
14 | | -* Added collapsible checked items section at the bottom |
15 | | -* Minor bug fixes and improvements |
16 | | -* Added new translations |
| 10 | +### Added |
17 | 11 |
|
18 | | -Version 1.0.0 *(2024-04-14)* |
19 | | ----------------------------- |
| 12 | +- Support for per-note sorting ([#81]) |
20 | 13 |
|
21 | | -* Initial release |
| 14 | +### Changed |
| 15 | + |
| 16 | +- Replaced checkboxes in settings with switches |
| 17 | +- Moved "Move checked items to the bottom" sort option to app settings |
| 18 | +- Updated translations |
| 19 | + |
| 20 | +### Fixed |
| 21 | + |
| 22 | +- Multiline pastes are now correctly reflected in the UI ([#99]) |
| 23 | +- Fixed sorting in widgets and Open Notes dialog ([#83], [#110]) |
| 24 | +- Corrected security label color in settings |
| 25 | + |
| 26 | +### Removed |
| 27 | + |
| 28 | +- Dropped support for Android 7 and older versions |
| 29 | + |
| 30 | +## [1.1.1] - 2025-03-18 |
| 31 | + |
| 32 | +### Changed |
| 33 | + |
| 34 | +- Minor bug fixes and improvements |
| 35 | +- Added more translations |
| 36 | + |
| 37 | +### Fixed |
| 38 | + |
| 39 | +- Fixed security vulnerability in app lock |
| 40 | + |
| 41 | +## [1.1.0] - 2024-07-22 |
| 42 | + |
| 43 | +### Added |
| 44 | + |
| 45 | +- Added collapsible checked items section at the bottom |
| 46 | + |
| 47 | +### Changed |
| 48 | + |
| 49 | +- Minor bug fixes and improvements |
| 50 | +- Added new translations |
| 51 | + |
| 52 | +## [1.0.0] - 2024-04-14 |
| 53 | + |
| 54 | +### Added |
| 55 | + |
| 56 | +- Initial release |
| 57 | + |
| 58 | +[Unreleased]: https://github.com/FossifyOrg/Notes/compare/1.2.0...HEAD |
| 59 | +[1.2.0]: https://github.com/FossifyOrg/Notes/compare/1.1.1...1.2.0 |
| 60 | +[1.1.1]: https://github.com/FossifyOrg/Notes/compare/1.1.0...1.1.1 |
| 61 | +[1.1.0]: https://github.com/FossifyOrg/Notes/compare/1.0.0...1.1.0 |
| 62 | +[1.0.0]: https://github.com/FossifyOrg/Notes/releases/tag/1.0.0 |
| 63 | + |
| 64 | +[#81]: https://github.com/FossifyOrg/Notes/issues/81 |
| 65 | +[#83]: https://github.com/FossifyOrg/Notes/issues/83 |
| 66 | +[#99]: https://github.com/FossifyOrg/Notes/issues/99 |
| 67 | +[#110]: https://github.com/FossifyOrg/Notes/issues/110 |
0 commit comments