From f26eb5de1186b1ea3b4ff029937b021559ac0df6 Mon Sep 17 00:00:00 2001 From: Matt Haggard Date: Thu, 15 Sep 2022 15:54:54 -0400 Subject: [PATCH] Updated mobile_CHANGELOG.md for v0.2.0 --- mobile_CHANGELOG.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/mobile_CHANGELOG.md b/mobile_CHANGELOG.md index 5964927..948a60c 100644 --- a/mobile_CHANGELOG.md +++ b/mobile_CHANGELOG.md @@ -1,7 +1,13 @@ +# v0.2.0 - 2022-09-15 + +- **NEW:** You can now delete budget files from the mobile app ([#679](https://github.com/buckets/application/issues/679)) +- **NEW:** Added a Sync button so you can manually trigger a resync of budget data. ([#664](https://github.com/buckets/application/issues/664)) +- **FIX:** Fixed bug the prevented transactions from showing up the first time you went to go see them ([#677](https://github.com/buckets/application/issues/677)) + # v0.1.0 - 2022-01-03 -- **FIX:** Fix buggy datepicker jumping between months and years (#667) -- **FIX:** Disable autocorrect/autocomplete on Channel URL input (#666) -- **FIX:** Disable accidental zooming (#662, #663, #674) +- **FIX:** Fix buggy datepicker jumping between months and years ([#667](https://github.com/buckets/application/issues/667)) +- **FIX:** Disable autocorrect/autocomplete on Channel URL input ([#666](https://github.com/buckets/application/issues/666)) +- **FIX:** Disable accidental zooming ([#662](https://github.com/buckets/application/issues/662), [#663](https://github.com/buckets/application/issues/663), [#674](https://github.com/buckets/application/issues/674)) - Removed drop shadow on nav bar.