mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 18:20:24 -05:00
* lint: move some more rules to oxlint/oxfmt and upgrade linter versions * lint: format docs package
29 lines
875 B
Markdown
29 lines
875 B
Markdown
---
|
|
title: Release 25.6.1
|
|
description: New release of Actual.
|
|
date: 2025-06-04T10:00
|
|
slug: release-25.6.1
|
|
tags: [announcement, release]
|
|
hide_table_of_contents: false
|
|
authors: 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
|
|
|
|
<!--truncate-->
|
|
|
|
**Docker tag: 25.6.1**
|
|
|
|
#### Bugfix
|
|
|
|
- [#5093](https://github.com/actualbudget/actual/pull/5093) Fix server version display on docker images — thanks @MikesGlitch
|
|
- [#5095](https://github.com/actualbudget/actual/pull/5095) Fix crash when datepicker deselected with no date set — thanks @matt-fidd
|
|
|
|
#### Maintenance
|
|
|
|
- [#5091](https://github.com/actualbudget/actual/pull/5091) Update Dockerfiles to use Node.js 20 — thanks @matt-fidd
|