Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit ee4d9d6

Browse files
authored
πŸ”– (25.3.1) (#656)
actualbudget/actual#4497
1 parent 7dc34a9 commit ee4d9d6

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Release 25.3.1
3+
description: New release of Actual.
4+
date: 2025-03-03T10:00
5+
slug: release-25.3.1
6+
tags: [announcement, release]
7+
hide_table_of_contents: false
8+
authors: jfdoming
9+
---
10+
11+
## 25.3.1
12+
13+
The primary intent of this release is to patch regressions in amount parsing in certain scenarios.
14+
15+
<!--truncate-->
16+
17+
**Docker tag: 25.3.1**
18+
19+
#### Bugfix
20+
21+
- [#4489](https://github.com/actualbudget/actual/pull/4489) Fix negative amount parsing β€” thanks @matt-fidd
22+
- [#4503](https://github.com/actualbudget/actual/pull/4503) Fix number input on mobile with hidden decimals β€” thanks @jfdoming
23+

β€Ždocs/releases.mdβ€Ž

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Release Notes
22

3+
## 25.3.1
4+
5+
Release date: 2025-03-03
6+
7+
The primary intent of this release is to patch regressions in amount parsing in certain scenarios.
8+
9+
**Docker tag: 25.3.1**
10+
11+
#### Bugfix
12+
13+
- [#4489](https://github.com/actualbudget/actual/pull/4489) Fix negative amount parsing β€” thanks @matt-fidd
14+
- [#4503](https://github.com/actualbudget/actual/pull/4503) Fix number input on mobile with hidden decimals β€” thanks @jfdoming
15+
316
## 25.3.0
417

518
Release date: 2025-03-01

0 commit comments

Comments
Β (0)