🔖 (24.10.1) fix synced prefs (#3596)

This commit is contained in:
Matiss Janis Aboltins
2024-10-08 18:02:07 +01:00
committed by GitHub
parent ce4b80f499
commit 85b3c5714e
7 changed files with 3 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@actual-app/api",
"version": "24.10.0",
"version": "24.10.1",
"license": "MIT",
"description": "An API for Actual",
"engines": {

View File

@@ -1,6 +1,6 @@
{
"name": "@actual-app/web",
"version": "24.10.0",
"version": "24.10.1",
"license": "MIT",
"files": [
"build"

View File

@@ -3,7 +3,7 @@
"author": "Actual",
"productName": "Actual",
"description": "A simple and powerful personal finance system",
"version": "24.10.0",
"version": "24.10.1",
"scripts": {
"clean": "rm -rf dist",
"update-client": "bin/update-client",

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
SyncedPrefs: preload in redux state and fetch from there; improved performance.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Reports: fix old reports page having empty blocks.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [joel-jeremy]
---
[Mobile] Update Budget to Budgeted to match the column name in mobile budget table

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [joel-jeremy]
---
[Mobile] Fix budget list on mobile auto selecting a budget file under the Switch budget file menu