Files
actual/packages/docs/blog/2023-04-16-release-23.4.1.md
2025-11-07 18:17:14 +00:00

3.6 KiB
Raw Blame History

title, description, date, slug, tags, hide_table_of_contents
title description date slug tags hide_table_of_contents
Release 23.4.1 New release of Actual. 2023-04-16T10:00 release-23.4.1
announcement
release
false

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 Dont 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

  • #182 Add support for armv6l (Alpine-based images only) — thanks @intiplink

Enhancements

  • #187 Add rate limiting to all server requests — thanks @j-f1

Maintenance

  • #181 Dont check for release notes on release/* branches — thanks @j-f1
  • #185 Use the proper Typescript Babel preset — thanks @albertogasparin