Co-authored-by: Jed Fox <git@jedfox.com>
This commit is contained in:
Rich Howell
2023-05-04 19:02:41 +01:00
committed by GitHub
parent d1055d00e6
commit 1133af7669

View File

@@ -2,6 +2,84 @@
title: Release Notes
---
## 23.5.0
**Docker tag: 23.5.0**
### Actual
Version: 23.5.0
#### Features
- [#921](https://github.com/actualbudget/actual/pull/921) Add experimental OFX importer written in pure javascript. — thanks [sinistersnare]
#### Enhancements
- [#858](https://github.com/actualbudget/actual/pull/858) Goals: Added support for percentage driven targets — thanks [shall0pass]
- [#879](https://github.com/actualbudget/actual/pull/879) Goal templates: Changed how compounding 'by' matches are filled. Now uses an average across templates. — thanks [shall0pass]
- [#910](https://github.com/actualbudget/actual/pull/910) Add setting to change first day of the week — thanks [biohzrddd]
- [#919](https://github.com/actualbudget/actual/pull/919) Show pending transactions from Nordigen in transactions table — thanks [henrikmaa]
- [#933](https://github.com/actualbudget/actual/pull/933) Autocomplete: set min-width for the tooltip — thanks [MatissJanis]
- [#953](https://github.com/actualbudget/actual/pull/953) Re-arrange schedule operation options to start with "is approximately" (the default selection) — thanks [MatissJanis]
- [#961](https://github.com/actualbudget/actual/pull/961) Goals: Add priority support — thanks [shall0pass] & [youngcw]
- [#968](https://github.com/actualbudget/actual/pull/968) Nordigen: ability to configure credentials via the UI — thanks [MatissJanis]
- [#987](https://github.com/actualbudget/actual/pull/987) Add support for credit card OFX files — thanks [j-f1]
#### Bugfix
- [#939](https://github.com/actualbudget/actual/pull/939) Fix j/k shortcuts to move between transactions on account pages — thanks [j-f1]
- [#946](https://github.com/actualbudget/actual/pull/946) Dont reset checked transactions when creating a schedule — thanks [j-f1]
- [#947](https://github.com/actualbudget/actual/pull/947) Autocomplete: fix multi-autocomplete filtering UX — thanks [MatissJanis]
- [#949](https://github.com/actualbudget/actual/pull/949) Autocomplete: support touch events — thanks [MatissJanis]
- [#950](https://github.com/actualbudget/actual/pull/950) Nordigen: add fallback link to re-init bank-sync in case the popover was blocked — thanks [MatissJanis]
- [#951](https://github.com/actualbudget/actual/pull/951) Forces CSV importer to ignore extra lines ensuring valid import field keys. — thanks [aaroneiche]
- [#955](https://github.com/actualbudget/actual/pull/955) Schedules: make transfer transactions appear in both affecting accounts — thanks [MatissJanis]
- [#960](https://github.com/actualbudget/actual/pull/960) Mobile: use the correct top-bar background color in settings page — thanks [MatissJanis]
- [#966](https://github.com/actualbudget/actual/pull/966) Transaction table: show action checkbox on row hover — thanks [MatissJanis]
- [#967](https://github.com/actualbudget/actual/pull/967) Re-introduce single line text blocks (useful for mobile) — thanks [MatissJanis]
- [#969](https://github.com/actualbudget/actual/pull/969) Nordigen: improved error handling when bank-list API fails — thanks [MatissJanis]
- [#972](https://github.com/actualbudget/actual/pull/972) Position notification banners always at bottom of the page — thanks [MatissJanis]
- [#992](https://github.com/actualbudget/actual/pull/992) Allow creating transactions by clicking "enter" in the notes/payee/category field — thanks [MatissJanis]
#### Maintenance
- [#896](https://github.com/actualbudget/actual/pull/896) Convert few more folders in `loot-core` to Typescript — thanks [albertogasparin]
- [#931](https://github.com/actualbudget/actual/pull/931) Cleaning up state management in autocomplete — thanks [MatissJanis]
- [#932](https://github.com/actualbudget/actual/pull/932) Improving e2e test stability — thanks [MatissJanis]
- [#934](https://github.com/actualbudget/actual/pull/934) Move from deprecated peg.js to Peggy for Goal template parser. — thanks [sinistersnare]
- [#945](https://github.com/actualbudget/actual/pull/945) Autocomplete: upgrade `Downshift` dependency — thanks [MatissJanis]
- [#954](https://github.com/actualbudget/actual/pull/954) Automatically close feature request issues so the open issue list can focus on bugs — thanks [MatissJanis]
- [#957](https://github.com/actualbudget/actual/pull/957) Finish converting `loot-core` to Typescript — thanks [albertogasparin]
- [#962](https://github.com/actualbudget/actual/pull/962) TypeScript: migrated an assortment of common components to TS — thanks [MatissJanis]
- [#974](https://github.com/actualbudget/actual/pull/974) eslint: Switch to TypeScript-aware `no-unused-vars` rule. — thanks [trevdor]
- [#976](https://github.com/actualbudget/actual/pull/976) Remove unused `prop-types` dependency — thanks [MatissJanis]
- [#977](https://github.com/actualbudget/actual/pull/977) Make `yarn start:browser` the default `start` command instead of `start:desktop` which currently doesn't realiably work — thanks [MatissJanis]
- [#978](https://github.com/actualbudget/actual/pull/978) Contributors: add back Rich, add also Alberto — thanks [MatissJanis]
- [#980](https://github.com/actualbudget/actual/pull/980) Run feature-request management github action when the "feature" label is added — thanks [MatissJanis]
- [#982](https://github.com/actualbudget/actual/pull/982) Run feature-request management github action only once and for the "feature" label only (not for other labels) — thanks [MatissJanis]
- [#985](https://github.com/actualbudget/actual/pull/985) Remove unused payee rules feature — thanks [j-f1]
### Actual Server
Version: 23.5.0
#### Features
- [#194](https://github.com/actualbudget/actual-server/pull/194) Adds support for setting and getting secrets in actual-server. Additionally the secrets can be set from client using api. — thanks [henrikmaa]
#### Enhancements
- [#190](https://github.com/actualbudget/actual-server/pull/190) Add an `all` field to /nordigen/transactions endpoint with ordered array of both booked and pending transactions — thanks [Jackenmen]
#### Bugfix
- [#197](https://github.com/actualbudget/actual-server/pull/197) Set the secrets response to be JSON instead of plain-text — thanks [MatissJanis]
#### Maintenance
- [#195](https://github.com/actualbudget/actual-server/pull/195) Remove the unused `migrations` folder — thanks [j-f1]
## 23.4.2
**Docker tag: 23.4.2**
@@ -786,3 +864,7 @@ Version: 22.10.25
[waseem-h]: https://github.com/waseem-h
[winklevos]: https://github.com/winklevos
[wmertens]: https://github.com/wmertens
[sinistersnare]: https://github.com/sinistersnare
[henrikmaa]: https://github.com/henrikmaa
[youngcw]: https://github.com/youngcw
[aaroneiche]: https://github.com/aaroneiche