Skip to content

Commit 53f1fe4

Browse files
committed
docs(changelog): update changelog
1 parent a8e2836 commit 53f1fe4

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.2.0] - 2025-05-07
9+
10+
### Added
11+
12+
- Support for per-note sorting ([#81])
913

1014
### Changed
1115

12-
- Replaced checkboxes with switches (https://github.com/orgs/FossifyOrg/discussions/78)
16+
- Replaced checkboxes in settings with switches
17+
- Moved "Move checked items to the bottom" sort option to app settings
18+
- Updated translations
1319

1420
### Fixed
1521

16-
- Security label color in settings
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
1729

1830
## [1.1.1] - 2025-03-18
1931

@@ -43,7 +55,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4355

4456
- Initial release
4557

46-
[Unreleased]: https://github.com/FossifyOrg/Notes/compare/1.1.1...HEAD
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
4760
[1.1.1]: https://github.com/FossifyOrg/Notes/compare/1.1.0...1.1.1
4861
[1.1.0]: https://github.com/FossifyOrg/Notes/compare/1.0.0...1.1.0
4962
[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

Comments
 (0)