diff --git a/packages/api/package.json b/packages/api/package.json index 1ed3cadecb..0f47f0db8b 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@actual-app/api", - "version": "25.5.0", + "version": "25.6.0", "license": "MIT", "description": "An API for Actual", "engines": { diff --git a/packages/desktop-client/package.json b/packages/desktop-client/package.json index dad35d3243..191e274212 100644 --- a/packages/desktop-client/package.json +++ b/packages/desktop-client/package.json @@ -1,6 +1,6 @@ { "name": "@actual-app/web", - "version": "25.5.0", + "version": "25.6.0", "license": "MIT", "files": [ "build" diff --git a/packages/desktop-electron/package.json b/packages/desktop-electron/package.json index 9af8b41375..da94056a2a 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": "25.5.0", + "version": "25.6.0", "scripts": { "clean": "rm -rf dist", "update-client": "bin/update-client", diff --git a/packages/sync-server/package.json b/packages/sync-server/package.json index 7b08cf2da5..b6e3e8c8b4 100644 --- a/packages/sync-server/package.json +++ b/packages/sync-server/package.json @@ -1,6 +1,6 @@ { "name": "@actual-app/sync-server", - "version": "25.5.0", + "version": "25.6.0", "license": "MIT", "description": "actual syncing server", "bin": { diff --git a/upcoming-release-notes/4766.md b/upcoming-release-notes/4766.md deleted file mode 100644 index 10fa3a007f..0000000000 --- a/upcoming-release-notes/4766.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [alvaro-crespo] ---- - -Add functional tests for the payee page diff --git a/upcoming-release-notes/4787.md b/upcoming-release-notes/4787.md deleted file mode 100644 index f27470134f..0000000000 --- a/upcoming-release-notes/4787.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Rename AQL module's runQuery function to aqlQuery to disambiguate with DB module runQuery function diff --git a/upcoming-release-notes/4789.md b/upcoming-release-notes/4789.md deleted file mode 100644 index 97e58f111d..0000000000 --- a/upcoming-release-notes/4789.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Use @hooks path alias for cleaner imports diff --git a/upcoming-release-notes/4810.md b/upcoming-release-notes/4810.md deleted file mode 100644 index 615f645517..0000000000 --- a/upcoming-release-notes/4810.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Features -authors: [jfdoming] ---- - -Add modal for creating budget automations diff --git a/upcoming-release-notes/4815.md b/upcoming-release-notes/4815.md deleted file mode 100644 index 05dda7f774..0000000000 --- a/upcoming-release-notes/4815.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [joel-jeremy] ---- - -Add upcoming/missed/due schedules indicator on budget table (based on category schedule templates) diff --git a/upcoming-release-notes/4817.md b/upcoming-release-notes/4817.md deleted file mode 100644 index cce9c8e0a5..0000000000 --- a/upcoming-release-notes/4817.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Move loot-core/client/app code over to desktop-client package diff --git a/upcoming-release-notes/4818.md b/upcoming-release-notes/4818.md deleted file mode 100644 index 94c28a40d8..0000000000 --- a/upcoming-release-notes/4818.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Move loot-core/client/budgets code over to desktop-client package diff --git a/upcoming-release-notes/4819.md b/upcoming-release-notes/4819.md deleted file mode 100644 index b192dbec80..0000000000 --- a/upcoming-release-notes/4819.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Move loot-core/client/modals code over to desktop-client package diff --git a/upcoming-release-notes/4820.md b/upcoming-release-notes/4820.md deleted file mode 100644 index 81dafa2211..0000000000 --- a/upcoming-release-notes/4820.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Move loot-core/client/notifications code over to desktop-client package diff --git a/upcoming-release-notes/4821.md b/upcoming-release-notes/4821.md deleted file mode 100644 index 027756a9ed..0000000000 --- a/upcoming-release-notes/4821.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Move loot-core/client/prefs code over to desktop-client package. diff --git a/upcoming-release-notes/4822.md b/upcoming-release-notes/4822.md deleted file mode 100644 index 710e464a59..0000000000 --- a/upcoming-release-notes/4822.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Move loot-core/client/queries code over to desktop-client package diff --git a/upcoming-release-notes/4823.md b/upcoming-release-notes/4823.md deleted file mode 100644 index 5964a551c9..0000000000 --- a/upcoming-release-notes/4823.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Move loot-core/client/users code over to desktop-client package diff --git a/upcoming-release-notes/4827.md b/upcoming-release-notes/4827.md deleted file mode 100644 index 3fa5343394..0000000000 --- a/upcoming-release-notes/4827.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Move loot-core/client/store and loot-core/client/redux to desktop-client package diff --git a/upcoming-release-notes/4828.md b/upcoming-release-notes/4828.md deleted file mode 100644 index df7944e733..0000000000 --- a/upcoming-release-notes/4828.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Move loot-core/client/data-hooks over to desktop-client package diff --git a/upcoming-release-notes/4830.md b/upcoming-release-notes/4830.md deleted file mode 100644 index 89fabd51f8..0000000000 --- a/upcoming-release-notes/4830.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -[Final PR] Move remaining loot-core/client files to desktop-client feature folders diff --git a/upcoming-release-notes/4864.md b/upcoming-release-notes/4864.md deleted file mode 100644 index acafb6e835..0000000000 --- a/upcoming-release-notes/4864.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [jfdoming] ---- - -Stabilize electron build directory paths diff --git a/upcoming-release-notes/4869.md b/upcoming-release-notes/4869.md deleted file mode 100644 index f4b0505174..0000000000 --- a/upcoming-release-notes/4869.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [vincegio] ---- - -Flip transaction amounts for most of SEB Kort AB affiliated cards (Strawberry/Nordic choice, Eurocard, Globecard, Opel, SAAB, SAS, SJ Prio, Circle K, Wallet, Ingo and Scandic) diff --git a/upcoming-release-notes/4870.md b/upcoming-release-notes/4870.md deleted file mode 100644 index 7898532979..0000000000 --- a/upcoming-release-notes/4870.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Features -authors: [MikesGlitch] ---- - -Desktop app Sync Server server configuration screen diff --git a/upcoming-release-notes/4872.md b/upcoming-release-notes/4872.md deleted file mode 100644 index de9ef98d44..0000000000 --- a/upcoming-release-notes/4872.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [JaredTweed] ---- - -Changed 'Close file' wording to 'Switch file' to prevent confusion about possibly it shutting down the account diff --git a/upcoming-release-notes/4879.md b/upcoming-release-notes/4879.md deleted file mode 100644 index 0ee63c305c..0000000000 --- a/upcoming-release-notes/4879.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Update budgetType preference from rollover/report to be envelope/tracking diff --git a/upcoming-release-notes/4882.md b/upcoming-release-notes/4882.md deleted file mode 100644 index 0ab0e6d467..0000000000 --- a/upcoming-release-notes/4882.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [youngcw] ---- - -Add tests to goal template processor functions diff --git a/upcoming-release-notes/4887.md b/upcoming-release-notes/4887.md deleted file mode 100644 index 6051e15cf1..0000000000 --- a/upcoming-release-notes/4887.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [rgoldfinger] ---- - -Converted sync-server to run with typescript diff --git a/upcoming-release-notes/4889.md b/upcoming-release-notes/4889.md deleted file mode 100644 index a98f689eb2..0000000000 --- a/upcoming-release-notes/4889.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [joel-jeremy] ---- - -Add a functionality to split transactions repair tool to remove categories from parent transactions and prevent adding/update parent transactions with categories diff --git a/upcoming-release-notes/4897.md b/upcoming-release-notes/4897.md deleted file mode 100644 index c79670fd5c..0000000000 --- a/upcoming-release-notes/4897.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Replace Actuator dependency with our own implementation to ensure the Server version displays properly in all scenarios diff --git a/upcoming-release-notes/4903.md b/upcoming-release-notes/4903.md deleted file mode 100644 index 4ab2ed455b..0000000000 --- a/upcoming-release-notes/4903.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [lelemm] ---- - -Promoting OpenId as default feature diff --git a/upcoming-release-notes/4908.md b/upcoming-release-notes/4908.md deleted file mode 100644 index 8ecd18fb6c..0000000000 --- a/upcoming-release-notes/4908.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [alecbakholdin] ---- - -Fixed undefined reference in utils titleFirst function diff --git a/upcoming-release-notes/4910.md b/upcoming-release-notes/4910.md deleted file mode 100644 index 5db77902d3..0000000000 --- a/upcoming-release-notes/4910.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [alecbakholdin] ---- - -Fixed issue with setting date and notes while creating transaction on mobile diff --git a/upcoming-release-notes/4911.md b/upcoming-release-notes/4911.md deleted file mode 100644 index 7cd1ab9d43..0000000000 --- a/upcoming-release-notes/4911.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [alecbakholdin] ---- - -Fixed bug with OFX with leading/trailing whitespace diff --git a/upcoming-release-notes/4912.md b/upcoming-release-notes/4912.md deleted file mode 100644 index e363cab9a8..0000000000 --- a/upcoming-release-notes/4912.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [ sambobbarnes ] ---- - -Fix autofocus of `Button` elements when enclosed in the `InitialFocus` component diff --git a/upcoming-release-notes/4914.md b/upcoming-release-notes/4914.md deleted file mode 100644 index a987c14ad2..0000000000 --- a/upcoming-release-notes/4914.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [alecbakholdin] ---- - -Fixed issue with account and notes not clearing when launching action from PWA diff --git a/upcoming-release-notes/4917.md b/upcoming-release-notes/4917.md deleted file mode 100644 index 6f1d54d9be..0000000000 --- a/upcoming-release-notes/4917.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [alecbakholdin] ---- - -Fixed graphical error in display on month in top right corner of monthly spending diff --git a/upcoming-release-notes/4921.md b/upcoming-release-notes/4921.md deleted file mode 100644 index fa406548f8..0000000000 --- a/upcoming-release-notes/4921.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [alecbakholdin] ---- - -Made default string for transaction editing respect localization of commas and periods diff --git a/upcoming-release-notes/4922.md b/upcoming-release-notes/4922.md deleted file mode 100644 index 5d16a88ac1..0000000000 --- a/upcoming-release-notes/4922.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [alecbakholdin] ---- - -Improved visibility for reconciliation popover diff --git a/upcoming-release-notes/4923.md b/upcoming-release-notes/4923.md deleted file mode 100644 index ceecfdcf9c..0000000000 --- a/upcoming-release-notes/4923.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [alecbakholdin] ---- - -Made dark scrollbar wider for the account sidebar. diff --git a/upcoming-release-notes/4930.md b/upcoming-release-notes/4930.md deleted file mode 100644 index 53f8c6379b..0000000000 --- a/upcoming-release-notes/4930.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [alecbakholdin] ---- - -Beginning of transition of Transactions table to TS diff --git a/upcoming-release-notes/4932.md b/upcoming-release-notes/4932.md deleted file mode 100644 index aedc4bca1e..0000000000 --- a/upcoming-release-notes/4932.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [jfdoming] ---- - -Automatically generate GitHub release text diff --git a/upcoming-release-notes/4933.md b/upcoming-release-notes/4933.md deleted file mode 100644 index d05bed063b..0000000000 --- a/upcoming-release-notes/4933.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [jfdoming] ---- - -Use the latest release tag instead of the latest tag for version checks diff --git a/upcoming-release-notes/4935.md b/upcoming-release-notes/4935.md deleted file mode 100644 index 5952ddaa92..0000000000 --- a/upcoming-release-notes/4935.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [ohNoBigO] ---- - -Fix viewing pie/donut charts on mobile diff --git a/upcoming-release-notes/4940.md b/upcoming-release-notes/4940.md deleted file mode 100644 index d6d32772b3..0000000000 --- a/upcoming-release-notes/4940.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [joel-jeremy] ---- - -[Mobile] Show transactions upon clicking income categories diff --git a/upcoming-release-notes/4942.md b/upcoming-release-notes/4942.md deleted file mode 100644 index 0cca3d46e8..0000000000 --- a/upcoming-release-notes/4942.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Fix lint error accidentally pushed to master diff --git a/upcoming-release-notes/4943.md b/upcoming-release-notes/4943.md deleted file mode 100644 index ea1489e306..0000000000 --- a/upcoming-release-notes/4943.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [jfdoming] ---- - -Deduplicate vite versions diff --git a/upcoming-release-notes/4949.md b/upcoming-release-notes/4949.md deleted file mode 100644 index a8289d6ba1..0000000000 --- a/upcoming-release-notes/4949.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [Johnn27] ---- - -Fix Dashboard Widgets Not Ordered on Mobile diff --git a/upcoming-release-notes/4953.md b/upcoming-release-notes/4953.md deleted file mode 100644 index 2505d2ec83..0000000000 --- a/upcoming-release-notes/4953.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MikesGlitch] ---- - -Fix server migrations directory reference diff --git a/upcoming-release-notes/4954.md b/upcoming-release-notes/4954.md deleted file mode 100644 index 37590b48fc..0000000000 --- a/upcoming-release-notes/4954.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MikesGlitch] ---- - -Ensure sync server uses absolute directories so users can configure relative paths for user-files diff --git a/upcoming-release-notes/4955.md b/upcoming-release-notes/4955.md deleted file mode 100644 index b6eee33c21..0000000000 --- a/upcoming-release-notes/4955.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Update @actual-app/components/input to be based on react-aria-components Input component. diff --git a/upcoming-release-notes/4956.md b/upcoming-release-notes/4956.md deleted file mode 100644 index da7a4cfb45..0000000000 --- a/upcoming-release-notes/4956.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Use cx in Button className merging diff --git a/upcoming-release-notes/4957.md b/upcoming-release-notes/4957.md deleted file mode 100644 index d61173b8b9..0000000000 --- a/upcoming-release-notes/4957.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MikesGlitch] ---- - -Fix cli tool version after server typescript update diff --git a/upcoming-release-notes/4958.md b/upcoming-release-notes/4958.md deleted file mode 100644 index f181096e31..0000000000 --- a/upcoming-release-notes/4958.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [Aerion] ---- - -Add BoursoBank GoCardless Integration diff --git a/upcoming-release-notes/4960.md b/upcoming-release-notes/4960.md deleted file mode 100644 index 0319713458..0000000000 --- a/upcoming-release-notes/4960.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Use @desktop-client alias in all of desktop-client package diff --git a/upcoming-release-notes/4968.md b/upcoming-release-notes/4968.md deleted file mode 100644 index 5907784d03..0000000000 --- a/upcoming-release-notes/4968.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MikesGlitch] ---- - -Ensuring new sync-server build process copies over sql files diff --git a/upcoming-release-notes/4970.md b/upcoming-release-notes/4970.md deleted file mode 100644 index a2a0380f62..0000000000 --- a/upcoming-release-notes/4970.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [sergiomola] ---- - -Add Abanca to banks with limited history diff --git a/upcoming-release-notes/4978.md b/upcoming-release-notes/4978.md deleted file mode 100644 index f144206645..0000000000 --- a/upcoming-release-notes/4978.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Change minimum version of Node.js to version 20 diff --git a/upcoming-release-notes/4980.md b/upcoming-release-notes/4980.md deleted file mode 100644 index 1a6331d2e3..0000000000 --- a/upcoming-release-notes/4980.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [matt-fidd] ---- - -Increase OpenID request timeout diff --git a/upcoming-release-notes/4986.md b/upcoming-release-notes/4986.md deleted file mode 100644 index 3f0228d5c6..0000000000 --- a/upcoming-release-notes/4986.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [joel-jeremy] ---- - -Add types to budget template files and some cleanup diff --git a/upcoming-release-notes/4987.md b/upcoming-release-notes/4987.md deleted file mode 100644 index 138dabf688..0000000000 --- a/upcoming-release-notes/4987.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [joel-jeremy] ---- - -Add option to calculate running balances in useTransactions hook diff --git a/upcoming-release-notes/4992.md b/upcoming-release-notes/4992.md deleted file mode 100644 index db929067a9..0000000000 --- a/upcoming-release-notes/4992.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [eldemarkki] ---- - -Update react-spring to version 10.0.0 diff --git a/upcoming-release-notes/4994.md b/upcoming-release-notes/4994.md deleted file mode 100644 index 186b11afa3..0000000000 --- a/upcoming-release-notes/4994.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [joel-jeremy] ---- - -Add runningBalances to usePreviewTransactions and an option to set the starting balance to start running balance calculation from diff --git a/upcoming-release-notes/4995.md b/upcoming-release-notes/4995.md deleted file mode 100644 index 711b14aed3..0000000000 --- a/upcoming-release-notes/4995.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Fix prefsSlice import - diff --git a/upcoming-release-notes/4998.md b/upcoming-release-notes/4998.md deleted file mode 100644 index 61296ff846..0000000000 --- a/upcoming-release-notes/4998.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [joel-jeremy] ---- - -[Mobile] Fix category transactions screen not showing child transactions diff --git a/upcoming-release-notes/5002.md b/upcoming-release-notes/5002.md deleted file mode 100644 index 708c6a3836..0000000000 --- a/upcoming-release-notes/5002.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [alecbakholdin] ---- - -fixed qif import skipping transactions when empty lines present diff --git a/upcoming-release-notes/5008.md b/upcoming-release-notes/5008.md deleted file mode 100644 index 6f62d0cbb3..0000000000 --- a/upcoming-release-notes/5008.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Make InitialFocus component generic diff --git a/upcoming-release-notes/5011.md b/upcoming-release-notes/5011.md deleted file mode 100644 index bd93832e1c..0000000000 --- a/upcoming-release-notes/5011.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [rgoldfinger] ---- - -Add a package.json engine version for Yarn diff --git a/upcoming-release-notes/5014.md b/upcoming-release-notes/5014.md deleted file mode 100644 index 516df41c82..0000000000 --- a/upcoming-release-notes/5014.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Bump `yarn` version from `v4.7.0` to `v4.9.1`. diff --git a/upcoming-release-notes/5015.md b/upcoming-release-notes/5015.md deleted file mode 100644 index ea5055f807..0000000000 --- a/upcoming-release-notes/5015.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Bump dependency patch versions diff --git a/upcoming-release-notes/5017.md b/upcoming-release-notes/5017.md deleted file mode 100644 index 5a40b6d8b7..0000000000 --- a/upcoming-release-notes/5017.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Remove ip dependency diff --git a/upcoming-release-notes/5018.md b/upcoming-release-notes/5018.md deleted file mode 100644 index 8d8ac14855..0000000000 --- a/upcoming-release-notes/5018.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -bump jq dependency diff --git a/upcoming-release-notes/5019.md b/upcoming-release-notes/5019.md deleted file mode 100644 index 217ded4b66..0000000000 --- a/upcoming-release-notes/5019.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Bump adm-zip to 0.5.16 diff --git a/upcoming-release-notes/5024.md b/upcoming-release-notes/5024.md deleted file mode 100644 index daa3be196d..0000000000 --- a/upcoming-release-notes/5024.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Fix loot-core peer dependency warnings diff --git a/upcoming-release-notes/5025.md b/upcoming-release-notes/5025.md deleted file mode 100644 index 2d3ff7d855..0000000000 --- a/upcoming-release-notes/5025.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Upgrade low risk dependencies to their newest minor version diff --git a/upcoming-release-notes/5027.md b/upcoming-release-notes/5027.md deleted file mode 100644 index e5d883f0b1..0000000000 --- a/upcoming-release-notes/5027.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Upgrade react dependencies to their newest minor version diff --git a/upcoming-release-notes/5028.md b/upcoming-release-notes/5028.md deleted file mode 100644 index ea03636ab1..0000000000 --- a/upcoming-release-notes/5028.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Upgrade babel/webpack dependencies to their newest minor version diff --git a/upcoming-release-notes/5029.md b/upcoming-release-notes/5029.md deleted file mode 100644 index 0cdb95a5c7..0000000000 --- a/upcoming-release-notes/5029.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Upgrade electron dependencies to their newest minor version diff --git a/upcoming-release-notes/5031.md b/upcoming-release-notes/5031.md deleted file mode 100644 index 447521aa1c..0000000000 --- a/upcoming-release-notes/5031.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [lorenzenv] ---- - -Enable GoCardless account selection if supported by the target institution diff --git a/upcoming-release-notes/5034.md b/upcoming-release-notes/5034.md deleted file mode 100644 index 4aaf5890c4..0000000000 --- a/upcoming-release-notes/5034.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [jfdoming] ---- - -Automatically upload to MS store on release diff --git a/upcoming-release-notes/5036.md b/upcoming-release-notes/5036.md deleted file mode 100644 index 80225e4156..0000000000 --- a/upcoming-release-notes/5036.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [joel-jeremy] ---- - -Fix category schedule indicators not showing up in budget page diff --git a/upcoming-release-notes/5038.md b/upcoming-release-notes/5038.md deleted file mode 100644 index 0d3f2eebc1..0000000000 --- a/upcoming-release-notes/5038.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [SteinTokvam] ---- - -Added information that sync error are caued by a rate limit if that's the case. diff --git a/upcoming-release-notes/5041.md b/upcoming-release-notes/5041.md deleted file mode 100644 index 55ebcf76dc..0000000000 --- a/upcoming-release-notes/5041.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Upgrade date-fns from v2.30.0 -> v4.1.0 diff --git a/upcoming-release-notes/5042.md b/upcoming-release-notes/5042.md deleted file mode 100644 index e2fa9c4a83..0000000000 --- a/upcoming-release-notes/5042.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Upgrade express from 4.21.2 -> 5.1.0 diff --git a/upcoming-release-notes/5045.md b/upcoming-release-notes/5045.md deleted file mode 100644 index 1f4df3c201..0000000000 --- a/upcoming-release-notes/5045.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [matt-fidd] ---- - -Fix "delete x users" translation string diff --git a/upcoming-release-notes/5050.md b/upcoming-release-notes/5050.md deleted file mode 100644 index 52a10ea4ec..0000000000 --- a/upcoming-release-notes/5050.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [ShreyasKallingal] ---- - -Restrict Electron-embedded sync server to bind only to configured hostname. diff --git a/upcoming-release-notes/5051.md b/upcoming-release-notes/5051.md deleted file mode 100644 index 6d6259e9b2..0000000000 --- a/upcoming-release-notes/5051.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [johnn27] ---- - -🐛 Fix goals tooltip obstructing cover spending context menu diff --git a/upcoming-release-notes/5052.md b/upcoming-release-notes/5052.md deleted file mode 100644 index db2f7a71cd..0000000000 --- a/upcoming-release-notes/5052.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [NormenKD] ---- - -Add 'GLS Gemeinschaftsbank' to banks with limited history diff --git a/upcoming-release-notes/5069.md b/upcoming-release-notes/5069.md deleted file mode 100644 index 0edcceb323..0000000000 --- a/upcoming-release-notes/5069.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [misu-dev] ---- - -Fixes a bug where the category expansion state was not saved when its value was 0 diff --git a/upcoming-release-notes/5070.md b/upcoming-release-notes/5070.md deleted file mode 100644 index 300f009936..0000000000 --- a/upcoming-release-notes/5070.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Added 'needs triage' label to all new bug issues diff --git a/upcoming-release-notes/5073.md b/upcoming-release-notes/5073.md deleted file mode 100644 index f8e69e3132..0000000000 --- a/upcoming-release-notes/5073.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [marcin-honang] ---- - -Add `ING_PL_INGBPLPW` to banks with limited history diff --git a/upcoming-release-notes/5075.md b/upcoming-release-notes/5075.md deleted file mode 100644 index 77e5bc77d0..0000000000 --- a/upcoming-release-notes/5075.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Bump formidable from 2.1.2 to 2.1.5 diff --git a/upcoming-release-notes/5080.md b/upcoming-release-notes/5080.md deleted file mode 100644 index 4f9baf96e1..0000000000 --- a/upcoming-release-notes/5080.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MatissJanis] ---- - -Show loading indicator in mobile transaction list if schedules are not yet loaded