From 131be07e34d7d1b985ee60ce8093b130e50fa2f5 Mon Sep 17 00:00:00 2001 From: Naveen Singh Date: Wed, 7 May 2025 02:43:52 +0530 Subject: [PATCH] docs(changelog): replace checkboxes with switches --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eea2915..36f0655a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,27 +7,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Replaced checkboxes with switches (https://github.com/orgs/FossifyOrg/discussions/78) + +### Fixed + +- Security label color in settings + ## [1.1.1] - 2025-03-18 ### Changed + - Minor bug fixes and improvements - Added more translations ### Fixed + - Fixed security vulnerability in app lock ## [1.1.0] - 2024-07-22 ### Added + - Added collapsible checked items section at the bottom ### Changed + - Minor bug fixes and improvements - Added new translations ## [1.0.0] - 2024-04-14 ### Added + - Initial release [Unreleased]: https://github.com/FossifyOrg/Notes/compare/1.1.1...HEAD