From 88cc3a2a12691e98ae30005e1aea56f715d3ff08 Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Fri, 26 May 2023 20:12:06 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a9651df2..bbc344341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.1.2] -- 2023-05-26 +### Fixed +- Fix bug that caused widget to enter checkmark on wrong date (@iSoron, #1541) +- Fix widget corners on Android 12 (@iSoron) +- Fix bug that caused notes to be lost when editing a checkmark (@iSoron, #1566) +- Prevent soft keyboard from covering entry popup (@iSoron) +- Accept comma (instead of dot) in certain locales (@iSoron) + +### Changed +- Remove update delay after entering a checkmark (@iSoron) + +### Removed +- Remove stack widgets (@iSoron) + + ## [2.1.1] -- 2022-09-24 ### Fixed - Fix Tasker plugin (@iSoron, #1503)