diff --git a/packages/api/package.json b/packages/api/package.json index c2f7be0d00..8f70b14a25 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@actual-app/api", - "version": "25.2.1", + "version": "25.3.0", "license": "MIT", "description": "An API for Actual", "engines": { diff --git a/packages/desktop-client/package.json b/packages/desktop-client/package.json index 5b537a7935..957bf9df10 100644 --- a/packages/desktop-client/package.json +++ b/packages/desktop-client/package.json @@ -1,6 +1,6 @@ { "name": "@actual-app/web", - "version": "25.2.1", + "version": "25.3.0", "license": "MIT", "files": [ "build" diff --git a/packages/desktop-electron/package.json b/packages/desktop-electron/package.json index d1e2be750a..99f34d45d4 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.2.1", + "version": "25.3.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 13ed1a6511..8de0b4ef5a 100644 --- a/packages/sync-server/package.json +++ b/packages/sync-server/package.json @@ -1,6 +1,6 @@ { "name": "@actual-app/sync-server", - "version": "25.2.1", + "version": "25.3.0", "license": "MIT", "description": "actual syncing server", "type": "module", @@ -24,7 +24,7 @@ }, "dependencies": { "@actual-app/crdt": "2.1.0", - "@actual-app/web": "25.2.1", + "@actual-app/web": "25.3.0", "bcrypt": "^5.1.1", "better-sqlite3": "^11.7.0", "body-parser": "^1.20.3", diff --git a/upcoming-release-notes/4145.md b/upcoming-release-notes/4145.md deleted file mode 100644 index d8f8660e42..0000000000 --- a/upcoming-release-notes/4145.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [jfdoming] ---- - -Fix types of `send` function diff --git a/upcoming-release-notes/4169.md b/upcoming-release-notes/4169.md deleted file mode 100644 index 161c495a44..0000000000 --- a/upcoming-release-notes/4169.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Introduce `@actual-app/components` - package with reusable components. diff --git a/upcoming-release-notes/4213.md b/upcoming-release-notes/4213.md deleted file mode 100644 index 74d4924cbd..0000000000 --- a/upcoming-release-notes/4213.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [joel-jeremy] ---- - -useDisplayPayee hook to unify payee names in mobile and desktop. diff --git a/upcoming-release-notes/4214.md b/upcoming-release-notes/4214.md deleted file mode 100644 index 78b903c9e2..0000000000 --- a/upcoming-release-notes/4214.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [jfdoming] ---- - -Make `loot-core` compatible with `exactOptionalPropertyTypes` diff --git a/upcoming-release-notes/4218.md b/upcoming-release-notes/4218.md deleted file mode 100644 index e0128c7b0f..0000000000 --- a/upcoming-release-notes/4218.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Convert playwright page models to TypeScript. diff --git a/upcoming-release-notes/4221.md b/upcoming-release-notes/4221.md deleted file mode 100644 index a1e71ca183..0000000000 --- a/upcoming-release-notes/4221.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Move transactions related server handlers from main.ts to server/transactions/app.ts diff --git a/upcoming-release-notes/4224.md b/upcoming-release-notes/4224.md deleted file mode 100644 index a06c829af6..0000000000 --- a/upcoming-release-notes/4224.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [harrydigos] ---- - -Fix deleting rules considering the applied filters diff --git a/upcoming-release-notes/4227.md b/upcoming-release-notes/4227.md deleted file mode 100644 index 3ce168ffa1..0000000000 --- a/upcoming-release-notes/4227.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Move accounts related server handlers from main.ts to server/accounts/app.ts diff --git a/upcoming-release-notes/4241.md b/upcoming-release-notes/4241.md deleted file mode 100644 index 386e085851..0000000000 --- a/upcoming-release-notes/4241.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [NullScope] ---- - -Fix GoCardless transaction ID to fallback to it's own generated ID on sync diff --git a/upcoming-release-notes/4247.md b/upcoming-release-notes/4247.md deleted file mode 100644 index ca01ecc5b5..0000000000 --- a/upcoming-release-notes/4247.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -[TypeScript] Make `runQuery` generic to make it easy to type DB query results. \ No newline at end of file diff --git a/upcoming-release-notes/4253.md b/upcoming-release-notes/4253.md deleted file mode 100644 index 2c2f82b61c..0000000000 --- a/upcoming-release-notes/4253.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Features -authors: [matt-fidd] ---- - -Add a UI for bank sync settings diff --git a/upcoming-release-notes/4257.md b/upcoming-release-notes/4257.md deleted file mode 100644 index 27615aac63..0000000000 --- a/upcoming-release-notes/4257.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [MattFaz] ---- - -Add percentage adjustments to schedule templates diff --git a/upcoming-release-notes/4258.md b/upcoming-release-notes/4258.md deleted file mode 100644 index f5e11b5edc..0000000000 --- a/upcoming-release-notes/4258.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Fix react-hooks/exhaustive-deps error on useSelected.tsx diff --git a/upcoming-release-notes/4259.md b/upcoming-release-notes/4259.md deleted file mode 100644 index 4eaa1c5683..0000000000 --- a/upcoming-release-notes/4259.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Fix react-hooks/exhaustive-deps error on useProperFocus.tsx diff --git a/upcoming-release-notes/4260.md b/upcoming-release-notes/4260.md deleted file mode 100644 index 7b0484bf24..0000000000 --- a/upcoming-release-notes/4260.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Fix react-hooks/exhaustive-deps error on usePayees.ts diff --git a/upcoming-release-notes/4261.md b/upcoming-release-notes/4261.md deleted file mode 100644 index 945197c874..0000000000 --- a/upcoming-release-notes/4261.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Fix react-hooks/exhaustive-deps error on useCategories.ts diff --git a/upcoming-release-notes/4262.md b/upcoming-release-notes/4262.md deleted file mode 100644 index 27e071d7e3..0000000000 --- a/upcoming-release-notes/4262.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Fix react-hooks/exhaustive-deps error on useAccounts.ts diff --git a/upcoming-release-notes/4268.md b/upcoming-release-notes/4268.md deleted file mode 100644 index cfd3c8b789..0000000000 --- a/upcoming-release-notes/4268.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Fix react-hooks/exhaustive-deps error on TransactionsTable.jsx diff --git a/upcoming-release-notes/4272.md b/upcoming-release-notes/4272.md deleted file mode 100644 index 79c23d5065..0000000000 --- a/upcoming-release-notes/4272.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Fix react-hooks/exhaustive-deps error on TransactionList.jsx diff --git a/upcoming-release-notes/4273.md b/upcoming-release-notes/4273.md deleted file mode 100644 index 179d7948c5..0000000000 --- a/upcoming-release-notes/4273.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Fix react-hooks/exhaustive-deps error on Titlebar.tsx diff --git a/upcoming-release-notes/4274.md b/upcoming-release-notes/4274.md deleted file mode 100644 index 6c0a4e0d99..0000000000 --- a/upcoming-release-notes/4274.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Fix react-hooks/exhaustive-deps error on table.tsx diff --git a/upcoming-release-notes/4293.md b/upcoming-release-notes/4293.md deleted file mode 100644 index 1d11fc0747..0000000000 --- a/upcoming-release-notes/4293.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [youngcw] ---- - -Fix nynab importer failing on duplicate categories diff --git a/upcoming-release-notes/4294.md b/upcoming-release-notes/4294.md deleted file mode 100644 index 6db400a2dd..0000000000 --- a/upcoming-release-notes/4294.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [youngcw] ---- - -Properly handle nynab hidden categories/groups on import diff --git a/upcoming-release-notes/4300.md b/upcoming-release-notes/4300.md deleted file mode 100644 index 68522dbf8a..0000000000 --- a/upcoming-release-notes/4300.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [youngcw] ---- - -Fix tracking budget income templates diff --git a/upcoming-release-notes/4306.md b/upcoming-release-notes/4306.md deleted file mode 100644 index 277bfa812d..0000000000 --- a/upcoming-release-notes/4306.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [jfdoming] ---- - -Add an action to automatically generate release PRs diff --git a/upcoming-release-notes/4308.md b/upcoming-release-notes/4308.md deleted file mode 100644 index a94dab0b95..0000000000 --- a/upcoming-release-notes/4308.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Features -authors: [jfdoming] ---- - -Foundations for the budget automations UI diff --git a/upcoming-release-notes/4322.md b/upcoming-release-notes/4322.md deleted file mode 100644 index 0a3b7b79c3..0000000000 --- a/upcoming-release-notes/4322.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MikesGlitch] ---- - -Fix hard crash when closing cloud budget on Electron diff --git a/upcoming-release-notes/4334.md b/upcoming-release-notes/4334.md deleted file mode 100644 index 39a80666ac..0000000000 --- a/upcoming-release-notes/4334.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Moving the sync-server from the actual-server repository into the actual repostiory diff --git a/upcoming-release-notes/4336.md b/upcoming-release-notes/4336.md deleted file mode 100644 index 9f60d355b3..0000000000 --- a/upcoming-release-notes/4336.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [ChickenSaysBak] ---- - -Fix calendar interaction when editing reports dashboard diff --git a/upcoming-release-notes/4343.md b/upcoming-release-notes/4343.md deleted file mode 100644 index 6d1e85ae9f..0000000000 --- a/upcoming-release-notes/4343.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Rename migrations to realign with the convention diff --git a/upcoming-release-notes/4346.md b/upcoming-release-notes/4346.md deleted file mode 100644 index 14e6d0f568..0000000000 --- a/upcoming-release-notes/4346.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Move more reusable components to `@actual-app/components`. diff --git a/upcoming-release-notes/4347.md b/upcoming-release-notes/4347.md deleted file mode 100644 index f1bc0c6b1c..0000000000 --- a/upcoming-release-notes/4347.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Disallow importing `@actual-app/web` in `loot-core` - circular dependencies. diff --git a/upcoming-release-notes/4348.md b/upcoming-release-notes/4348.md deleted file mode 100644 index 5b0ace66b5..0000000000 --- a/upcoming-release-notes/4348.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Making Server related github actions run only when server files change diff --git a/upcoming-release-notes/4349.md b/upcoming-release-notes/4349.md deleted file mode 100644 index a298814b76..0000000000 --- a/upcoming-release-notes/4349.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Replace `loot-core/src/*` imports with `loot-core/*` diff --git a/upcoming-release-notes/4350.md b/upcoming-release-notes/4350.md deleted file mode 100644 index 9a0fdf388a..0000000000 --- a/upcoming-release-notes/4350.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -API: remove deprecated exports of methods. diff --git a/upcoming-release-notes/4352.md b/upcoming-release-notes/4352.md deleted file mode 100644 index 9fdba3bd3f..0000000000 --- a/upcoming-release-notes/4352.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Updating the workflows to ignore directories properly diff --git a/upcoming-release-notes/4353.md b/upcoming-release-notes/4353.md deleted file mode 100644 index f01696d0d4..0000000000 --- a/upcoming-release-notes/4353.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [jfdoming] ---- - -Correct link to translation setup for local install diff --git a/upcoming-release-notes/4354.md b/upcoming-release-notes/4354.md deleted file mode 100644 index af1df9d27e..0000000000 --- a/upcoming-release-notes/4354.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [matt-fidd] ---- - -Ensure SimpleFIN transactions are sorted by date diff --git a/upcoming-release-notes/4356.md b/upcoming-release-notes/4356.md deleted file mode 100644 index 42e67fb6ed..0000000000 --- a/upcoming-release-notes/4356.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [UnderKoen] ---- - -Rule action templating now works with helpers with no arguments diff --git a/upcoming-release-notes/4358.md b/upcoming-release-notes/4358.md deleted file mode 100644 index 35f1984356..0000000000 --- a/upcoming-release-notes/4358.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Updating some common component imports to the new component-lib path. diff --git a/upcoming-release-notes/4360.md b/upcoming-release-notes/4360.md deleted file mode 100644 index 5aeb293ab3..0000000000 --- a/upcoming-release-notes/4360.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MatissJanis] ---- - -Fix "category is (nothing)" filter crashing the spending analysis report widget. diff --git a/upcoming-release-notes/4363.md b/upcoming-release-notes/4363.md deleted file mode 100644 index 170fdc3565..0000000000 --- a/upcoming-release-notes/4363.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Bring server in line with actual linting rules diff --git a/upcoming-release-notes/4369.md b/upcoming-release-notes/4369.md deleted file mode 100644 index d4fbd673ff..0000000000 --- a/upcoming-release-notes/4369.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Adding typescript type for the global-store.json setting file diff --git a/upcoming-release-notes/4370.md b/upcoming-release-notes/4370.md deleted file mode 100644 index f6b8476434..0000000000 --- a/upcoming-release-notes/4370.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Update package name of sync server to be consistent with the rest of the workspace diff --git a/upcoming-release-notes/4372.md b/upcoming-release-notes/4372.md deleted file mode 100644 index fe0bd32586..0000000000 --- a/upcoming-release-notes/4372.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [lelemm] ---- - -Sync server development mode with react fast refresh diff --git a/upcoming-release-notes/4375.md b/upcoming-release-notes/4375.md deleted file mode 100644 index 6bc9b82912..0000000000 --- a/upcoming-release-notes/4375.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MikesGlitch] ---- - -Prevent the app getting stuck on the "Initializing the connection to the local database..." screen diff --git a/upcoming-release-notes/4380.md b/upcoming-release-notes/4380.md deleted file mode 100644 index e9af3ecd55..0000000000 --- a/upcoming-release-notes/4380.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [adastx] ---- - -Add button to go to current month in budget view on mobile diff --git a/upcoming-release-notes/4382.md b/upcoming-release-notes/4382.md deleted file mode 100644 index d16fc10044..0000000000 --- a/upcoming-release-notes/4382.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [langelgjm] ---- - -Ignore CSV inOutMode during OFX imports diff --git a/upcoming-release-notes/4383.md b/upcoming-release-notes/4383.md deleted file mode 100644 index 8736e49385..0000000000 --- a/upcoming-release-notes/4383.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [AntoineTA] ---- - -Ensure decimal separator is recognized independantly of the configured number format. \ No newline at end of file diff --git a/upcoming-release-notes/4384.md b/upcoming-release-notes/4384.md deleted file mode 100644 index f020cbf178..0000000000 --- a/upcoming-release-notes/4384.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MMichotte] ---- - -Provides a default fallback payeename value ('undefined') for the CBC bank in case the payeename is missing. diff --git a/upcoming-release-notes/4385.md b/upcoming-release-notes/4385.md deleted file mode 100644 index 753e89eeab..0000000000 --- a/upcoming-release-notes/4385.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [AlbertoCortina] ---- - -Remove deprecated components in favour of components from @actual-app library diff --git a/upcoming-release-notes/4388.md b/upcoming-release-notes/4388.md deleted file mode 100644 index 4e5780b575..0000000000 --- a/upcoming-release-notes/4388.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [michalgolab] ---- - -Add BANK_MILLENNIUM_BIGBPLPW, BNP_PL_PPABPLPK, MBANK_RETAIL_BREXPLPW to BANKS_WITH_LIMITED_HISTORY constant. diff --git a/upcoming-release-notes/4397.md b/upcoming-release-notes/4397.md deleted file mode 100644 index 15200dde8b..0000000000 --- a/upcoming-release-notes/4397.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [lelemm] ---- - -Fix for User directory page that was calling the api every frame diff --git a/upcoming-release-notes/4400.md b/upcoming-release-notes/4400.md deleted file mode 100644 index aca1e2b443..0000000000 --- a/upcoming-release-notes/4400.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Fix new proxy middleware importing in production when only required in developement diff --git a/upcoming-release-notes/4403.md b/upcoming-release-notes/4403.md deleted file mode 100644 index b57e3f0e46..0000000000 --- a/upcoming-release-notes/4403.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [matt-fidd] ---- - -Update bank sync mapping data for existing transactions on sync diff --git a/upcoming-release-notes/4407.md b/upcoming-release-notes/4407.md deleted file mode 100644 index c86caba23a..0000000000 --- a/upcoming-release-notes/4407.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Improving Electron logging to send logs created before startup to dev tools diff --git a/upcoming-release-notes/4408.md b/upcoming-release-notes/4408.md deleted file mode 100644 index 7089479f72..0000000000 --- a/upcoming-release-notes/4408.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [lelemm] ---- - -Extending translations for components: Account, SidebarCategory, TotalsList, MobileNavTabs, AccountTransactions (Mobile), Accounts (Mobile), BudgetTable (Mobile), TransactionEdit (Mobile), TransactionList (Mobile), TransactionListItem (Mobile), CategoryMenuModal, CreateLocalAccountModal, ImportModal, ReportSideBar, CustomReport, Spending, Export, TransactionsTable diff --git a/upcoming-release-notes/4409.md b/upcoming-release-notes/4409.md deleted file mode 100644 index a06aae638a..0000000000 --- a/upcoming-release-notes/4409.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -[TypeScript] Add types for SpreadsheetProvider diff --git a/upcoming-release-notes/4410.md b/upcoming-release-notes/4410.md deleted file mode 100644 index b0d8594ebf..0000000000 --- a/upcoming-release-notes/4410.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Bump vitest to 1.6.1 diff --git a/upcoming-release-notes/4411.md b/upcoming-release-notes/4411.md deleted file mode 100644 index 53458d6e48..0000000000 --- a/upcoming-release-notes/4411.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Bump express version diff --git a/upcoming-release-notes/4413.md b/upcoming-release-notes/4413.md deleted file mode 100644 index a0ab7fd769..0000000000 --- a/upcoming-release-notes/4413.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [matt-fidd] ---- - -Fix crash during bank sync when the payee is not found diff --git a/upcoming-release-notes/4415.md b/upcoming-release-notes/4415.md deleted file mode 100644 index c3bf832da1..0000000000 --- a/upcoming-release-notes/4415.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [lelemm] ---- - -Start the application with the browser's default language diff --git a/upcoming-release-notes/4417.md b/upcoming-release-notes/4417.md deleted file mode 100644 index 275a004e6e..0000000000 --- a/upcoming-release-notes/4417.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [lelemm] ---- - -Fix `On budget` / `Off budget` underline with translated languages diff --git a/upcoming-release-notes/4420.md b/upcoming-release-notes/4420.md deleted file mode 100644 index ab175def73..0000000000 --- a/upcoming-release-notes/4420.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [joel-jeremy] ---- - -Extract preferences related server handlers from main.ts to server/preferences/app.ts \ No newline at end of file diff --git a/upcoming-release-notes/4423.md b/upcoming-release-notes/4423.md deleted file mode 100644 index b1523fbb29..0000000000 --- a/upcoming-release-notes/4423.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [lelemm] ---- - -Added `ACTUAL_OPENID_ENFORCE=true` enviroment variable to enforce only OpenID auth. \ No newline at end of file diff --git a/upcoming-release-notes/4427.md b/upcoming-release-notes/4427.md deleted file mode 100644 index d12584af50..0000000000 --- a/upcoming-release-notes/4427.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [andrew--r] ---- - -Automatically adjust height of modals to fit the visible viewport when the keyboard is open on mobile diff --git a/upcoming-release-notes/4430.md b/upcoming-release-notes/4430.md deleted file mode 100644 index bae7d8561e..0000000000 --- a/upcoming-release-notes/4430.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Prevent GitHub docker workflow from running on pushes to forks diff --git a/upcoming-release-notes/4439.md b/upcoming-release-notes/4439.md deleted file mode 100644 index 920a867b60..0000000000 --- a/upcoming-release-notes/4439.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [lelemm] ---- - -Fix the default language init for electron diff --git a/upcoming-release-notes/4448.md b/upcoming-release-notes/4448.md deleted file mode 100644 index ecef52fbad..0000000000 --- a/upcoming-release-notes/4448.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [joel-jeremy] ---- - -[Mobile] Change budget table colors when on non-current month diff --git a/upcoming-release-notes/4452.md b/upcoming-release-notes/4452.md deleted file mode 100644 index 5d8f34b986..0000000000 --- a/upcoming-release-notes/4452.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [matt-fidd] ---- - -Sort upcoming schedules by date then amount so deposits come before payments diff --git a/upcoming-release-notes/4453.md b/upcoming-release-notes/4453.md deleted file mode 100644 index 47c23b66ab..0000000000 --- a/upcoming-release-notes/4453.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [matt-fidd] ---- - -Change i18n errors to info diff --git a/upcoming-release-notes/4458.md b/upcoming-release-notes/4458.md deleted file mode 100644 index bc9c01dd22..0000000000 --- a/upcoming-release-notes/4458.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [matt-fidd] ---- - -Fix row spacing on bank sync page diff --git a/upcoming-release-notes/4461.md b/upcoming-release-notes/4461.md deleted file mode 100644 index 3585daf99e..0000000000 --- a/upcoming-release-notes/4461.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [alecbakholdin] ---- - -Fixed bug where partially erasing search string would not reset search and result in incorrect search results. diff --git a/upcoming-release-notes/4462.md b/upcoming-release-notes/4462.md deleted file mode 100644 index 754d56e9d2..0000000000 --- a/upcoming-release-notes/4462.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [alecbakholdin] ---- - -Fixed bug where navigating to payees page by clicking "manage payees" with an empty payee from a transaction would result in a crash. diff --git a/upcoming-release-notes/4463.md b/upcoming-release-notes/4463.md deleted file mode 100644 index 269cb82390..0000000000 --- a/upcoming-release-notes/4463.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [jfdoming] ---- - -Add missing space in translation for bank sync diff --git a/upcoming-release-notes/4465.md b/upcoming-release-notes/4465.md deleted file mode 100644 index 869cc6b2e3..0000000000 --- a/upcoming-release-notes/4465.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [jfdoming] ---- - -Fix crash when deleting child transactions from an errored split diff --git a/upcoming-release-notes/4468.md b/upcoming-release-notes/4468.md deleted file mode 100644 index 4687a35938..0000000000 --- a/upcoming-release-notes/4468.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [youngcw] ---- - -Remove warning on cleanup templates if budget is already "clean" diff --git a/upcoming-release-notes/4469.md b/upcoming-release-notes/4469.md deleted file mode 100644 index c2e4143ec5..0000000000 --- a/upcoming-release-notes/4469.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [matt-fidd] ---- - -Fix category group deletion on mobile diff --git a/upcoming-release-notes/4472.md b/upcoming-release-notes/4472.md deleted file mode 100644 index 210b6ae75c..0000000000 --- a/upcoming-release-notes/4472.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [matt-fidd] ---- - -Add last bank sync tracking back in diff --git a/upcoming-release-notes/4483.md b/upcoming-release-notes/4483.md deleted file mode 100644 index 0e343347c1..0000000000 --- a/upcoming-release-notes/4483.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Publishing the docker images to the actual repo packages area in github diff --git a/upcoming-release-notes/557.md b/upcoming-release-notes/557.md deleted file mode 100644 index 5a392e1a49..0000000000 --- a/upcoming-release-notes/557.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Dynamically load GoCardless handlers diff --git a/upcoming-release-notes/560.md b/upcoming-release-notes/560.md deleted file mode 100644 index c4b76b05e2..0000000000 --- a/upcoming-release-notes/560.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Updating readme regarding the consolidation of the Actual-Server and Actual repos diff --git a/upcoming-release-notes/566.md b/upcoming-release-notes/566.md deleted file mode 100644 index 0b7fca0b1d..0000000000 --- a/upcoming-release-notes/566.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MikesGlitch] ---- - -Fix ESM bug on Windows when loading gocardless banks diff --git a/yarn.lock b/yarn.lock index 928e1e1471..319d30ea0d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -84,7 +84,7 @@ __metadata: resolution: "@actual-app/sync-server@workspace:packages/sync-server" dependencies: "@actual-app/crdt": "npm:2.1.0" - "@actual-app/web": "npm:25.2.1" + "@actual-app/web": "npm:25.3.0" "@babel/preset-typescript": "npm:^7.20.2" "@types/bcrypt": "npm:^5.0.2" "@types/better-sqlite3": "npm:^7.6.12" @@ -125,10 +125,10 @@ __metadata: languageName: unknown linkType: soft -"@actual-app/web@npm:25.2.1": - version: 25.2.1 - resolution: "@actual-app/web@npm:25.2.1" - checksum: 10/b6dc258b7de1b710c6a9cbfd35edebb82a29b84ac031b90a0cafa2af1618c482b0f3b81e47901b9beba457e77d962fe7083f82ed0091d0fa63724cf2bd3c8f56 +"@actual-app/web@npm:25.3.0": + version: 25.3.0 + resolution: "@actual-app/web@npm:25.3.0" + checksum: 10/cd63ec1b8ffe1a8e6b8339ee475633bf9c0f04223338f64ca2594c3dee66918b79a0c4ce24c8388abc5b9b9141654cc694a372f0b42126fada3504041c98ccb0 languageName: node linkType: hard