🔖 (24.10.0) (#3545)

This commit is contained in:
Matiss Janis Aboltins
2024-10-03 18:06:47 +01:00
committed by GitHub
parent 125510c981
commit 9b7a79a01c
96 changed files with 3 additions and 561 deletions

View File

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

View File

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

View File

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

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [joel-jeremy]
---
Show undo notifications when applying goal templates / budget actions in mobile.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [joel-jeremy]
---
Auto notes in month notes when reassigning budgets.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [joel-jeremy]
---
Use new react-aria-components in common and mobile components.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [matt-fidd]
---
Support translations in desktop-client/components/accounts.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [TimQuelch]
---
Forcibly reload app when API request is redirected. This fixes issue #2793

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [Matissjanis]
---
Dashboards: text widget support.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [VoltaicGRiD, psybers]
---
Implement greater visibility and accessibility on popover menus and tooltips.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
TypeScript: migrate Account component.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [psybers]
---
Support translations in desktop-client/components/schedules.

View File

@@ -1,6 +0,0 @@
---
category: Features
authors: [tim-smart]
---
Add setting to set preferred dark theme for "System default" mode

View File

@@ -1,6 +0,0 @@
---
category: Features
authors: [tim-smart]
---
Add an uncategorized transaction button to the mobile app.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [tim-smart]
---
Set html theme-color meta tag to match the webmanifest theme_color.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [tim-smart]
---
Adjust mobile header link style

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [nmathey]
---
Support translations in Translation support for desktop-client/src/components/budget/BalanceWithCarryover.tsx

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
TypeScript: migrate Reconcile file.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [matt-fidd]
---
Fix incorrect hook usage in #3277

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [UnderKoen]
---
TypeScript: RSchedule types fixed

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [agradina]
---
Support translations in desktop-client/components/budget.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [MatissJanis, carkom]
---
Dashboards: ability to save filters & time-range on net-worth widgets.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [nmathey]
---
Support translations in Translation support for desktop-client/src/components/budget/BudgetTotals.tsx

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [joel-jeremy]
---
Mobile - Fix budget cells being triggered when pulling down to refresh on budget table.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [olets]
---
Privacy mode: instead of blurring, use an illegible font (#3376)

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [carkom]
---
Fix report header validateStart bug.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [carkom]
---
Fixing spending report header so that any month can be compared to any other month. Also adds budget as an optional comparison.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MikesGlitch]
---
Prevent keyboard shortcuts modal launching when entering shortcut into editable field.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [jfdoming]
---
Refine Menu/Select types to allow broader types for the value/name attribute

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MikesGlitch]
---
Prevent sidebar from saving to metadata.json unnecessarily

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MikesGlitch]
---
Remove unneded Payee typeahead console log

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
SyncedPrefs: refactor pref values from explicit types to `string`.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [jfdoming]
---
Convert `RecurringSchedulePicker.jsx` -> `RecurringSchedulePicker.tsx`

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
SyncedPrefs: refactor usages of number formatter away from redux.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MikesGlitch]
---
Prevent sync from saving to metadata.json unnecessarily

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [jfdoming]
---
Fix regression in case sensitivity for `is`/`matches` operator

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [jfdoming]
---
Update splash background to match theming

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [joel-jeremy]
---
Use react-aria-components' Button in filters.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MikesGlitch]
---
Adding retries into filesystem calls to mitigate locking issues caused by virus scanners.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
SyncedPrefs: refactor `ImportTransactions` usage of prefs to use a common hook.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
SyncedPrefs: move `budgetType` back to metadata prefs.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [joel-jeremy]
---
Undoable auto tranfer notes + auto notes for cover

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [qedi-r]
---
Sort suggested payee popup section by favorite status first, then alphabetically.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [joel-jeremy]
---
Complete migration of all modals to react-aria-components Modal component.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [MatissJanis]
---
Dashboards: ability to save filters & time-range on cash-flow widgets.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
SyncedPrefs: move synced-preferences from metadata.json to the database.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [a-gradina]
---
Support translations in desktop-client/components/budget.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
SyncedPrefs: move budget type to synced preferences.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [a-gradina]
---
Support translations for component files

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MikesGlitch]
---
Restart server silently when adding self signed cert and add some logs

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [MatissJanis]
---
Dashboards: ability to save filters & time-range on spending widgets.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatisJanis]
---
Fix account filters being overridden.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MikesGlitch]
---
Reduce size of desktop packages

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [joel-jeremy]
---
Reduce budget table re-renders

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [joel-jeremy]
---
Cleanup react-aria packages and dedupe packages.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [carkom]
---
Fixing display issues in spending report and adding a legend.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [matt-fidd]
---
Update synced account balance in db if available

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [joel-jeremy]
---
Fix react-aria-components Button hover styles

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [UnderKoen]
---
Fix csv import deduplication #3416

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
SyncedPrefs: separate out MetadataPrefs and LocalPrefs in different storage locations.

View File

@@ -1,6 +0,0 @@
---
category: Features
authors: [MatissJanis]
---
SimpleFIN is officially released as a first-party feature of Actual.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatisJanis]
---
SyncedPrefs: fix import prefs not reading correctly.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [joel-jeremy]
---
Fix save report forms submit handler so that it doesn't trigger a reload of an entire page on submit.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [joel-jeremy]
---
Mobile - Do not allow renaming category or group to an empty name.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MikesGlitch]
---
Remove old updater logic

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Reports - deleting custom reports should remove the widget from the dashboard.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [joel-jeremy]
---
Fix privacy filters not activating

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MikesGlitch]
---
Replacing the deprecated Electron file handler protocol with the new version

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
CSV import - fix checkboxes not working.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [qedi-r]
---
Fix 'matches' operator incorrectly matching empty strings.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
File/variable renames: rollover budget -> envelope budget; report budget -> tracking budget.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Custom reports - fix opening table reports crashing the page.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [tim-smart]
---
Fix modals not opening on mobile budget view

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [joel-jeremy]
---
Fix mobile page header button styles.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [joel-jeremy]
---
Fix mobile balance modal not properly coloring balance.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Custom reports: added e2e tests to improve stability.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [junyuanz1]
---
Removes whitespace from both ends of the category name

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [UnderKoen]
---
Fix running `yarn vrt:docker` on windows with git bash

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
e2e: improve rules test stability.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [Jonathan-Fang]
---
Fix typo in README for Actual Budget Github homepage

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
e2e: improve onboarding test stability.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [qedi-r]
---
Fix desktop popover showing in mobile To Budget options.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [youngcw]
---
Fix templates and syntax check running on deleted categories

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
e2e: improve rules test stability.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
e2e: improve settings test stability.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [youngcw]
---
Add category goal info to the budget prewarm list for faster loading of indicator colors.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [EtaoinWu]
---
Fix GoCardless linking (account selection window not appearing)

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [joel-jeremy]
---
Cleanup: Set theme-color at App level instead of per page

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [joel-jeremy]
---
e2e stability: wait for data-theme to switch before taking a screenshot

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [qedi-r]
---
Expose underlying exception source when a module fails to load.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [matt-fidd]
---
Fix electron build workflow for ubuntu-latest

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [joel-jeremy]
---
[e2e] Fix the flaky "navigates back to start page by clicking on “no server” in an empty budget file test" from onboarding.test.js

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MikesGlitch]
---
Fix balance carryover arrow on Firefox

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [matt-fidd]
---
Fix error when creating a rule from an existing transaction

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
BankSync: fix showing sync status after linking and close all modal stack.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Fix import crashing if the QFX file is malformed.