diff --git a/packages/api/package.json b/packages/api/package.json index 14627cf307c..5dcc46295ca 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@actual-app/api", - "version": "6.8.2", + "version": "6.9.0", "license": "MIT", "description": "An API for Actual", "engines": { diff --git a/packages/desktop-client/package.json b/packages/desktop-client/package.json index d7a7de8623b..938e51cc0c7 100644 --- a/packages/desktop-client/package.json +++ b/packages/desktop-client/package.json @@ -1,6 +1,6 @@ { "name": "@actual-app/web", - "version": "24.7.0", + "version": "24.8.0", "license": "MIT", "files": [ "build" diff --git a/packages/desktop-electron/package.json b/packages/desktop-electron/package.json index 904949e4fd7..851d28f42ee 100644 --- a/packages/desktop-electron/package.json +++ b/packages/desktop-electron/package.json @@ -3,7 +3,7 @@ "author": "Actual", "productName": "Actual", "description": "A simple and powerful personal finance system", - "version": "24.7.0", + "version": "24.8.0", "scripts": { "clean": "rm -rf dist", "update-client": "bin/update-client", diff --git a/upcoming-release-notes/2717.md b/upcoming-release-notes/2717.md deleted file mode 100644 index 63aff1f265e..00000000000 --- a/upcoming-release-notes/2717.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [Wizmaster] ---- - -Explicitly ask when reconciling transactions on manual import diff --git a/upcoming-release-notes/2721.md b/upcoming-release-notes/2721.md deleted file mode 100644 index 7169051af75..00000000000 --- a/upcoming-release-notes/2721.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Move bank sync payee name normalization from actual to actual-server diff --git a/upcoming-release-notes/2814.md b/upcoming-release-notes/2814.md deleted file mode 100644 index 1057298df2b..00000000000 --- a/upcoming-release-notes/2814.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [qedi-r] ---- - -Shows favourite and up to the top 5 most frequently used payees in the payee dropdown menu in a section at the top. diff --git a/upcoming-release-notes/2818.md b/upcoming-release-notes/2818.md deleted file mode 100644 index c191c90e3ff..00000000000 --- a/upcoming-release-notes/2818.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [sreetamdas] ---- - -Fix Net Worth amounts being clipped when over 5 characters diff --git a/upcoming-release-notes/2828.md b/upcoming-release-notes/2828.md deleted file mode 100644 index fc8bcb87d0f..00000000000 --- a/upcoming-release-notes/2828.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Migrating native `Tooltip` component to react-aria Tooltip/Popover (vol.10) diff --git a/upcoming-release-notes/2832.md b/upcoming-release-notes/2832.md deleted file mode 100644 index 73ba6d988ae..00000000000 --- a/upcoming-release-notes/2832.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [sreetamdas] ---- - -Fix number format preference not being used for graphs diff --git a/upcoming-release-notes/2834.md b/upcoming-release-notes/2834.md deleted file mode 100644 index e0a2a73c108..00000000000 --- a/upcoming-release-notes/2834.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [jfdoming] ---- - -Reapply rules to split transactions when the parent changes diff --git a/upcoming-release-notes/2880.md b/upcoming-release-notes/2880.md deleted file mode 100644 index d6e6b7480b3..00000000000 --- a/upcoming-release-notes/2880.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Refactoring desktop-electron package to use typescript diff --git a/upcoming-release-notes/2898.md b/upcoming-release-notes/2898.md deleted file mode 100644 index fc60b25516d..00000000000 --- a/upcoming-release-notes/2898.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MatissJanis] ---- - -Bank sync: fix account with new transactions highlight disappearing if multiple consecutive accounts are synced. diff --git a/upcoming-release-notes/2903.md b/upcoming-release-notes/2903.md deleted file mode 100644 index c8b4d4d240e..00000000000 --- a/upcoming-release-notes/2903.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [dymanoid] ---- - -Use Unicode-aware database queries for filtering and searching. diff --git a/upcoming-release-notes/2904.md b/upcoming-release-notes/2904.md deleted file mode 100644 index 1759da041cd..00000000000 --- a/upcoming-release-notes/2904.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Use react-aria-components's Button as base of the builtin Button component. diff --git a/upcoming-release-notes/2905.md b/upcoming-release-notes/2905.md deleted file mode 100644 index 792baadea93..00000000000 --- a/upcoming-release-notes/2905.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Refactor `Select` component to stop using `@reach/listbox` dependency. diff --git a/upcoming-release-notes/2913.md b/upcoming-release-notes/2913.md deleted file mode 100644 index a1272ae7816..00000000000 --- a/upcoming-release-notes/2913.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Use new react-aria-components based Button on settings and rules page. diff --git a/upcoming-release-notes/2914.md b/upcoming-release-notes/2914.md deleted file mode 100644 index c149dc11d1f..00000000000 --- a/upcoming-release-notes/2914.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Use new react-aria-components based Button on accounts and payees page. diff --git a/upcoming-release-notes/2916.md b/upcoming-release-notes/2916.md deleted file mode 100644 index 9033f8556cb..00000000000 --- a/upcoming-release-notes/2916.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Use new react-aria-components based Button on management components. diff --git a/upcoming-release-notes/2918.md b/upcoming-release-notes/2918.md deleted file mode 100644 index a5c8daab224..00000000000 --- a/upcoming-release-notes/2918.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Use new react-aria-components based Button on modals. diff --git a/upcoming-release-notes/2924.md b/upcoming-release-notes/2924.md deleted file mode 100644 index 0c0af51dea7..00000000000 --- a/upcoming-release-notes/2924.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [jfdoming] ---- - -Disable interactivity on preview status icons diff --git a/upcoming-release-notes/2928.md b/upcoming-release-notes/2928.md deleted file mode 100644 index 3c3490058c9..00000000000 --- a/upcoming-release-notes/2928.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [psybers] ---- - -API: add getBudgets() method to list all local/remote budgets. diff --git a/upcoming-release-notes/2930.md b/upcoming-release-notes/2930.md deleted file mode 100644 index dbe12f52539..00000000000 --- a/upcoming-release-notes/2930.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Features -authors: [psybers] ---- - -Add getAccountBalance() API. diff --git a/upcoming-release-notes/2942.md b/upcoming-release-notes/2942.md deleted file mode 100644 index 09efc45ffb5..00000000000 --- a/upcoming-release-notes/2942.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [twk3] ---- - -Remove the broken Trafico pull request review triggers. diff --git a/upcoming-release-notes/2943.md b/upcoming-release-notes/2943.md deleted file mode 100644 index 423223ee347..00000000000 --- a/upcoming-release-notes/2943.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [dymanoid] ---- - -Fix the carryover arrow display for mobile and desktop views. diff --git a/upcoming-release-notes/2946.md b/upcoming-release-notes/2946.md deleted file mode 100644 index f430704fb4d..00000000000 --- a/upcoming-release-notes/2946.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Port finance modals to react-aria-components Modal. diff --git a/upcoming-release-notes/2956.md b/upcoming-release-notes/2956.md deleted file mode 100644 index 5ea7a72abdd..00000000000 --- a/upcoming-release-notes/2956.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [psybers] ---- - -Fix: Warning modal was not showing a second time. diff --git a/upcoming-release-notes/2960.md b/upcoming-release-notes/2960.md deleted file mode 100644 index 05d75947540..00000000000 --- a/upcoming-release-notes/2960.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MikesGlitch] ---- - -Fix time display of backup on Electrons "Load Backup" modal diff --git a/upcoming-release-notes/2968.md b/upcoming-release-notes/2968.md deleted file mode 100644 index ebda676085d..00000000000 --- a/upcoming-release-notes/2968.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [psybers] ---- - -Fix: editing transactions on mobile not going back. diff --git a/upcoming-release-notes/2973.md b/upcoming-release-notes/2973.md deleted file mode 100644 index 6729b84423a..00000000000 --- a/upcoming-release-notes/2973.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [wdpk] ---- - -Fix exporting split transactions to CSV by including top-line transactions and noting the split. diff --git a/upcoming-release-notes/2978.md b/upcoming-release-notes/2978.md deleted file mode 100644 index ae918b6c387..00000000000 --- a/upcoming-release-notes/2978.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Update Electron menu to use typescript diff --git a/upcoming-release-notes/2980.md b/upcoming-release-notes/2980.md deleted file mode 100644 index 4c2901faa8f..00000000000 --- a/upcoming-release-notes/2980.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [julianwachholz] ---- - -Add PWA shortcut actions diff --git a/upcoming-release-notes/2981.md b/upcoming-release-notes/2981.md deleted file mode 100644 index 6c1a2fb48b8..00000000000 --- a/upcoming-release-notes/2981.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [julianwachholz] ---- - -Fix number parsing with and remove unsupported "space-dot" format diff --git a/upcoming-release-notes/2982.md b/upcoming-release-notes/2982.md deleted file mode 100644 index 2d6368342fe..00000000000 --- a/upcoming-release-notes/2982.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [julianwachholz] ---- - -Add apostrophe-dot (Swiss) number format diff --git a/upcoming-release-notes/2983.md b/upcoming-release-notes/2983.md deleted file mode 100644 index a26f11fed6a..00000000000 --- a/upcoming-release-notes/2983.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MikesGlitch] ---- - -Removed broken update functionality and "About" screen for Electron app diff --git a/upcoming-release-notes/2990.md b/upcoming-release-notes/2990.md deleted file mode 100644 index 17da167567a..00000000000 --- a/upcoming-release-notes/2990.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [joel-jeremy] ---- - -Assign schedule to both transactions if schedule is a transfer diff --git a/upcoming-release-notes/2993.md b/upcoming-release-notes/2993.md deleted file mode 100644 index bf764398878..00000000000 --- a/upcoming-release-notes/2993.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Features -authors: [YusefOuda] ---- - -Adds ability to resize sidebar. diff --git a/upcoming-release-notes/2995.md b/upcoming-release-notes/2995.md deleted file mode 100644 index 02772299665..00000000000 --- a/upcoming-release-notes/2995.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Update Electron server file to use typescript diff --git a/upcoming-release-notes/3000.md b/upcoming-release-notes/3000.md deleted file mode 100644 index 5f571d3fcb5..00000000000 --- a/upcoming-release-notes/3000.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [youngcw] ---- - -Cleanup desktop app filenames to prep for download page diff --git a/upcoming-release-notes/3001.md b/upcoming-release-notes/3001.md deleted file mode 100644 index 17898d27f94..00000000000 --- a/upcoming-release-notes/3001.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [YusefOuda] ---- - -Moves "Rename" to first item in Category + Category Group menus. Adds debounce to sidebar animation. diff --git a/upcoming-release-notes/3007.md b/upcoming-release-notes/3007.md deleted file mode 100644 index c879b21979c..00000000000 --- a/upcoming-release-notes/3007.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [JukeboxRhino] ---- - -Fix alignment of reports diff --git a/upcoming-release-notes/3008.md b/upcoming-release-notes/3008.md deleted file mode 100644 index de4e09df281..00000000000 --- a/upcoming-release-notes/3008.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [joel-jeremy] ---- - -Fix cover modal title. diff --git a/upcoming-release-notes/3009.md b/upcoming-release-notes/3009.md deleted file mode 100644 index 8aa7ba13120..00000000000 --- a/upcoming-release-notes/3009.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MatissJanis] ---- - -Fix datepicker closing when trying to edit a date filter diff --git a/upcoming-release-notes/3011.md b/upcoming-release-notes/3011.md deleted file mode 100644 index 101af143f4a..00000000000 --- a/upcoming-release-notes/3011.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [youngcw] ---- - -Fix apply template resetting the goals on already set categories diff --git a/upcoming-release-notes/3012.md b/upcoming-release-notes/3012.md deleted file mode 100644 index dcd3471eb80..00000000000 --- a/upcoming-release-notes/3012.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [youngcw] ---- - -Add long term goal type template diff --git a/upcoming-release-notes/3014.md b/upcoming-release-notes/3014.md deleted file mode 100644 index 7a57363130c..00000000000 --- a/upcoming-release-notes/3014.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Remove unused files from Electron app diff --git a/upcoming-release-notes/3015.md b/upcoming-release-notes/3015.md deleted file mode 100644 index 190771d6f25..00000000000 --- a/upcoming-release-notes/3015.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Improve Electron Mac build to target "Universal" for better performance on Apple Silicon diff --git a/upcoming-release-notes/3017.md b/upcoming-release-notes/3017.md deleted file mode 100644 index 6d320b21ad7..00000000000 --- a/upcoming-release-notes/3017.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [MatissJanis] ---- - -Moved budget type toggle to the settings page diff --git a/upcoming-release-notes/3019.md b/upcoming-release-notes/3019.md deleted file mode 100644 index c45d1706d8a..00000000000 --- a/upcoming-release-notes/3019.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [JukeboxRhino] ---- - -Fix payee creation for long names on narrow screens diff --git a/upcoming-release-notes/3022.md b/upcoming-release-notes/3022.md deleted file mode 100644 index bb9f9f19dd3..00000000000 --- a/upcoming-release-notes/3022.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [psybers] ---- - -Expose bank sync account data ('account_id' and 'official_name') in AQL. diff --git a/upcoming-release-notes/3023.md b/upcoming-release-notes/3023.md deleted file mode 100644 index d3291c0e349..00000000000 --- a/upcoming-release-notes/3023.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [twk3] ---- - -Remove Trafico workflow in favour of our new GitHub bot diff --git a/upcoming-release-notes/3026.md b/upcoming-release-notes/3026.md deleted file mode 100644 index b49a40cf260..00000000000 --- a/upcoming-release-notes/3026.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [tcrasset] ---- - -Migrate BudgetList to Typescript \ No newline at end of file diff --git a/upcoming-release-notes/3027.md b/upcoming-release-notes/3027.md deleted file mode 100644 index c32c1412313..00000000000 --- a/upcoming-release-notes/3027.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Updated Electron window-state file to use typescript diff --git a/upcoming-release-notes/3028.md b/upcoming-release-notes/3028.md deleted file mode 100644 index 91073bd5e98..00000000000 --- a/upcoming-release-notes/3028.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [matt-fidd] ---- - -Add `mergePayees` method to the API diff --git a/upcoming-release-notes/3029.md b/upcoming-release-notes/3029.md deleted file mode 100644 index 0ad61be82db..00000000000 --- a/upcoming-release-notes/3029.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [psybers] ---- - -Perform bank sync in same order as accounts shown in sidebar. diff --git a/upcoming-release-notes/3032.md b/upcoming-release-notes/3032.md deleted file mode 100644 index b09d36e4a80..00000000000 --- a/upcoming-release-notes/3032.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [psybers] ---- - -Dim hidden income category rows. diff --git a/upcoming-release-notes/3033.md b/upcoming-release-notes/3033.md deleted file mode 100644 index 0416374a730..00000000000 --- a/upcoming-release-notes/3033.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Features -authors: [psybers] ---- - -Add help modal for keyboard shortcuts. diff --git a/upcoming-release-notes/3037.md b/upcoming-release-notes/3037.md deleted file mode 100644 index 3b29eb65ab9..00000000000 --- a/upcoming-release-notes/3037.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [ctozlowski] ---- - -Fix the position of the separator in the operator menu when editing a rule \ No newline at end of file diff --git a/upcoming-release-notes/3045.md b/upcoming-release-notes/3045.md deleted file mode 100644 index c5195fe31a8..00000000000 --- a/upcoming-release-notes/3045.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [nullscope] ---- - -Enhanced Autocomplete sorting, Payees tab filter, and Schedules tab filter for languages with accents / diacritics. diff --git a/upcoming-release-notes/3046.md b/upcoming-release-notes/3046.md deleted file mode 100644 index 181ed9cd2a7..00000000000 --- a/upcoming-release-notes/3046.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [YusefOuda] ---- - -Fixes the alignment of notifications in mobile view \ No newline at end of file diff --git a/upcoming-release-notes/3049.md b/upcoming-release-notes/3049.md deleted file mode 100644 index b8429a26cde..00000000000 --- a/upcoming-release-notes/3049.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [jfdoming] ---- - -Include more information in payee of split parent diff --git a/upcoming-release-notes/3056.md b/upcoming-release-notes/3056.md deleted file mode 100644 index 158cb40fe66..00000000000 --- a/upcoming-release-notes/3056.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [JukeboxRhino] ---- - -Add payee autocapitalization when creating on mobile diff --git a/upcoming-release-notes/3058.md b/upcoming-release-notes/3058.md deleted file mode 100644 index a5a9ed2c49a..00000000000 --- a/upcoming-release-notes/3058.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Add pre-commit hook for improved dev-x. diff --git a/upcoming-release-notes/3061.md b/upcoming-release-notes/3061.md deleted file mode 100644 index cd8ea967b3c..00000000000 --- a/upcoming-release-notes/3061.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [psybers] ---- - -Add additional keyboard hotkeys. \ No newline at end of file diff --git a/upcoming-release-notes/3062.md b/upcoming-release-notes/3062.md deleted file mode 100644 index ff29c1754b0..00000000000 --- a/upcoming-release-notes/3062.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [JukeboxRhino] ---- - -Increase the font-weight of the mobile category label to match the value totals diff --git a/upcoming-release-notes/3066.md b/upcoming-release-notes/3066.md deleted file mode 100644 index ff417ba498d..00000000000 --- a/upcoming-release-notes/3066.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Updated security.js and preload.js to Typescript and fixed Theme not setting correctly when set via dev console diff --git a/upcoming-release-notes/3073.md b/upcoming-release-notes/3073.md deleted file mode 100644 index 8987c451565..00000000000 --- a/upcoming-release-notes/3073.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [joel-jeremy] ---- - -Fix rules in mobile transaction entry diff --git a/upcoming-release-notes/3080.md b/upcoming-release-notes/3080.md deleted file mode 100644 index b71456f1808..00000000000 --- a/upcoming-release-notes/3080.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [psybers] ---- - -Update running balances width to display large numbers. diff --git a/upcoming-release-notes/3082.md b/upcoming-release-notes/3082.md deleted file mode 100644 index 5976ff88372..00000000000 --- a/upcoming-release-notes/3082.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [psybers] ---- - -Fix running balances thick header. diff --git a/upcoming-release-notes/3084.md b/upcoming-release-notes/3084.md deleted file mode 100644 index 7f9072fd51d..00000000000 --- a/upcoming-release-notes/3084.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [psybers] ---- - -Fix "?" crashing on budget selection page. diff --git a/upcoming-release-notes/3086.md b/upcoming-release-notes/3086.md deleted file mode 100644 index f35a637ea1b..00000000000 --- a/upcoming-release-notes/3086.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [simonschmidt] ---- - -Fix crash on CAMT.053 imports with missing ValDt diff --git a/upcoming-release-notes/3092.md b/upcoming-release-notes/3092.md deleted file mode 100644 index 889716c3f58..00000000000 --- a/upcoming-release-notes/3092.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [sleepyfran] ---- - -Correctly dismiss pop-over when using the copy last month's budget feature diff --git a/upcoming-release-notes/3100.md b/upcoming-release-notes/3100.md deleted file mode 100644 index 903636c006b..00000000000 --- a/upcoming-release-notes/3100.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [MikesGlitch] ---- - -Added Keyboard Shortcuts Reference to the Electron Help menu diff --git a/upcoming-release-notes/3101.md b/upcoming-release-notes/3101.md deleted file mode 100644 index 947bacd883a..00000000000 --- a/upcoming-release-notes/3101.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Update README with starting fresh and migration guides. diff --git a/upcoming-release-notes/3104.md b/upcoming-release-notes/3104.md deleted file mode 100644 index 37e1c49ba2c..00000000000 --- a/upcoming-release-notes/3104.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Delete unused user preferences. diff --git a/upcoming-release-notes/3105.md b/upcoming-release-notes/3105.md deleted file mode 100644 index a014b9946a0..00000000000 --- a/upcoming-release-notes/3105.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Upgrade yarn to v4.3.1 diff --git a/upcoming-release-notes/3106.md b/upcoming-release-notes/3106.md deleted file mode 100644 index f9db951798c..00000000000 --- a/upcoming-release-notes/3106.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Add repository activity image to README and update some information in the README diff --git a/upcoming-release-notes/3107.md b/upcoming-release-notes/3107.md deleted file mode 100644 index b014af981ef..00000000000 --- a/upcoming-release-notes/3107.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -CI workflow for pinging PRs that have been in the "WIP" state for a week without an update. diff --git a/upcoming-release-notes/3112.md b/upcoming-release-notes/3112.md deleted file mode 100644 index 88fa4cdaaf7..00000000000 --- a/upcoming-release-notes/3112.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [carkom] ---- - -Add a save button to Spending report so you can keep filter settings between sessions diff --git a/upcoming-release-notes/3113.md b/upcoming-release-notes/3113.md deleted file mode 100644 index 77ad6de9f58..00000000000 --- a/upcoming-release-notes/3113.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [reecerunnells] ---- - -Updated Fly.io link in README to point to correct section of documentation. diff --git a/upcoming-release-notes/3117.md b/upcoming-release-notes/3117.md deleted file mode 100644 index c737e321060..00000000000 --- a/upcoming-release-notes/3117.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [carkom] ---- - -Adding a "+1" to custom reports to indicate that the current month toggle is on. diff --git a/upcoming-release-notes/3123.md b/upcoming-release-notes/3123.md deleted file mode 100644 index 18658cfdfea..00000000000 --- a/upcoming-release-notes/3123.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [matt-fidd] ---- - -Add a goal information tooltip to the balance on the budget table diff --git a/upcoming-release-notes/3127.md b/upcoming-release-notes/3127.md deleted file mode 100644 index 579f5e5b437..00000000000 --- a/upcoming-release-notes/3127.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [carkom] ---- - -Fix issue with schema in updateReports function that was using insert instead of update diff --git a/upcoming-release-notes/3131.md b/upcoming-release-notes/3131.md deleted file mode 100644 index 6348df01ae6..00000000000 --- a/upcoming-release-notes/3131.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [joel-jeremy] ---- - -Fix menus autoclosed when clicked element on top of the menu diff --git a/upcoming-release-notes/3132.md b/upcoming-release-notes/3132.md deleted file mode 100644 index e4067c388f9..00000000000 --- a/upcoming-release-notes/3132.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [carkom] ---- - -In spending report - adding last month as an option for the primary graph diff --git a/upcoming-release-notes/3133.md b/upcoming-release-notes/3133.md deleted file mode 100644 index c1757b5e7a4..00000000000 --- a/upcoming-release-notes/3133.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MikesGlitch] ---- - -Fix the Data Dir Location picker not showing on the Settings page when running in Electron. diff --git a/upcoming-release-notes/3135.md b/upcoming-release-notes/3135.md deleted file mode 100644 index 6f890d1a6d0..00000000000 --- a/upcoming-release-notes/3135.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [carkom] ---- - -Fixes spending card that doesn't show the correct difference number. diff --git a/upcoming-release-notes/3142.md b/upcoming-release-notes/3142.md deleted file mode 100644 index 22dde9069d3..00000000000 --- a/upcoming-release-notes/3142.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MatissJanis] ---- - -Add missing `:hover` cursor to the new `Button` component. diff --git a/upcoming-release-notes/3143.md b/upcoming-release-notes/3143.md deleted file mode 100644 index c0f2c734af4..00000000000 --- a/upcoming-release-notes/3143.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MatissJanis] ---- - -Add missing underline to links. diff --git a/upcoming-release-notes/3144.md b/upcoming-release-notes/3144.md deleted file mode 100644 index 420d9a89421..00000000000 --- a/upcoming-release-notes/3144.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Unit tests: improve the reliability of unique ids. diff --git a/upcoming-release-notes/3146.md b/upcoming-release-notes/3146.md deleted file mode 100644 index d5ea04ffb16..00000000000 --- a/upcoming-release-notes/3146.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [joel-jeremy] ---- - -Fix Button2 isDisabled prop. diff --git a/upcoming-release-notes/3147.md b/upcoming-release-notes/3147.md deleted file mode 100644 index b7aaaaf3209..00000000000 --- a/upcoming-release-notes/3147.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [joel-jeremy] ---- - -Add backdrop for Modal2 component. diff --git a/upcoming-release-notes/3149.md b/upcoming-release-notes/3149.md deleted file mode 100644 index 50973654132..00000000000 --- a/upcoming-release-notes/3149.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MatissJanis] ---- - -Fix missing error handling in rules modal. diff --git a/upcoming-release-notes/3151.md b/upcoming-release-notes/3151.md deleted file mode 100644 index cf03e4b0c60..00000000000 --- a/upcoming-release-notes/3151.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MatissJanis] ---- - -Fix plain-text SimpleFin link in error message. diff --git a/upcoming-release-notes/3153.md b/upcoming-release-notes/3153.md deleted file mode 100644 index 2a8861e2c6d..00000000000 --- a/upcoming-release-notes/3153.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MikesGlitch] ---- - -Fix the "Enter" shortcut not saving on "Cover Overspending" popup diff --git a/upcoming-release-notes/3158.md b/upcoming-release-notes/3158.md deleted file mode 100644 index 3adcbf8a9f9..00000000000 --- a/upcoming-release-notes/3158.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [joel-jeremy] ---- - -Fix local plawright html reporter config. diff --git a/upcoming-release-notes/3160.md b/upcoming-release-notes/3160.md deleted file mode 100644 index 984fcf8eaf6..00000000000 --- a/upcoming-release-notes/3160.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MatissJanis] ---- - -Remove focus outline from modals. diff --git a/upcoming-release-notes/3161.md b/upcoming-release-notes/3161.md deleted file mode 100644 index 980413fe218..00000000000 --- a/upcoming-release-notes/3161.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MatissJanis, MikesGlitch] ---- - -Allow modal content to be vertically scrollable. diff --git a/upcoming-release-notes/3168.md b/upcoming-release-notes/3168.md deleted file mode 100644 index 7231db8a9b8..00000000000 --- a/upcoming-release-notes/3168.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [wnklmnn] ---- - -Fix inputfields overflowing while adding split transactions diff --git a/upcoming-release-notes/3169.md b/upcoming-release-notes/3169.md deleted file mode 100644 index be8369f8bb5..00000000000 --- a/upcoming-release-notes/3169.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [YusefOuda] ---- - -Fix budget type toggle not working the first time