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

Commit ed9999b

Browse files
authored
πŸ”– (25.2.1) fix desktop apps and reports page (#628)
What commits will be included in the release? https://github.com/actualbudget/actual/compare/v25.2.1?expand=1 --- - web: actualbudget/actual#4319 - server: actualbudget/actual-server#565 - docs: #628
1 parent 7cf8d3a commit ed9999b

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-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.2.1
3+
description: New release of Actual.
4+
date: 2025-02-06T18:00
5+
slug: release-25.2.1
6+
tags: [announcement, release]
7+
hide_table_of_contents: false
8+
authors: matt-fidd
9+
---
10+
11+
The primary intent of this release is to patch regressions that prevented the reports page from loading when the selected language was not English, and the desktop apps from working.
12+
13+
<!--truncate-->
14+
15+
**Docker tag: 25.2.1**
16+
17+
## Actual
18+
19+
#### Bugfix
20+
21+
- [#4303](https://github.com/actualbudget/actual/pull/4303) Fix crashes on reports page with translations enabled β€” thanks @jfdoming
22+
- [#4312](https://github.com/actualbudget/actual/pull/4312) Fix broken Weblate URL in settings if the language option has never been set β€” thanks @matt-fidd
23+
- [#4317](https://github.com/actualbudget/actual/pull/4317) Fix Electron language support β€” thanks @MikesGlitch

β€Ždocs/releases.mdβ€Ž

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

3+
## 25.2.1
4+
5+
The primary intent of this release is to patch regressions that prevented the reports page from loading when the selected language was not English, and the desktop apps from working.
6+
7+
### Actual
8+
9+
#### Bugfix
10+
11+
- [#4303](https://github.com/actualbudget/actual/pull/4303) Fix crashes on reports page with translations enabled β€” thanks @jfdoming
12+
- [#4312](https://github.com/actualbudget/actual/pull/4312) Fix broken Weblate URL in settings if the language option has never been set β€” thanks @matt-fidd
13+
- [#4317](https://github.com/actualbudget/actual/pull/4317) Fix Electron language support β€” thanks @MikesGlitch
14+
315
## 25.2.0
416

517
The release has the following notable improvements:

0 commit comments

Comments
Β (0)