|
1 | 1 | # Changelog |
2 | | - |
3 | 2 | All notable changes to this project will be documented in this file. |
4 | 3 |
|
5 | 4 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), |
6 | 5 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
7 | 6 |
|
8 | 7 | ## [Unreleased] |
9 | 8 |
|
| 9 | +## [1.3.0] - 2025-07-12 |
10 | 10 | ### Changed |
11 | | - |
12 | 11 | - Updated translations |
13 | 12 |
|
14 | 13 | ### Fixed |
15 | | - |
16 | 14 | - Fixed keyboard hiding cursor on long notes ([#164]) |
17 | 15 |
|
18 | 16 | ## [1.2.0] - 2025-05-07 |
19 | | - |
20 | 17 | ### Added |
21 | | - |
22 | 18 | - Support for per-note sorting ([#81]) |
23 | 19 |
|
24 | 20 | ### Changed |
25 | | - |
26 | 21 | - Replaced checkboxes in settings with switches |
27 | 22 | - Moved "Move checked items to the bottom" sort option to app settings |
28 | 23 | - Updated translations |
29 | 24 |
|
30 | | -### Fixed |
| 25 | +### Removed |
| 26 | +- Dropped support for Android 7 and older versions |
31 | 27 |
|
| 28 | +### Fixed |
32 | 29 | - Multiline pastes are now correctly reflected in the UI ([#99]) |
33 | 30 | - Fixed sorting in widgets and Open Notes dialog ([#83], [#110]) |
34 | 31 | - Corrected security label color in settings |
35 | 32 |
|
36 | | -### Removed |
37 | | - |
38 | | -- Dropped support for Android 7 and older versions |
39 | | - |
40 | 33 | ## [1.1.1] - 2025-03-18 |
41 | | - |
42 | 34 | ### Changed |
43 | | - |
44 | 35 | - Minor bug fixes and improvements |
45 | 36 | - Added more translations |
46 | 37 |
|
47 | 38 | ### Fixed |
48 | | - |
49 | 39 | - Fixed security vulnerability in app lock |
50 | 40 |
|
51 | 41 | ## [1.1.0] - 2024-07-22 |
52 | | - |
53 | 42 | ### Added |
54 | | - |
55 | 43 | - Added collapsible checked items section at the bottom |
56 | 44 |
|
57 | 45 | ### Changed |
58 | | - |
59 | 46 | - Minor bug fixes and improvements |
60 | 47 | - Added new translations |
61 | 48 |
|
62 | 49 | ## [1.0.0] - 2024-04-14 |
63 | | - |
64 | 50 | ### Added |
65 | | - |
66 | 51 | - Initial release |
67 | 52 |
|
68 | | -[Unreleased]: https://github.com/FossifyOrg/Notes/compare/1.2.0...HEAD |
69 | | -[1.2.0]: https://github.com/FossifyOrg/Notes/compare/1.1.1...1.2.0 |
70 | | -[1.1.1]: https://github.com/FossifyOrg/Notes/compare/1.1.0...1.1.1 |
71 | | -[1.1.0]: https://github.com/FossifyOrg/Notes/compare/1.0.0...1.1.0 |
72 | | -[1.0.0]: https://github.com/FossifyOrg/Notes/releases/tag/1.0.0 |
73 | | - |
74 | 53 | [#81]: https://github.com/FossifyOrg/Notes/issues/81 |
75 | 54 | [#83]: https://github.com/FossifyOrg/Notes/issues/83 |
76 | 55 | [#99]: https://github.com/FossifyOrg/Notes/issues/99 |
77 | 56 | [#110]: https://github.com/FossifyOrg/Notes/issues/110 |
78 | 57 | [#164]: https://github.com/FossifyOrg/Notes/issues/164 |
| 58 | + |
| 59 | +[Unreleased]: https://github.com/FossifyOrg/Notes/compare/v1.3.0...HEAD |
| 60 | +[1.3.0]: https://github.com/FossifyOrg/Notes/compare/v1.2.0...v1.3.0 |
| 61 | +[1.2.0]: https://github.com/FossifyOrg/Notes/compare/v1.1.1...v1.2.0 |
| 62 | +[1.1.1]: https://github.com/FossifyOrg/Notes/compare/v1.1.0...v1.1.1 |
| 63 | +[1.1.0]: https://github.com/FossifyOrg/Notes/compare/v1.0.0...v1.1.0 |
| 64 | +[1.0.0]: https://github.com/FossifyOrg/Notes/releases/tag/v1.0.0 |
0 commit comments