From 98aa23d05be3f89a2f4b102f64224fe87ccc17e0 Mon Sep 17 00:00:00 2001 From: Matt Haggard Date: Wed, 6 Mar 2024 21:59:28 -0500 Subject: [PATCH] Updated CHANGELOG.md for v0.74.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cdfdaf..feaade0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v0.74.0 - 2024-03-06 + +- **NEW:** You can now skip updating to certain versions on Linux ([#980](https://github.com/buckets/application/issues/980)) +- **NEW:** Added a 'Show Budget File' menu option to quickly locate the current budget file in Finder/Explorer ([#977](https://github.com/buckets/application/issues/977)) +- **NEW:** There is now a total at the top of the Recurring Expenses report ([#954](https://github.com/buckets/application/issues/954)) +- **FIX:** The Recurring Expense report now computes expenses the same way the buckets page does. ([#565](https://github.com/buckets/application/issues/565), [#854](https://github.com/buckets/application/issues/854)) +- **FIX:** Updated translations for several languages +- **FIX:** When merging, schema difference detection now ignores whitespace ([#978](https://github.com/buckets/application/issues/978)) +- **FIX:** Clarify that SimpleFIN is likely not free ([#827](https://github.com/buckets/application/issues/827)) + # v0.73.4 - 2024-02-28 - **FIX:** When merging budgets, equivalent categorizations are no longer shown as conflicts ([#973](https://github.com/buckets/application/issues/973))