The release fixes a issue with creating rules from the transaction list.
Docker tag: 23.4.1
Actual
Version: 23.4.1
Enhancements
- #860 Allow goal template 'by' matches to compound — thanks shall0pass
- #887 Mobile: unify "settings" page header with the style of "accounts" page — thanks MatissJanis
- #891 Goal template can now use single decimal places to define targets — thanks shall0pass
- #895 Improve error reporting for goal templates — thanks shall0pass
- #900 Add "Daily" option to scheduled transactions — thanks biohzrddd
Bugfix
- #865 Fix case-insensitive matching of strings for uppercase letters from non-English alphabets — thanks Jackenmen
- #881 Autocomplete: do not show "create payee" option if the typed-in payee is an exact match of an existing payee — thanks MatissJanis
- #882 Fix rule creation from account page (transaction list) — thanks MatissJanis
- #883 Recognize numpad enter key as enter key — thanks j-f1
- #886 Fill category field when selecting 'Create rule' from accounts screen — thanks shall0pass
- #902 Remove currently viewed account from list of possible transfer accounts — thanks biohzrddd
Maintenance
- #864 Don’t check for release notes on
release/*
branches — thanks j-f1 - #869 Disable ESLint when building in CI (since we have a separate linting job) — thanks j-f1
- #870 Remove duplicate migration and default-db.sqlite files — thanks j-f1
- #877 Convert most CommonJS imports/exports to ESM — thanks albertogasparin
- #884 Update
@typescript-eslint/*
packages to their latest versions — thanks j-f1 - #889 Convert few other folders in
loot-core
to Typescript — thanks albertogasparin - #890 Add a CodeQL workflow to automatically scan for potential security issues — thanks j-f1
- #893 Remove usage of
realpath
command in build script — thanks j-f1
Actual Server
Version: 23.4.1
Features
Enhancements
Maintenance
- #181 Don’t check for release notes on
release/*
branches — thanks j-f1 - #185 Use the proper Typescript Babel preset — thanks albertogasparin