Files
actual/packages/docs/blog/2025-06-04-release-25-6-1.md
Matiss Janis Aboltins 1989424099 lint: format docs package (#6399)
* lint: move some more rules to oxlint/oxfmt and upgrade linter versions

* lint: format docs package
2025-12-13 23:18:13 +00:00

875 B

title, description, date, slug, tags, hide_table_of_contents, authors
title description date slug tags hide_table_of_contents authors
Release 25.6.1 New release of Actual. 2025-06-04T10:00 release-25.6.1
announcement
release
false matt-fidd

This release contains the following improvements:

  • Ensures the server version is accurately displayed when deploying using Docker
  • Fixes a rare crash when selecting dates
  • Upgrades the Docker image to use Node.js version 20

Docker tag: 25.6.1

Bugfix

  • #5093 Fix server version display on docker images — thanks @MikesGlitch
  • #5095 Fix crash when datepicker deselected with no date set — thanks @matt-fidd

Maintenance

  • #5091 Update Dockerfiles to use Node.js 20 — thanks @matt-fidd