From 8f0cfa8614d0dc3b3a0f13e36c0393406b44d762 Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Thu, 19 Nov 2020 19:27:27 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06ea41015..3ed9a9382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,24 +2,22 @@ ### 2.0.0 (TBD) -New Features: -* Track numerical habits (@iSoron, @namnl) -* Skip days without breaking streak (@KristianTashkov) -* Sort habits by status (@hiqua) -* Sort habits in reverse order (@iSoron) -* Add notes to habits (@recheej) -* Improve readibility of charts (@chennemann) -* Delay new day until 3am (@KristianTashkov) -* Export backups daily (@iSoron) - -Bug fixes: -* Reset chart offset when switching scale (@alxmjo) -* Don't show reminders from archived habits (@KristianTashkov) -* Lapses on non-daily habits decrease the score too much (#641) -* Update widgets at midnight (@KristianTashkov) - -Refactoring: -* Convert files to Kotlin (@olegivo) +* **New Features:** + * Track numerical habits (@iSoron, @namnl) + * Skip days without breaking streak (@KristianTashkov) + * Sort habits by status (@hiqua) + * Sort habits in reverse order (@iSoron) + * Add notes to habits (@recheej) + * Improve readibility of charts (@chennemann) + * Delay new day until 3am (@KristianTashkov) + * Export backups daily (@iSoron) +* **Bug fixes:** + * Reset chart offset when switching scale (@alxmjo) + * Don't show reminders from archived habits (@KristianTashkov) + * Lapses on non-daily habits decrease the score too much (@iSoron) + * Update widgets at midnight (@KristianTashkov) +* **Refactoring:** + * Convert files to Kotlin (@olegivo) ### 1.8.9 (Nov 18, 2020)