diff --git a/.github/actions/docs-spelling/expect.txt b/.github/actions/docs-spelling/expect.txt index ea9907ce02..24af6fe3af 100644 --- a/.github/actions/docs-spelling/expect.txt +++ b/.github/actions/docs-spelling/expect.txt @@ -1,5 +1,3 @@ -ANZ -ANZTOPDF Abanca ABNAMRO ABNANL @@ -7,6 +5,7 @@ Activo AESUDEF ALZEY Anglais +ANZ aql AUR Authentik @@ -42,13 +41,13 @@ COBADEFF CODEOWNERS COEP commerzbank -COOP Copiar COUNTA COUNTBLANK countif CREGBEBB crt +CZK Danske datadir DATEDIF @@ -84,6 +83,7 @@ HABAL Hampel HELADEF HLOOKUP +HUF IFERROR IFNA INDUSTRIEL @@ -117,12 +117,14 @@ LKR MAXA mbank mdc +metainfo modals Moldovan murmurhash NETWORKDAYS nginx OIDC +Okabe overbudgeted overbudgeting oxc @@ -135,7 +137,6 @@ prefs Primoco Priotecs proactively -pwa Qatari QNTOFRP QONTO @@ -173,6 +174,7 @@ touchscreen triaging UAH ubuntu +undici userinfo Userscripts UZS diff --git a/packages/api/package.json b/packages/api/package.json index b2a7e043c2..cc21f244a0 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@actual-app/api", - "version": "26.1.0", + "version": "26.2.0", "description": "An API for Actual", "license": "MIT", "files": [ diff --git a/packages/desktop-client/package.json b/packages/desktop-client/package.json index 31213c6aca..dd33ee85db 100644 --- a/packages/desktop-client/package.json +++ b/packages/desktop-client/package.json @@ -1,6 +1,6 @@ { "name": "@actual-app/web", - "version": "26.1.0", + "version": "26.2.0", "license": "MIT", "files": [ "build" diff --git a/packages/desktop-electron/package.json b/packages/desktop-electron/package.json index b17cb6fb8e..fbd344777e 100644 --- a/packages/desktop-electron/package.json +++ b/packages/desktop-electron/package.json @@ -1,6 +1,6 @@ { "name": "desktop-electron", - "version": "26.1.0", + "version": "26.2.0", "description": "A simple and powerful personal finance system", "author": "Actual", "main": "build/desktop-electron/index.js", diff --git a/packages/docs/blog/2026-02-02-release-26-2-0.md b/packages/docs/blog/2026-02-02-release-26-2-0.md new file mode 100644 index 0000000000..21249d1f7f --- /dev/null +++ b/packages/docs/blog/2026-02-02-release-26-2-0.md @@ -0,0 +1,158 @@ +--- +title: Release 26.2.0 +description: New release of Actual. +date: 2026-02-02T10:00 +slug: release-26.2.0 +tags: [announcement, release] +hide_table_of_contents: false +authors: matt-fidd +--- + +This release contains the following notable improvements, along with numerous fixes: + +- Allow multiple dashboard pages +- Experimental feature: Custom themes [docs](https://actualbudget.org/docs/experimental/custom-themes) +- Experimental feature: Budget analysis report [docs](https://actualbudget.org/docs/experimental/budget-analysis-report) + + + +**Docker Tag: v26.2.0** + +Version: v26.2.0 + +#### Features + +- [#6137](https://github.com/actualbudget/actual/pull/6137) Add "Budget Analysis" : a report that tracks the balance of your budget categories over time. Displays budgeted amounts, actual spending, overspending adjustments, and cumulative balance, considering category rollover settings. — thanks @tabedzki +- [#6411](https://github.com/actualbudget/actual/pull/6411) Add multiple tabs/pages to "Reports" allowing for different widget layouts per page — thanks @Durbatuluk1701 +- [#6540](https://github.com/actualbudget/actual/pull/6540) Add session token authentication option to API initialization, enhancing authentication flexibility. — thanks @BCNelson +- [#6603](https://github.com/actualbudget/actual/pull/6603) Creates an option for a stacked line graph in the net worth card. — thanks @mnil +- [#6612](https://github.com/actualbudget/actual/pull/6612) Ability to install custom color themes — thanks @MatissJanis +- [#6639](https://github.com/actualbudget/actual/pull/6639) Add the ability to specify expected contributions to the crossover point report. — thanks @jonner + +#### Enhancements + +- [#6234](https://github.com/actualbudget/actual/pull/6234) Add server preferences for improved user settings consistency across devices. — thanks @lelemm +- [#6282](https://github.com/actualbudget/actual/pull/6282) Add find and replace (with RegEx support) mode when editing transaction notes — thanks @matt8100 +- [#6373](https://github.com/actualbudget/actual/pull/6373) Allow user to adjust target income in crossover report — thanks @jonner +- [#6438](https://github.com/actualbudget/actual/pull/6438) Fixes redacted content to work with currency symbols — thanks @StephenBrown2 +- [#6448](https://github.com/actualbudget/actual/pull/6448) Tags: add light colors to tag color picker, update tag hover depending on tag background brightness — thanks @Juulz +- [#6493](https://github.com/actualbudget/actual/pull/6493) Proper formatting of the Formula Card — thanks @MatthiasBenaets +- [#6500](https://github.com/actualbudget/actual/pull/6500) Added Czech Koruna (CZK) and Hungarian Forint (HUF) to the list of available currencies. — thanks @Andrii256 +- [#6543](https://github.com/actualbudget/actual/pull/6543) Sort import preview transactions by (parsed) date, descending — thanks @kivikakk +- [#6551](https://github.com/actualbudget/actual/pull/6551) Improves the notification UX for mobile devices by stacking notifications on the z-axis in a card-like fashion, placing the action button on the same row to make more compact and added rounded corners to align with other components such as cards and alerts. — thanks @danielkerwin +- [#6559](https://github.com/actualbudget/actual/pull/6559) Update category schedule indicator to honor the upcoming days length setting — thanks @joel-jeremy +- [#6589](https://github.com/actualbudget/actual/pull/6589) Add new projection types to crossover point report — thanks @jonner +- [#6622](https://github.com/actualbudget/actual/pull/6622) Update job trigger for auto-generated release notes to improve automation and efficiency. — thanks @Copilot +- [#6645](https://github.com/actualbudget/actual/pull/6645) Add FIXED to EXCEL functions — thanks @matt-fidd +- [#6661](https://github.com/actualbudget/actual/pull/6661) Apply tabular number styles more consistently — thanks @matt-fidd +- [#6672](https://github.com/actualbudget/actual/pull/6672) Use consistent colours on the reports page — thanks @matt-fidd +- [#6681](https://github.com/actualbudget/actual/pull/6681) Themes: async fetch the theme catalog — thanks @MatissJanis +- [#6688](https://github.com/actualbudget/actual/pull/6688) Add Black Gold custom theme to theme catalog — thanks @MikesGlitch +- [#6689](https://github.com/actualbudget/actual/pull/6689) Themes: improved error handling and more themes in the catalog. — thanks @MatissJanis +- [#6696](https://github.com/actualbudget/actual/pull/6696) Add Simple Dark and Okabe Ito custom themes to theme catalog — thanks @Juulz +- [#6697](https://github.com/actualbudget/actual/pull/6697) Adds consistent styling (border, border radius, background colors) to tables — thanks @aelxxs +- [#6711](https://github.com/actualbudget/actual/pull/6711) Enhance Average Goal Template to allow adjusting the budgeted amount from the average by a percent or fixed amount — thanks @totallynotjon +- [#6722](https://github.com/actualbudget/actual/pull/6722) Themes: use color palette for preview instead of screenshots — thanks @MatissJanis +- [#6730](https://github.com/actualbudget/actual/pull/6730) Theme from 1970. Custom light theme based on the colors of 1970. — thanks @Juulz +- [#6739](https://github.com/actualbudget/actual/pull/6739) Light custom theme in shades of gray (and a few colors). — thanks @Juulz +- [#6747](https://github.com/actualbudget/actual/pull/6747) Use consistent colours on the budget page — thanks @matt-fidd +- [#6754](https://github.com/actualbudget/actual/pull/6754) Add toBudgetPositive, toBudgetZero and toBudgetNegative color variables. — thanks @Juulz +- [#6755](https://github.com/actualbudget/actual/pull/6755) Mobile: improve transaction list performance — thanks @MatissJanis +- [#6789](https://github.com/actualbudget/actual/pull/6789) Add user-friendly error message for clock-drift issues — thanks @MatissJanis + +#### Bugfixes + +- [#6459](https://github.com/actualbudget/actual/pull/6459) Avoid truncating numbers in budgeted column by collapsing the dropdown arrow. — thanks @diepala +- [#6497](https://github.com/actualbudget/actual/pull/6497) Fix month filter edit popup showing date in wrong format for non-default date formats. — thanks @Faizanq +- [#6499](https://github.com/actualbudget/actual/pull/6499) Prevent renaming category groups to existing names. — thanks @skliaruk +- [#6501](https://github.com/actualbudget/actual/pull/6501) Unsplit transaction without losing parent's transaction information (amount, notes, etc.) — thanks @skliaruk +- [#6533](https://github.com/actualbudget/actual/pull/6533) Fix LHV bank adapter not being loaded, causing card payment payee names to show full remittance string instead of extracted merchant name. — thanks @lnagel +- [#6538](https://github.com/actualbudget/actual/pull/6538) Fix fatal error on budget page load when using tracking budget type — thanks @copilot +- [#6552](https://github.com/actualbudget/actual/pull/6552) Move saved filters to end of dropdown with separator — thanks @FictionFics +- [#6554](https://github.com/actualbudget/actual/pull/6554) Remove responsive prop from StackedBarGraph to prevent infinite loop — thanks @FictionFics +- [#6561](https://github.com/actualbudget/actual/pull/6561) Fix transactions table payee schedule icon not showing if linked schedule has a different account configured — thanks @joel-jeremy +- [#6566](https://github.com/actualbudget/actual/pull/6566) Fix refill templates not handling negative carryover properly — thanks @youngcw +- [#6567](https://github.com/actualbudget/actual/pull/6567) Fix crash when changing Notes filter to "one of" or "not one of" operation — thanks @majiayu000 +- [#6569](https://github.com/actualbudget/actual/pull/6569) Skip schedule prompt when editing transaction already linked to a schedule — thanks @majiayu000 +- [#6570](https://github.com/actualbudget/actual/pull/6570) Closes the popover on second Escape press once autocomplete options are closed. — thanks @skliaruk +- [#6572](https://github.com/actualbudget/actual/pull/6572) Fix autoDecimal behaviour based on hideFraction preference — thanks @skliaruk +- [#6573](https://github.com/actualbudget/actual/pull/6573) Update KeybordShortcutModal.tsx so "E" is set date for selected transactions. Regroup and rearrange list to match docs. — thanks @Juulz +- [#6577](https://github.com/actualbudget/actual/pull/6577) Enable include current month option for last month — thanks @csenel +- [#6583](https://github.com/actualbudget/actual/pull/6583) Fix iOS keyboard suddenly hiding while editing budget amounts — thanks @joelson-c +- [#6594](https://github.com/actualbudget/actual/pull/6594) Fix payee filter functionality to improve transaction filtering in the application. — thanks @RMcGhee +- [#6610](https://github.com/actualbudget/actual/pull/6610) Fix schedule template regressions where categories are being underbudgeted and to improve functionality and user experience. — thanks @youngcw +- [#6625](https://github.com/actualbudget/actual/pull/6625) Remove url check that throws error in development — thanks @RMcGhee +- [#6669](https://github.com/actualbudget/actual/pull/6669) Fix reports link highlighting issue in the sidebar for improved user navigation. — thanks @Copilot +- [#6675](https://github.com/actualbudget/actual/pull/6675) Fix inaccuracies in net payment/deposit calculations — thanks @matt-fidd +- [#6695](https://github.com/actualbudget/actual/pull/6695) Limit custom css textarea to resize vertically — thanks @MatthiasBenaets +- [#6698](https://github.com/actualbudget/actual/pull/6698) Fix mobile Calendar crash by adding DisplayPayeeProvider context to TransactionListMobile component. — thanks @Copilot +- [#6716](https://github.com/actualbudget/actual/pull/6716) Fix show completed schedules toggle being persisted — thanks @matt-fidd +- [#6723](https://github.com/actualbudget/actual/pull/6723) Auth settings: handle server offline & no-server state — thanks @MatissJanis +- [#6729](https://github.com/actualbudget/actual/pull/6729) Fix notification container width for improved positioning on desktop screens. — thanks @MatissJanis +- [#6733](https://github.com/actualbudget/actual/pull/6733) Reports: correctly render categories with identical names — thanks @MatissJanis +- [#6756](https://github.com/actualbudget/actual/pull/6756) Fix monthly spending number colouring — thanks @matt-fidd +- [#6758](https://github.com/actualbudget/actual/pull/6758) Fix rendering issue in mobile uncategorised transactions banner — thanks @matt-fidd +- [#6763](https://github.com/actualbudget/actual/pull/6763) Fix report drag and drop reordering — thanks @matt-fidd +- [#6764](https://github.com/actualbudget/actual/pull/6764) Make colors on budget page more legible and increase number coloring consistency — thanks @matt-fidd +- [#6767](https://github.com/actualbudget/actual/pull/6767) Update package versions with release action when explicit version passed — thanks @matt-fidd +- [#6791](https://github.com/actualbudget/actual/pull/6791) Fix Budget Analysis graph to enhance Balance (line and points) for legibility. — thanks @Juulz +- [#6792](https://github.com/actualbudget/actual/pull/6792) Mobile: fix schedule amount color — thanks @MatissJanis +- [#6795](https://github.com/actualbudget/actual/pull/6795) Fix arithmetic parser to accept keyboard apostrophe in apostrophe-dot format. — thanks @Copilot +- [#6803](https://github.com/actualbudget/actual/pull/6803) Mobile: show bottom nav bar in the reports page — thanks @MatissJanis +- [#6808](https://github.com/actualbudget/actual/pull/6808) Fix keyboard navigation not working on desktop datepicker — thanks @MatissJanis +- [#6821](https://github.com/actualbudget/actual/pull/6821) Fix crossover report resizing bug — thanks @matt-fidd +- [#6823](https://github.com/actualbudget/actual/pull/6823) Fix spacing and borders on bank sync page — thanks @matt-fidd +- [#6824](https://github.com/actualbudget/actual/pull/6824) Fix reconciliation when experimental currency support is enabled — thanks @matt-fidd +- [#6825](https://github.com/actualbudget/actual/pull/6825) Fix bank sync table borders. — thanks @aelxxs + +#### Maintenance + +- [#6436](https://github.com/actualbudget/actual/pull/6436) Migrate Inter font from inter-ui to @fontsource-variable/inter — thanks @StephenBrown2 +- [#6468](https://github.com/actualbudget/actual/pull/6468) lint: create new custom rules for eslint rules that are not in oxlint — thanks @MatissJanis +- [#6506](https://github.com/actualbudget/actual/pull/6506) test: add mobile payees page unit test — thanks @MatissJanis +- [#6530](https://github.com/actualbudget/actual/pull/6530) Add token-based authentication to GitHub Actions for PR creation and release notes generation. — thanks @MatissJanis +- [#6531](https://github.com/actualbudget/actual/pull/6531) Disable some CI workflows in forks — thanks @jfdoming +- [#6536](https://github.com/actualbudget/actual/pull/6536) Disable CodeRabbit generated PR summaries — thanks @MatissJanis +- [#6544](https://github.com/actualbudget/actual/pull/6544) Fix electron workflow job ordering for calculating hashes for Flathub release. — thanks @MikesGlitch +- [#6545](https://github.com/actualbudget/actual/pull/6545) Fix electron master publish to Flathub caused by hashes calculation — thanks @MikesGlitch +- [#6560](https://github.com/actualbudget/actual/pull/6560) Upgrade oxlint and oxfmt dependencies, improve accessibility, and fix JSON formatting issues. — thanks @MatissJanis +- [#6581](https://github.com/actualbudget/actual/pull/6581) Add merge_group trigger to e2e tests workflow for executing during merge queue events. — thanks @MatissJanis +- [#6582](https://github.com/actualbudget/actual/pull/6582) Update CodeRabbit configuration to include review workflow and labeling instructions. — thanks @MatissJanis +- [#6584](https://github.com/actualbudget/actual/pull/6584) Remove ESLint, migrate to oxlint, and enforce new import sorting rules across files. — thanks @MatissJanis +- [#6592](https://github.com/actualbudget/actual/pull/6592) Add custom checks to CodeRabbit configuration for settings evaluation, linting, and typecheck enforcement. — thanks @MatissJanis +- [#6593](https://github.com/actualbudget/actual/pull/6593) Switch Flathub validation to flatpak-builder-lint for metainfo validations — thanks @MikesGlitch +- [#6608](https://github.com/actualbudget/actual/pull/6608) Bump react-router version from 7.9.6 to 7.12.0 for improved functionality and performance. — thanks @dependabot +- [#6611](https://github.com/actualbudget/actual/pull/6611) Update Flathub screenshots to better comply with quality guidelines — thanks @MikesGlitch +- [#6626](https://github.com/actualbudget/actual/pull/6626) Remove the force reload feature from the application settings. — thanks @MatissJanis +- [#6627](https://github.com/actualbudget/actual/pull/6627) Copy hex color definitions from colors.ts (oldColors) into palette.ts — thanks @Juulz +- [#6636](https://github.com/actualbudget/actual/pull/6636) lint: patch some low-hanging fruit lint violations — thanks @MatissJanis +- [#6638](https://github.com/actualbudget/actual/pull/6638) Remove obsolete help text after removing linear trend from crossover report — thanks @jonner +- [#6641](https://github.com/actualbudget/actual/pull/6641) Fix lint warnings in generated release notes for improved clarity and consistency. — thanks @Copilot +- [#6642](https://github.com/actualbudget/actual/pull/6642) lint: patch some no-empty-function violations — thanks @MatissJanis +- [#6647](https://github.com/actualbudget/actual/pull/6647) Update baseline browser mapping — thanks @matt-fidd +- [#6656](https://github.com/actualbudget/actual/pull/6656) Bump various dependencies — thanks @matt-fidd +- [#6657](https://github.com/actualbudget/actual/pull/6657) Add GitHub workflow to automatically welcome contributors of forked pull requests. — thanks @MatissJanis +- [#6658](https://github.com/actualbudget/actual/pull/6658) Bump undici dependency version from 7.16.0 to 7.18.2 for improved performance and security. — thanks @dependabot +- [#6659](https://github.com/actualbudget/actual/pull/6659) Give contributor points for marking issues as duplicates — thanks @matt-fidd +- [#6665](https://github.com/actualbudget/actual/pull/6665) Add missing theme color variable `sidebarBudgetName`. — thanks @Juulz +- [#6667](https://github.com/actualbudget/actual/pull/6667) lint: patch some react oxlint violations — thanks @MatissJanis +- [#6670](https://github.com/actualbudget/actual/pull/6670) LLM: add code review guidelines — thanks @MatissJanis +- [#6677](https://github.com/actualbudget/actual/pull/6677) Post bundle size comparison comment in the PR body instead — thanks @matt-fidd +- [#6679](https://github.com/actualbudget/actual/pull/6679) lint: fix various a11y issues — thanks @MatissJanis +- [#6680](https://github.com/actualbudget/actual/pull/6680) lint: sort named imports — thanks @MatissJanis +- [#6691](https://github.com/actualbudget/actual/pull/6691) Correct capitalization of "Flathub" in documentation and spelling expectations, removing duplicates. — thanks @jfdoming +- [#6694](https://github.com/actualbudget/actual/pull/6694) Run `yarn dedupe` on the repository — thanks @jfdoming +- [#6699](https://github.com/actualbudget/actual/pull/6699) Reduce payees E2E test flakiness. — thanks @MatissJanis +- [#6703](https://github.com/actualbudget/actual/pull/6703) Bump electron versions — thanks @matt-fidd +- [#6707](https://github.com/actualbudget/actual/pull/6707) Update release notes category from 'Bugfix' to 'Bugfixes' for consistency. — thanks @jfdoming +- [#6715](https://github.com/actualbudget/actual/pull/6715) Add separator between PR body and bundle statistics — thanks @matt-fidd +- [#6717](https://github.com/actualbudget/actual/pull/6717) Upgrade various React dependencies — thanks @matt-fidd +- [#6719](https://github.com/actualbudget/actual/pull/6719) lint: upgrade oxlint & oxfmt — thanks @MatissJanis +- [#6720](https://github.com/actualbudget/actual/pull/6720) lint: enable oxfmt on the docs package — thanks @MatissJanis +- [#6728](https://github.com/actualbudget/actual/pull/6728) Mobile: unify file-switching experience — thanks @MatissJanis +- [#6731](https://github.com/actualbudget/actual/pull/6731) Remove broken bank identifier link from GoCardless README and clarify its non-existence. — thanks @Copilot +- [#6751](https://github.com/actualbudget/actual/pull/6751) Reinstate nightly edge deploys — thanks @MikesGlitch +- [#6753](https://github.com/actualbudget/actual/pull/6753) Fix edge nightly workflow — thanks @MikesGlitch +- [#6770](https://github.com/actualbudget/actual/pull/6770) Add Storybook Documentation into the component library — thanks @MikesGlitch +- [#6810](https://github.com/actualbudget/actual/pull/6810) Remove 'suspect ai generated' label when 'AI Generated' is added — thanks @StephenBrown2 +- [#6822](https://github.com/actualbudget/actual/pull/6822) Remove GitHub pages deploys in favor of Netlify — thanks @MikesGlitch diff --git a/packages/docs/docs/releases.md b/packages/docs/docs/releases.md index 7544527d7b..4e37a25295 100644 --- a/packages/docs/docs/releases.md +++ b/packages/docs/docs/releases.md @@ -1,5 +1,156 @@ # Release Notes +## 26.2.0 + +Release date: 2026-02-02 + +This release contains the following notable improvements, along with numerous fixes: + +- Allow multiple dashboard pages +- Experimental feature: Custom themes [docs](https://actualbudget.org/docs/experimental/custom-themes) +- Experimental feature: Budget analysis report [docs](https://actualbudget.org/docs/experimental/budget-analysis-report) + + + +**Docker Tag: v26.2.0** + +#### Features + +- [#6137](https://github.com/actualbudget/actual/pull/6137) Add "Budget Analysis" : a report that tracks the balance of your budget categories over time. Displays budgeted amounts, actual spending, overspending adjustments, and cumulative balance, considering category rollover settings. — thanks @tabedzki +- [#6411](https://github.com/actualbudget/actual/pull/6411) Add multiple tabs/pages to "Reports" allowing for different widget layouts per page — thanks @Durbatuluk1701 +- [#6540](https://github.com/actualbudget/actual/pull/6540) Add session token authentication option to API initialization, enhancing authentication flexibility. — thanks @BCNelson +- [#6603](https://github.com/actualbudget/actual/pull/6603) Creates an option for a stacked line graph in the net worth card. — thanks @mnil +- [#6612](https://github.com/actualbudget/actual/pull/6612) Ability to install custom color themes — thanks @MatissJanis +- [#6639](https://github.com/actualbudget/actual/pull/6639) Add the ability to specify expected contributions to the crossover point report. — thanks @jonner + +#### Enhancements + +- [#6234](https://github.com/actualbudget/actual/pull/6234) Add server preferences for improved user settings consistency across devices. — thanks @lelemm +- [#6282](https://github.com/actualbudget/actual/pull/6282) Add find and replace (with RegEx support) mode when editing transaction notes — thanks @matt8100 +- [#6373](https://github.com/actualbudget/actual/pull/6373) Allow user to adjust target income in crossover report — thanks @jonner +- [#6438](https://github.com/actualbudget/actual/pull/6438) Fixes redacted content to work with currency symbols — thanks @StephenBrown2 +- [#6448](https://github.com/actualbudget/actual/pull/6448) Tags: add light colors to tag color picker, update tag hover depending on tag background brightness — thanks @Juulz +- [#6493](https://github.com/actualbudget/actual/pull/6493) Proper formatting of the Formula Card — thanks @MatthiasBenaets +- [#6500](https://github.com/actualbudget/actual/pull/6500) Added Czech Koruna (CZK) and Hungarian Forint (HUF) to the list of available currencies. — thanks @Andrii256 +- [#6543](https://github.com/actualbudget/actual/pull/6543) Sort import preview transactions by (parsed) date, descending — thanks @kivikakk +- [#6551](https://github.com/actualbudget/actual/pull/6551) Improves the notification UX for mobile devices by stacking notifications on the z-axis in a card-like fashion, placing the action button on the same row to make more compact and added rounded corners to align with other components such as cards and alerts. — thanks @danielkerwin +- [#6559](https://github.com/actualbudget/actual/pull/6559) Update category schedule indicator to honor the upcoming days length setting — thanks @joel-jeremy +- [#6589](https://github.com/actualbudget/actual/pull/6589) Add new projection types to crossover point report — thanks @jonner +- [#6622](https://github.com/actualbudget/actual/pull/6622) Update job trigger for auto-generated release notes to improve automation and efficiency. — thanks @Copilot +- [#6645](https://github.com/actualbudget/actual/pull/6645) Add FIXED to EXCEL functions — thanks @matt-fidd +- [#6661](https://github.com/actualbudget/actual/pull/6661) Apply tabular number styles more consistently — thanks @matt-fidd +- [#6672](https://github.com/actualbudget/actual/pull/6672) Use consistent colours on the reports page — thanks @matt-fidd +- [#6681](https://github.com/actualbudget/actual/pull/6681) Themes: async fetch the theme catalog — thanks @MatissJanis +- [#6688](https://github.com/actualbudget/actual/pull/6688) Add Black Gold custom theme to theme catalog — thanks @MikesGlitch +- [#6689](https://github.com/actualbudget/actual/pull/6689) Themes: improved error handling and more themes in the catalog. — thanks @MatissJanis +- [#6696](https://github.com/actualbudget/actual/pull/6696) Add Simple Dark and Okabe Ito custom themes to theme catalog — thanks @Juulz +- [#6697](https://github.com/actualbudget/actual/pull/6697) Adds consistent styling (border, border radius, background colors) to tables — thanks @aelxxs +- [#6711](https://github.com/actualbudget/actual/pull/6711) Enhance Average Goal Template to allow adjusting the budgeted amount from the average by a percent or fixed amount — thanks @totallynotjon +- [#6722](https://github.com/actualbudget/actual/pull/6722) Themes: use color palette for preview instead of screenshots — thanks @MatissJanis +- [#6730](https://github.com/actualbudget/actual/pull/6730) Theme from 1970. Custom light theme based on the colors of 1970. — thanks @Juulz +- [#6739](https://github.com/actualbudget/actual/pull/6739) Light custom theme in shades of gray (and a few colors). — thanks @Juulz +- [#6747](https://github.com/actualbudget/actual/pull/6747) Use consistent colours on the budget page — thanks @matt-fidd +- [#6754](https://github.com/actualbudget/actual/pull/6754) Add toBudgetPositive, toBudgetZero and toBudgetNegative color variables. — thanks @Juulz +- [#6755](https://github.com/actualbudget/actual/pull/6755) Mobile: improve transaction list performance — thanks @MatissJanis +- [#6789](https://github.com/actualbudget/actual/pull/6789) Add user-friendly error message for clock-drift issues — thanks @MatissJanis + +#### Bugfixes + +- [#6459](https://github.com/actualbudget/actual/pull/6459) Avoid truncating numbers in budgeted column by collapsing the dropdown arrow. — thanks @diepala +- [#6497](https://github.com/actualbudget/actual/pull/6497) Fix month filter edit popup showing date in wrong format for non-default date formats. — thanks @Faizanq +- [#6499](https://github.com/actualbudget/actual/pull/6499) Prevent renaming category groups to existing names. — thanks @skliaruk +- [#6501](https://github.com/actualbudget/actual/pull/6501) Unsplit transaction without losing parent's transaction information (amount, notes, etc.) — thanks @skliaruk +- [#6533](https://github.com/actualbudget/actual/pull/6533) Fix LHV bank adapter not being loaded, causing card payment payee names to show full remittance string instead of extracted merchant name. — thanks @lnagel +- [#6538](https://github.com/actualbudget/actual/pull/6538) Fix fatal error on budget page load when using tracking budget type — thanks @copilot +- [#6552](https://github.com/actualbudget/actual/pull/6552) Move saved filters to end of dropdown with separator — thanks @FictionFics +- [#6554](https://github.com/actualbudget/actual/pull/6554) Remove responsive prop from StackedBarGraph to prevent infinite loop — thanks @FictionFics +- [#6561](https://github.com/actualbudget/actual/pull/6561) Fix transactions table payee schedule icon not showing if linked schedule has a different account configured — thanks @joel-jeremy +- [#6566](https://github.com/actualbudget/actual/pull/6566) Fix refill templates not handling negative carryover properly — thanks @youngcw +- [#6567](https://github.com/actualbudget/actual/pull/6567) Fix crash when changing Notes filter to "one of" or "not one of" operation — thanks @majiayu000 +- [#6569](https://github.com/actualbudget/actual/pull/6569) Skip schedule prompt when editing transaction already linked to a schedule — thanks @majiayu000 +- [#6570](https://github.com/actualbudget/actual/pull/6570) Closes the popover on second Escape press once autocomplete options are closed. — thanks @skliaruk +- [#6572](https://github.com/actualbudget/actual/pull/6572) Fix autoDecimal behaviour based on hideFraction preference — thanks @skliaruk +- [#6573](https://github.com/actualbudget/actual/pull/6573) Update KeybordShortcutModal.tsx so "E" is set date for selected transactions. Regroup and rearrange list to match docs. — thanks @Juulz +- [#6577](https://github.com/actualbudget/actual/pull/6577) Enable include current month option for last month — thanks @csenel +- [#6583](https://github.com/actualbudget/actual/pull/6583) Fix iOS keyboard suddenly hiding while editing budget amounts — thanks @joelson-c +- [#6594](https://github.com/actualbudget/actual/pull/6594) Fix payee filter functionality to improve transaction filtering in the application. — thanks @RMcGhee +- [#6610](https://github.com/actualbudget/actual/pull/6610) Fix schedule template regressions where categories are being underbudgeted and to improve functionality and user experience. — thanks @youngcw +- [#6625](https://github.com/actualbudget/actual/pull/6625) Remove url check that throws error in development — thanks @RMcGhee +- [#6669](https://github.com/actualbudget/actual/pull/6669) Fix reports link highlighting issue in the sidebar for improved user navigation. — thanks @Copilot +- [#6675](https://github.com/actualbudget/actual/pull/6675) Fix inaccuracies in net payment/deposit calculations — thanks @matt-fidd +- [#6695](https://github.com/actualbudget/actual/pull/6695) Limit custom css textarea to resize vertically — thanks @MatthiasBenaets +- [#6698](https://github.com/actualbudget/actual/pull/6698) Fix mobile Calendar crash by adding DisplayPayeeProvider context to TransactionListMobile component. — thanks @Copilot +- [#6716](https://github.com/actualbudget/actual/pull/6716) Fix show completed schedules toggle being persisted — thanks @matt-fidd +- [#6723](https://github.com/actualbudget/actual/pull/6723) Auth settings: handle server offline & no-server state — thanks @MatissJanis +- [#6729](https://github.com/actualbudget/actual/pull/6729) Fix notification container width for improved positioning on desktop screens. — thanks @MatissJanis +- [#6733](https://github.com/actualbudget/actual/pull/6733) Reports: correctly render categories with identical names — thanks @MatissJanis +- [#6756](https://github.com/actualbudget/actual/pull/6756) Fix monthly spending number colouring — thanks @matt-fidd +- [#6758](https://github.com/actualbudget/actual/pull/6758) Fix rendering issue in mobile uncategorised transactions banner — thanks @matt-fidd +- [#6763](https://github.com/actualbudget/actual/pull/6763) Fix report drag and drop reordering — thanks @matt-fidd +- [#6764](https://github.com/actualbudget/actual/pull/6764) Make colors on budget page more legible and increase number coloring consistency — thanks @matt-fidd +- [#6767](https://github.com/actualbudget/actual/pull/6767) Update package versions with release action when explicit version passed — thanks @matt-fidd +- [#6791](https://github.com/actualbudget/actual/pull/6791) Fix Budget Analysis graph to enhance Balance (line and points) for legibility. — thanks @Juulz +- [#6792](https://github.com/actualbudget/actual/pull/6792) Mobile: fix schedule amount color — thanks @MatissJanis +- [#6795](https://github.com/actualbudget/actual/pull/6795) Fix arithmetic parser to accept keyboard apostrophe in apostrophe-dot format. — thanks @Copilot +- [#6803](https://github.com/actualbudget/actual/pull/6803) Mobile: show bottom nav bar in the reports page — thanks @MatissJanis +- [#6808](https://github.com/actualbudget/actual/pull/6808) Fix keyboard navigation not working on desktop datepicker — thanks @MatissJanis +- [#6821](https://github.com/actualbudget/actual/pull/6821) Fix crossover report resizing bug — thanks @matt-fidd +- [#6823](https://github.com/actualbudget/actual/pull/6823) Fix spacing and borders on bank sync page — thanks @matt-fidd +- [#6824](https://github.com/actualbudget/actual/pull/6824) Fix reconciliation when experimental currency support is enabled — thanks @matt-fidd +- [#6825](https://github.com/actualbudget/actual/pull/6825) Fix bank sync table borders. — thanks @aelxxs + +#### Maintenance + +- [#6436](https://github.com/actualbudget/actual/pull/6436) Migrate Inter font from inter-ui to @fontsource-variable/inter — thanks @StephenBrown2 +- [#6468](https://github.com/actualbudget/actual/pull/6468) lint: create new custom rules for eslint rules that are not in oxlint — thanks @MatissJanis +- [#6506](https://github.com/actualbudget/actual/pull/6506) test: add mobile payees page unit test — thanks @MatissJanis +- [#6530](https://github.com/actualbudget/actual/pull/6530) Add token-based authentication to GitHub Actions for PR creation and release notes generation. — thanks @MatissJanis +- [#6531](https://github.com/actualbudget/actual/pull/6531) Disable some CI workflows in forks — thanks @jfdoming +- [#6536](https://github.com/actualbudget/actual/pull/6536) Disable CodeRabbit generated PR summaries — thanks @MatissJanis +- [#6544](https://github.com/actualbudget/actual/pull/6544) Fix electron workflow job ordering for calculating hashes for Flathub release. — thanks @MikesGlitch +- [#6545](https://github.com/actualbudget/actual/pull/6545) Fix electron master publish to Flathub caused by hashes calculation — thanks @MikesGlitch +- [#6560](https://github.com/actualbudget/actual/pull/6560) Upgrade oxlint and oxfmt dependencies, improve accessibility, and fix JSON formatting issues. — thanks @MatissJanis +- [#6581](https://github.com/actualbudget/actual/pull/6581) Add merge_group trigger to e2e tests workflow for executing during merge queue events. — thanks @MatissJanis +- [#6582](https://github.com/actualbudget/actual/pull/6582) Update CodeRabbit configuration to include review workflow and labeling instructions. — thanks @MatissJanis +- [#6584](https://github.com/actualbudget/actual/pull/6584) Remove ESLint, migrate to oxlint, and enforce new import sorting rules across files. — thanks @MatissJanis +- [#6592](https://github.com/actualbudget/actual/pull/6592) Add custom checks to CodeRabbit configuration for settings evaluation, linting, and typecheck enforcement. — thanks @MatissJanis +- [#6593](https://github.com/actualbudget/actual/pull/6593) Switch Flathub validation to flatpak-builder-lint for metainfo validations — thanks @MikesGlitch +- [#6608](https://github.com/actualbudget/actual/pull/6608) Bump react-router version from 7.9.6 to 7.12.0 for improved functionality and performance. — thanks @dependabot +- [#6611](https://github.com/actualbudget/actual/pull/6611) Update Flathub screenshots to better comply with quality guidelines — thanks @MikesGlitch +- [#6626](https://github.com/actualbudget/actual/pull/6626) Remove the force reload feature from the application settings. — thanks @MatissJanis +- [#6627](https://github.com/actualbudget/actual/pull/6627) Copy hex color definitions from colors.ts (oldColors) into palette.ts — thanks @Juulz +- [#6636](https://github.com/actualbudget/actual/pull/6636) lint: patch some low-hanging fruit lint violations — thanks @MatissJanis +- [#6638](https://github.com/actualbudget/actual/pull/6638) Remove obsolete help text after removing linear trend from crossover report — thanks @jonner +- [#6641](https://github.com/actualbudget/actual/pull/6641) Fix lint warnings in generated release notes for improved clarity and consistency. — thanks @Copilot +- [#6642](https://github.com/actualbudget/actual/pull/6642) lint: patch some no-empty-function violations — thanks @MatissJanis +- [#6647](https://github.com/actualbudget/actual/pull/6647) Update baseline browser mapping — thanks @matt-fidd +- [#6656](https://github.com/actualbudget/actual/pull/6656) Bump various dependencies — thanks @matt-fidd +- [#6657](https://github.com/actualbudget/actual/pull/6657) Add GitHub workflow to automatically welcome contributors of forked pull requests. — thanks @MatissJanis +- [#6658](https://github.com/actualbudget/actual/pull/6658) Bump undici dependency version from 7.16.0 to 7.18.2 for improved performance and security. — thanks @dependabot +- [#6659](https://github.com/actualbudget/actual/pull/6659) Give contributor points for marking issues as duplicates — thanks @matt-fidd +- [#6665](https://github.com/actualbudget/actual/pull/6665) Add missing theme color variable `sidebarBudgetName`. — thanks @Juulz +- [#6667](https://github.com/actualbudget/actual/pull/6667) lint: patch some react oxlint violations — thanks @MatissJanis +- [#6670](https://github.com/actualbudget/actual/pull/6670) LLM: add code review guidelines — thanks @MatissJanis +- [#6677](https://github.com/actualbudget/actual/pull/6677) Post bundle size comparison comment in the PR body instead — thanks @matt-fidd +- [#6679](https://github.com/actualbudget/actual/pull/6679) lint: fix various a11y issues — thanks @MatissJanis +- [#6680](https://github.com/actualbudget/actual/pull/6680) lint: sort named imports — thanks @MatissJanis +- [#6691](https://github.com/actualbudget/actual/pull/6691) Correct capitalization of "Flathub" in documentation and spelling expectations, removing duplicates. — thanks @jfdoming +- [#6694](https://github.com/actualbudget/actual/pull/6694) Run `yarn dedupe` on the repository — thanks @jfdoming +- [#6699](https://github.com/actualbudget/actual/pull/6699) Reduce payees E2E test flakiness. — thanks @MatissJanis +- [#6703](https://github.com/actualbudget/actual/pull/6703) Bump electron versions — thanks @matt-fidd +- [#6707](https://github.com/actualbudget/actual/pull/6707) Update release notes category from 'Bugfix' to 'Bugfixes' for consistency. — thanks @jfdoming +- [#6715](https://github.com/actualbudget/actual/pull/6715) Add separator between PR body and bundle statistics — thanks @matt-fidd +- [#6717](https://github.com/actualbudget/actual/pull/6717) Upgrade various React dependencies — thanks @matt-fidd +- [#6719](https://github.com/actualbudget/actual/pull/6719) lint: upgrade oxlint & oxfmt — thanks @MatissJanis +- [#6720](https://github.com/actualbudget/actual/pull/6720) lint: enable oxfmt on the docs package — thanks @MatissJanis +- [#6728](https://github.com/actualbudget/actual/pull/6728) Mobile: unify file-switching experience — thanks @MatissJanis +- [#6731](https://github.com/actualbudget/actual/pull/6731) Remove broken bank identifier link from GoCardless README and clarify its non-existence. — thanks @Copilot +- [#6751](https://github.com/actualbudget/actual/pull/6751) Reinstate nightly edge deploys — thanks @MikesGlitch +- [#6753](https://github.com/actualbudget/actual/pull/6753) Fix edge nightly workflow — thanks @MikesGlitch +- [#6770](https://github.com/actualbudget/actual/pull/6770) Add Storybook Documentation into the component library — thanks @MikesGlitch +- [#6810](https://github.com/actualbudget/actual/pull/6810) Remove 'suspect ai generated' label when 'AI Generated' is added — thanks @StephenBrown2 +- [#6822](https://github.com/actualbudget/actual/pull/6822) Remove GitHub pages deploys in favor of Netlify — thanks @MikesGlitch + ## 26.1.0 Release date: 2026-01-04 diff --git a/packages/sync-server/package.json b/packages/sync-server/package.json index 8228ccbc37..acb6c171dd 100644 --- a/packages/sync-server/package.json +++ b/packages/sync-server/package.json @@ -1,6 +1,6 @@ { "name": "@actual-app/sync-server", - "version": "26.1.0", + "version": "26.2.0", "description": "actual syncing server", "license": "MIT", "bin": { diff --git a/upcoming-release-notes/6137.md b/upcoming-release-notes/6137.md deleted file mode 100644 index bf9b355c8d..0000000000 --- a/upcoming-release-notes/6137.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Features -authors: [tabedzki] ---- - -Add "Budget Analysis" : a report that tracks the balance of your budget categories over time. Displays budgeted amounts, actual spending, overspending adjustments, and cumulative balance, considering category rollover settings. diff --git a/upcoming-release-notes/6234.md b/upcoming-release-notes/6234.md deleted file mode 100644 index 2333c4aca8..0000000000 --- a/upcoming-release-notes/6234.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [lelemm] ---- - -Add server preferences for improved user settings consistency across devices. diff --git a/upcoming-release-notes/6282.md b/upcoming-release-notes/6282.md deleted file mode 100644 index dfbaada338..0000000000 --- a/upcoming-release-notes/6282.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [matt8100] ---- - -Add find and replace (with RegEx support) mode when editing transaction notes diff --git a/upcoming-release-notes/6373.md b/upcoming-release-notes/6373.md deleted file mode 100644 index a19b49a3a0..0000000000 --- a/upcoming-release-notes/6373.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [jonner] ---- - -Allow user to adjust target income in crossover report diff --git a/upcoming-release-notes/6411.md b/upcoming-release-notes/6411.md deleted file mode 100644 index 7a4e499170..0000000000 --- a/upcoming-release-notes/6411.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Features -authors: [Durbatuluk1701] ---- - -Add multiple tabs/pages to "Reports" allowing for different widget layouts per page diff --git a/upcoming-release-notes/6436.md b/upcoming-release-notes/6436.md deleted file mode 100644 index 836abb0170..0000000000 --- a/upcoming-release-notes/6436.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [StephenBrown2] ---- - -Migrate Inter font from inter-ui to @fontsource-variable/inter diff --git a/upcoming-release-notes/6438.md b/upcoming-release-notes/6438.md deleted file mode 100644 index e7ff22846a..0000000000 --- a/upcoming-release-notes/6438.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [StephenBrown2] ---- - -Fixes redacted content to work with currency symbols diff --git a/upcoming-release-notes/6448.md b/upcoming-release-notes/6448.md deleted file mode 100644 index eb5f6512eb..0000000000 --- a/upcoming-release-notes/6448.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [Juulz] ---- - -Tags: add light colors to tag color picker, update tag hover depending on tag background brightness diff --git a/upcoming-release-notes/6459.md b/upcoming-release-notes/6459.md deleted file mode 100644 index 421d6cdf94..0000000000 --- a/upcoming-release-notes/6459.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [diepala] ---- - -Avoid truncating numbers in budgeted column by collapsing the dropdown arrow. diff --git a/upcoming-release-notes/6468.md b/upcoming-release-notes/6468.md deleted file mode 100644 index 67e9b6e662..0000000000 --- a/upcoming-release-notes/6468.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -lint: create new custom rules for eslint rules that are not in oxlint diff --git a/upcoming-release-notes/6493.md b/upcoming-release-notes/6493.md deleted file mode 100644 index c4955e43f6..0000000000 --- a/upcoming-release-notes/6493.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [MatthiasBenaets] ---- - -Proper formatting of the Formula Card diff --git a/upcoming-release-notes/6497.md b/upcoming-release-notes/6497.md deleted file mode 100644 index f7f9a71e51..0000000000 --- a/upcoming-release-notes/6497.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [Faizanq] ---- - -Fix month filter edit popup showing date in wrong format for non-default date formats. diff --git a/upcoming-release-notes/6499.md b/upcoming-release-notes/6499.md deleted file mode 100644 index bea3d95397..0000000000 --- a/upcoming-release-notes/6499.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [skliaruk] ---- - -Prevent renaming category groups to existing names. diff --git a/upcoming-release-notes/6500.md b/upcoming-release-notes/6500.md deleted file mode 100644 index c06742b05e..0000000000 --- a/upcoming-release-notes/6500.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [Andrii256] ---- - -Added Czech Koruna (CZK) and Hungarian Forint (HUF) to the list of available currencies. diff --git a/upcoming-release-notes/6501.md b/upcoming-release-notes/6501.md deleted file mode 100644 index e61dd96268..0000000000 --- a/upcoming-release-notes/6501.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [skliaruk] ---- - -Unsplit transaction without losing parent's transaction information (amount, notes, etc.) diff --git a/upcoming-release-notes/6506.md b/upcoming-release-notes/6506.md deleted file mode 100644 index 52847bb882..0000000000 --- a/upcoming-release-notes/6506.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -test: add mobile payees page unit test diff --git a/upcoming-release-notes/6530.md b/upcoming-release-notes/6530.md deleted file mode 100644 index be19f205ad..0000000000 --- a/upcoming-release-notes/6530.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Add token-based authentication to GitHub Actions for PR creation and release notes generation. diff --git a/upcoming-release-notes/6531.md b/upcoming-release-notes/6531.md deleted file mode 100644 index 7df94e7ea5..0000000000 --- a/upcoming-release-notes/6531.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [jfdoming] ---- - -Disable some CI workflows in forks diff --git a/upcoming-release-notes/6533.md b/upcoming-release-notes/6533.md deleted file mode 100644 index e07540bd59..0000000000 --- a/upcoming-release-notes/6533.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [lnagel] ---- - -Fix LHV bank adapter not being loaded, causing card payment payee names to show full remittance string instead of extracted merchant name. diff --git a/upcoming-release-notes/6536.md b/upcoming-release-notes/6536.md deleted file mode 100644 index 1c24309805..0000000000 --- a/upcoming-release-notes/6536.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Disable coderabbit generated PR summaries diff --git a/upcoming-release-notes/6538.md b/upcoming-release-notes/6538.md deleted file mode 100644 index 80d5757f2e..0000000000 --- a/upcoming-release-notes/6538.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [copilot] ---- - -Fix fatal error on budget page load when using tracking budget type diff --git a/upcoming-release-notes/6540.md b/upcoming-release-notes/6540.md deleted file mode 100644 index 129df62316..0000000000 --- a/upcoming-release-notes/6540.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Features -authors: [BCNelson] ---- - -Add session token authentication option to API initialization, enhancing authentication flexibility. diff --git a/upcoming-release-notes/6543.md b/upcoming-release-notes/6543.md deleted file mode 100644 index 04ba754cc2..0000000000 --- a/upcoming-release-notes/6543.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [kivikakk] ---- - -Sort import preview transactions by (parsed) date, descending diff --git a/upcoming-release-notes/6544.md b/upcoming-release-notes/6544.md deleted file mode 100644 index 6536d8d77b..0000000000 --- a/upcoming-release-notes/6544.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Fix electron workflow job ordering for calculating hashes for flathub release. diff --git a/upcoming-release-notes/6545.md b/upcoming-release-notes/6545.md deleted file mode 100644 index aeb0c8d669..0000000000 --- a/upcoming-release-notes/6545.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Fix electron master publish to flathub caused by hashes calculation diff --git a/upcoming-release-notes/6551.md b/upcoming-release-notes/6551.md deleted file mode 100644 index 2095cacae8..0000000000 --- a/upcoming-release-notes/6551.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [danielkerwin] ---- - -Improves the notification UX for mobile devices by stacking notifications on the z-axis in a card-like fashion, placing the action button on the same row to make more compact and added rounded corners to align with other components such as cards and alerts. diff --git a/upcoming-release-notes/6552.md b/upcoming-release-notes/6552.md deleted file mode 100644 index 65517f70b9..0000000000 --- a/upcoming-release-notes/6552.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [FictionFics] ---- - -Move saved filters to end of dropdown with separator diff --git a/upcoming-release-notes/6554.md b/upcoming-release-notes/6554.md deleted file mode 100644 index 0126c74b9c..0000000000 --- a/upcoming-release-notes/6554.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [FictionFics] ---- - -Remove responsive prop from StackedBarGraph to prevent infinite loop diff --git a/upcoming-release-notes/6559.md b/upcoming-release-notes/6559.md deleted file mode 100644 index 6a7fb3ba34..0000000000 --- a/upcoming-release-notes/6559.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [joel-jeremy] ---- - -Update category schedule indicator to honor the upcoming days length setting diff --git a/upcoming-release-notes/6560.md b/upcoming-release-notes/6560.md deleted file mode 100644 index 641a2f8f3e..0000000000 --- a/upcoming-release-notes/6560.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Upgrade oxlint and oxfmt dependencies, improve accessibility, and fix JSON formatting issues. diff --git a/upcoming-release-notes/6561.md b/upcoming-release-notes/6561.md deleted file mode 100644 index 009f56790b..0000000000 --- a/upcoming-release-notes/6561.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [joel-jeremy] ---- - -Fix transactions table payee schedule icon not showing if linked schedule has a different account configured diff --git a/upcoming-release-notes/6566.md b/upcoming-release-notes/6566.md deleted file mode 100644 index d494abb9bf..0000000000 --- a/upcoming-release-notes/6566.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [youngcw] ---- - -Fix refill templates not handling negative carryover properly diff --git a/upcoming-release-notes/6567.md b/upcoming-release-notes/6567.md deleted file mode 100644 index bc5ef428f5..0000000000 --- a/upcoming-release-notes/6567.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [majiayu000] ---- - -Fix crash when changing Notes filter to "one of" or "not one of" operation diff --git a/upcoming-release-notes/6569.md b/upcoming-release-notes/6569.md deleted file mode 100644 index 17b2539bec..0000000000 --- a/upcoming-release-notes/6569.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [majiayu000] ---- - -Skip schedule prompt when editing transaction already linked to a schedule diff --git a/upcoming-release-notes/6570.md b/upcoming-release-notes/6570.md deleted file mode 100644 index ef497a9987..0000000000 --- a/upcoming-release-notes/6570.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [skliaruk] ---- - -Closes the popover on second Escape press once autocomplete options are closed. diff --git a/upcoming-release-notes/6572.md b/upcoming-release-notes/6572.md deleted file mode 100644 index 5ed24d668c..0000000000 --- a/upcoming-release-notes/6572.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [skliaruk] ---- - -Fix autoDecimal behaviour based on hideFraction preference diff --git a/upcoming-release-notes/6573.md b/upcoming-release-notes/6573.md deleted file mode 100644 index 7ce3d11fda..0000000000 --- a/upcoming-release-notes/6573.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [Juulz] ---- - -Update KeybordShortcutModal.tsx so "E" is set date for selected transactions. Regroup and rearrange list to match docs. diff --git a/upcoming-release-notes/6577.md b/upcoming-release-notes/6577.md deleted file mode 100644 index d0cc661f46..0000000000 --- a/upcoming-release-notes/6577.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [csenel] ---- - -Enable include current month option for last month diff --git a/upcoming-release-notes/6581.md b/upcoming-release-notes/6581.md deleted file mode 100644 index 1ee66179e0..0000000000 --- a/upcoming-release-notes/6581.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Add merge_group trigger to e2e tests workflow for executing during merge queue events. diff --git a/upcoming-release-notes/6582.md b/upcoming-release-notes/6582.md deleted file mode 100644 index 80fceb162d..0000000000 --- a/upcoming-release-notes/6582.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Update CodeRabbit configuration to include review workflow and labeling instructions. diff --git a/upcoming-release-notes/6583.md b/upcoming-release-notes/6583.md deleted file mode 100644 index 4aa730d1e8..0000000000 --- a/upcoming-release-notes/6583.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [joelson-c] ---- - -Fix iOS keyboard suddenly hiding while editing budget amounts diff --git a/upcoming-release-notes/6584.md b/upcoming-release-notes/6584.md deleted file mode 100644 index e9b522fa43..0000000000 --- a/upcoming-release-notes/6584.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Remove ESLint, migrate to oxlint, and enforce new import sorting rules across files. diff --git a/upcoming-release-notes/6589.md b/upcoming-release-notes/6589.md deleted file mode 100644 index 413125d53c..0000000000 --- a/upcoming-release-notes/6589.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [jonner] ---- - -Add new projection types to crossover point report diff --git a/upcoming-release-notes/6592.md b/upcoming-release-notes/6592.md deleted file mode 100644 index 892b5834e5..0000000000 --- a/upcoming-release-notes/6592.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Add custom checks to CodeRabbit configuration for settings evaluation, linting, and typecheck enforcement. diff --git a/upcoming-release-notes/6593.md b/upcoming-release-notes/6593.md deleted file mode 100644 index ffd6adb39b..0000000000 --- a/upcoming-release-notes/6593.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Switch flathub validation to flatpak-builder-lint for metainfo validations diff --git a/upcoming-release-notes/6594.md b/upcoming-release-notes/6594.md deleted file mode 100644 index f7e31d0f60..0000000000 --- a/upcoming-release-notes/6594.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [RMcGhee] ---- - -Fix payee filter functionality to improve transaction filtering in the application. diff --git a/upcoming-release-notes/6603.md b/upcoming-release-notes/6603.md deleted file mode 100644 index c2f87586a9..0000000000 --- a/upcoming-release-notes/6603.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Features -authors: [mnil] ---- - -Creates an option for a stacked line graph in the net worth card. diff --git a/upcoming-release-notes/6608.md b/upcoming-release-notes/6608.md deleted file mode 100644 index ad3ae73504..0000000000 --- a/upcoming-release-notes/6608.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [dependabot] ---- - -Bump react-router version from 7.9.6 to 7.12.0 for improved functionality and performance. diff --git a/upcoming-release-notes/6610.md b/upcoming-release-notes/6610.md deleted file mode 100644 index e0f1b35a66..0000000000 --- a/upcoming-release-notes/6610.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [youngcw] ---- - -Fix schedule template regressions where categories are being underbudgeted and to improve functionality and user experience. diff --git a/upcoming-release-notes/6611.md b/upcoming-release-notes/6611.md deleted file mode 100644 index 664f00bc1e..0000000000 --- a/upcoming-release-notes/6611.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Update flathub screenshots to better comply with quality guidelines diff --git a/upcoming-release-notes/6612.md b/upcoming-release-notes/6612.md deleted file mode 100644 index 0149dc3d3b..0000000000 --- a/upcoming-release-notes/6612.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Features -authors: [MatissJanis] ---- - -Ability to install custom color themes diff --git a/upcoming-release-notes/6622.md b/upcoming-release-notes/6622.md deleted file mode 100644 index c1ad01d4f9..0000000000 --- a/upcoming-release-notes/6622.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [Copilot] ---- - -Update job trigger for auto-generated release notes to improve automation and efficiency. diff --git a/upcoming-release-notes/6625.md b/upcoming-release-notes/6625.md deleted file mode 100644 index 43eecc34e1..0000000000 --- a/upcoming-release-notes/6625.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [RMcGhee] ---- - -Remove url check that throws error in development diff --git a/upcoming-release-notes/6626.md b/upcoming-release-notes/6626.md deleted file mode 100644 index 55c3c6655c..0000000000 --- a/upcoming-release-notes/6626.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Remove the force reload feature from the application settings. diff --git a/upcoming-release-notes/6627.md b/upcoming-release-notes/6627.md deleted file mode 100644 index 8823178df5..0000000000 --- a/upcoming-release-notes/6627.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [Juulz] ---- - -Copy hex color definitions from colors.ts (oldColors) into palette.ts diff --git a/upcoming-release-notes/6636.md b/upcoming-release-notes/6636.md deleted file mode 100644 index 87cd8495e1..0000000000 --- a/upcoming-release-notes/6636.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -lint: patch some low-hanging fruit lint violations diff --git a/upcoming-release-notes/6638.md b/upcoming-release-notes/6638.md deleted file mode 100644 index 2094c5f7c1..0000000000 --- a/upcoming-release-notes/6638.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [jonner] ---- - -Remove obsolete help text after removing linear trend from crossover report diff --git a/upcoming-release-notes/6639.md b/upcoming-release-notes/6639.md deleted file mode 100644 index 48b7c1e68a..0000000000 --- a/upcoming-release-notes/6639.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Features -authors: [jonner] ---- - -Add the ability to specify expected contributions to the crossover point report. diff --git a/upcoming-release-notes/6641.md b/upcoming-release-notes/6641.md deleted file mode 100644 index d58de5c764..0000000000 --- a/upcoming-release-notes/6641.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [Copilot] ---- - -Fix lint warnings in generated release notes for improved clarity and consistency. diff --git a/upcoming-release-notes/6642.md b/upcoming-release-notes/6642.md deleted file mode 100644 index 81e9437d7e..0000000000 --- a/upcoming-release-notes/6642.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -lint: patch some no-empty-function violations diff --git a/upcoming-release-notes/6645.md b/upcoming-release-notes/6645.md deleted file mode 100644 index f046886423..0000000000 --- a/upcoming-release-notes/6645.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [matt-fidd] ---- - -Add FIXED to EXCEL functions diff --git a/upcoming-release-notes/6647.md b/upcoming-release-notes/6647.md deleted file mode 100644 index aec09dc8ce..0000000000 --- a/upcoming-release-notes/6647.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Update baseline browser mapping diff --git a/upcoming-release-notes/6656.md b/upcoming-release-notes/6656.md deleted file mode 100644 index 87d9568381..0000000000 --- a/upcoming-release-notes/6656.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Bump various dependencies diff --git a/upcoming-release-notes/6657.md b/upcoming-release-notes/6657.md deleted file mode 100644 index 7820c63f51..0000000000 --- a/upcoming-release-notes/6657.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Add GitHub workflow to automatically welcome contributors of forked pull requests. diff --git a/upcoming-release-notes/6658.md b/upcoming-release-notes/6658.md deleted file mode 100644 index c2a4a7538b..0000000000 --- a/upcoming-release-notes/6658.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [dependabot] ---- - -Bump undici dependency version from 7.16.0 to 7.18.2 for improved performance and security. diff --git a/upcoming-release-notes/6659.md b/upcoming-release-notes/6659.md deleted file mode 100644 index ccc7d02d52..0000000000 --- a/upcoming-release-notes/6659.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Give contributor points for marking issues as duplicates diff --git a/upcoming-release-notes/6661.md b/upcoming-release-notes/6661.md deleted file mode 100644 index 47afae5d7e..0000000000 --- a/upcoming-release-notes/6661.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [matt-fidd] ---- - -Apply tabular number styles more consistently diff --git a/upcoming-release-notes/6665.md b/upcoming-release-notes/6665.md deleted file mode 100644 index 36826541f8..0000000000 --- a/upcoming-release-notes/6665.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [Juulz] ---- - -Add missing theme color variable `sidebarBudgetName`. diff --git a/upcoming-release-notes/6667.md b/upcoming-release-notes/6667.md deleted file mode 100644 index 7afe81a21f..0000000000 --- a/upcoming-release-notes/6667.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -lint: patch some react oxlint violations diff --git a/upcoming-release-notes/6669.md b/upcoming-release-notes/6669.md deleted file mode 100644 index 7c02ab32d4..0000000000 --- a/upcoming-release-notes/6669.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [Copilot] ---- - -Fix reports link highlighting issue in the sidebar for improved user navigation. diff --git a/upcoming-release-notes/6670.md b/upcoming-release-notes/6670.md deleted file mode 100644 index 9aa1bf8ed3..0000000000 --- a/upcoming-release-notes/6670.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -LLM: add code review guidelines diff --git a/upcoming-release-notes/6672.md b/upcoming-release-notes/6672.md deleted file mode 100644 index 4daff765ab..0000000000 --- a/upcoming-release-notes/6672.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [matt-fidd] ---- - -Use consistent colours on the reports page diff --git a/upcoming-release-notes/6675.md b/upcoming-release-notes/6675.md deleted file mode 100644 index 3d764db2a7..0000000000 --- a/upcoming-release-notes/6675.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [matt-fidd] ---- - -Fix inaccuracies in net payment/deposit calculations diff --git a/upcoming-release-notes/6677.md b/upcoming-release-notes/6677.md deleted file mode 100644 index e6a2df6e58..0000000000 --- a/upcoming-release-notes/6677.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Post bundle size comparison comment in the PR body instead diff --git a/upcoming-release-notes/6679.md b/upcoming-release-notes/6679.md deleted file mode 100644 index befcc957fe..0000000000 --- a/upcoming-release-notes/6679.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -lint: fix various a11y issues diff --git a/upcoming-release-notes/6680.md b/upcoming-release-notes/6680.md deleted file mode 100644 index 7f47d9e4b5..0000000000 --- a/upcoming-release-notes/6680.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -lint: sort named imports diff --git a/upcoming-release-notes/6681.md b/upcoming-release-notes/6681.md deleted file mode 100644 index 8c3c282021..0000000000 --- a/upcoming-release-notes/6681.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [MatissJanis] ---- - -Themes: async fetch the theme catalog diff --git a/upcoming-release-notes/6688.md b/upcoming-release-notes/6688.md deleted file mode 100644 index b2775b295f..0000000000 --- a/upcoming-release-notes/6688.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [MikesGlitch] ---- - -Add Black Gold custom theme to theme catalog diff --git a/upcoming-release-notes/6689.md b/upcoming-release-notes/6689.md deleted file mode 100644 index 51ebdd9ae8..0000000000 --- a/upcoming-release-notes/6689.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [MatissJanis] ---- - -Themes: improved error handling and more themes in the catalog. diff --git a/upcoming-release-notes/6691.md b/upcoming-release-notes/6691.md deleted file mode 100644 index 561782812d..0000000000 --- a/upcoming-release-notes/6691.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [jfdoming] ---- - -Correct capitalization of "Flathub" in documentation and spelling expectations, removing duplicates. diff --git a/upcoming-release-notes/6694.md b/upcoming-release-notes/6694.md deleted file mode 100644 index ae3ea3554d..0000000000 --- a/upcoming-release-notes/6694.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [jfdoming] ---- - -Run `yarn dedupe` on the repository diff --git a/upcoming-release-notes/6695.md b/upcoming-release-notes/6695.md deleted file mode 100644 index e6f9c4ba19..0000000000 --- a/upcoming-release-notes/6695.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MatthiasBenaets] ---- - -Limit custom css textarea to resize vertically diff --git a/upcoming-release-notes/6696.md b/upcoming-release-notes/6696.md deleted file mode 100644 index 66ff247171..0000000000 --- a/upcoming-release-notes/6696.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [Juulz] ---- - -Add Simple Dark and Okabe Ito custom themes to theme catalog diff --git a/upcoming-release-notes/6697.md b/upcoming-release-notes/6697.md deleted file mode 100644 index 7981ce1210..0000000000 --- a/upcoming-release-notes/6697.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [aelxxs] ---- - -Adds consistent styling (border, border radius, background colors) to tables diff --git a/upcoming-release-notes/6698.md b/upcoming-release-notes/6698.md deleted file mode 100644 index ad27374edc..0000000000 --- a/upcoming-release-notes/6698.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [Copilot] ---- - -Fix mobile Calendar crash by adding DisplayPayeeProvider context to TransactionListMobile component. diff --git a/upcoming-release-notes/6699.md b/upcoming-release-notes/6699.md deleted file mode 100644 index 505f0e7234..0000000000 --- a/upcoming-release-notes/6699.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Reduce payees E2E test flakiness. diff --git a/upcoming-release-notes/6703.md b/upcoming-release-notes/6703.md deleted file mode 100644 index b187ae8b57..0000000000 --- a/upcoming-release-notes/6703.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Bump electron versions diff --git a/upcoming-release-notes/6707.md b/upcoming-release-notes/6707.md deleted file mode 100644 index 72779ade5a..0000000000 --- a/upcoming-release-notes/6707.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [jfdoming] ---- - -Update release notes category from 'Bugfix' to 'Bugfixes' for consistency. diff --git a/upcoming-release-notes/6711.md b/upcoming-release-notes/6711.md deleted file mode 100644 index 9eec7eae0b..0000000000 --- a/upcoming-release-notes/6711.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [totallynotjon] ---- - -Enhance Average Goal Template to allow adjusting the budgeted amount from the average by a percent or fixed amount diff --git a/upcoming-release-notes/6715.md b/upcoming-release-notes/6715.md deleted file mode 100644 index 511d5651ae..0000000000 --- a/upcoming-release-notes/6715.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Add separator between PR body and bundle statistics diff --git a/upcoming-release-notes/6716.md b/upcoming-release-notes/6716.md deleted file mode 100644 index 58cd7343bd..0000000000 --- a/upcoming-release-notes/6716.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfixes -authors: [matt-fidd] ---- - -Fix show completed schedules toggle being persisted diff --git a/upcoming-release-notes/6717.md b/upcoming-release-notes/6717.md deleted file mode 100644 index cb4ad6e280..0000000000 --- a/upcoming-release-notes/6717.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [matt-fidd] ---- - -Upgrade various React dependencies diff --git a/upcoming-release-notes/6719.md b/upcoming-release-notes/6719.md deleted file mode 100644 index 51a53e04b4..0000000000 --- a/upcoming-release-notes/6719.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -lint: upgrade oxlint & oxfmt diff --git a/upcoming-release-notes/6720.md b/upcoming-release-notes/6720.md deleted file mode 100644 index 2f98b4d9cb..0000000000 --- a/upcoming-release-notes/6720.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -lint: enable oxfmt on the docs package diff --git a/upcoming-release-notes/6722.md b/upcoming-release-notes/6722.md deleted file mode 100644 index f253b4e783..0000000000 --- a/upcoming-release-notes/6722.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [MatissJanis] ---- - -Themes: use color palette for preview instead of screenshots diff --git a/upcoming-release-notes/6723.md b/upcoming-release-notes/6723.md deleted file mode 100644 index 910ba5991d..0000000000 --- a/upcoming-release-notes/6723.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfixes -authors: [MatissJanis] ---- - -Auth settings: handle server offline & no-server state diff --git a/upcoming-release-notes/6728.md b/upcoming-release-notes/6728.md deleted file mode 100644 index b0624c6348..0000000000 --- a/upcoming-release-notes/6728.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Mobile: unify file-switching experience diff --git a/upcoming-release-notes/6729.md b/upcoming-release-notes/6729.md deleted file mode 100644 index 5a9adad349..0000000000 --- a/upcoming-release-notes/6729.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfixes -authors: [MatissJanis] ---- - -Fix notification container width for improved positioning on desktop screens. diff --git a/upcoming-release-notes/6730.md b/upcoming-release-notes/6730.md deleted file mode 100644 index 179a116eb8..0000000000 --- a/upcoming-release-notes/6730.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [Juulz] ---- - -Theme from 1970. Custom light theme based on the colors of 1970. diff --git a/upcoming-release-notes/6731.md b/upcoming-release-notes/6731.md deleted file mode 100644 index e30d4062e5..0000000000 --- a/upcoming-release-notes/6731.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [Copilot] ---- - -Remove broken bank identifier link from GoCardless README and clarify its non-existence. diff --git a/upcoming-release-notes/6733.md b/upcoming-release-notes/6733.md deleted file mode 100644 index ddf6f8b109..0000000000 --- a/upcoming-release-notes/6733.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfixes -authors: [MatissJanis] ---- - -Reports: correctly render categories with identical names diff --git a/upcoming-release-notes/6739.md b/upcoming-release-notes/6739.md deleted file mode 100644 index 8675930692..0000000000 --- a/upcoming-release-notes/6739.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [Juulz] ---- - -Light custom theme in shades of gray (and a few colors). diff --git a/upcoming-release-notes/6747.md b/upcoming-release-notes/6747.md deleted file mode 100644 index 1f5d943259..0000000000 --- a/upcoming-release-notes/6747.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [matt-fidd] ---- - -Use consistent colours on the budget page diff --git a/upcoming-release-notes/6751.md b/upcoming-release-notes/6751.md deleted file mode 100644 index 9bb4f113d9..0000000000 --- a/upcoming-release-notes/6751.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Reinstate nightly edge deploys diff --git a/upcoming-release-notes/6753.md b/upcoming-release-notes/6753.md deleted file mode 100644 index 6b6d871bcb..0000000000 --- a/upcoming-release-notes/6753.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Fix edge nightly workflow diff --git a/upcoming-release-notes/6754.md b/upcoming-release-notes/6754.md deleted file mode 100644 index 9406d69ea7..0000000000 --- a/upcoming-release-notes/6754.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [Juulz] ---- - -Add toBudgetPositive, toBudgetZero and toBudgetNegative color variables. diff --git a/upcoming-release-notes/6755.md b/upcoming-release-notes/6755.md deleted file mode 100644 index 3270a20a7a..0000000000 --- a/upcoming-release-notes/6755.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [MatissJanis] ---- - -Mobile: improve transaction list performance diff --git a/upcoming-release-notes/6756.md b/upcoming-release-notes/6756.md deleted file mode 100644 index aeefa37c37..0000000000 --- a/upcoming-release-notes/6756.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfixes -authors: [matt-fidd] ---- - -Fix monthly spending number colouring diff --git a/upcoming-release-notes/6758.md b/upcoming-release-notes/6758.md deleted file mode 100644 index e6d5904c1b..0000000000 --- a/upcoming-release-notes/6758.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfixes -authors: [matt-fidd] ---- - -Fix rendering issue in mobile uncategorised transactions banner diff --git a/upcoming-release-notes/6763.md b/upcoming-release-notes/6763.md deleted file mode 100644 index 20ab359acf..0000000000 --- a/upcoming-release-notes/6763.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfixes -authors: [matt-fidd] ---- - -Fix report drag and drop reordering diff --git a/upcoming-release-notes/6764.md b/upcoming-release-notes/6764.md deleted file mode 100644 index 187366d53d..0000000000 --- a/upcoming-release-notes/6764.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfixes -authors: [matt-fidd] ---- - -Make colors on budget page more legible and increase number coloring consistency diff --git a/upcoming-release-notes/6767.md b/upcoming-release-notes/6767.md deleted file mode 100644 index 1db299471d..0000000000 --- a/upcoming-release-notes/6767.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfixes -authors: [matt-fidd] ---- - -Update package versions with release action when explicit version passed diff --git a/upcoming-release-notes/6770.md b/upcoming-release-notes/6770.md deleted file mode 100644 index b9da847d58..0000000000 --- a/upcoming-release-notes/6770.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Add Storybook Documentation into the component library diff --git a/upcoming-release-notes/6789.md b/upcoming-release-notes/6789.md deleted file mode 100644 index 6bc4ddb6ad..0000000000 --- a/upcoming-release-notes/6789.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [MatissJanis] ---- - -Add user-friendly error message for clock-drift issues diff --git a/upcoming-release-notes/6791.md b/upcoming-release-notes/6791.md deleted file mode 100644 index a8a63cd2ff..0000000000 --- a/upcoming-release-notes/6791.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [Juulz] ---- - -Fix Budget Analysis graph to enhance Balance (line and points) for legibility. diff --git a/upcoming-release-notes/6792.md b/upcoming-release-notes/6792.md deleted file mode 100644 index 1fdfa69010..0000000000 --- a/upcoming-release-notes/6792.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfixes -authors: [MatissJanis] ---- - -Mobile: fix schedule amount color diff --git a/upcoming-release-notes/6795.md b/upcoming-release-notes/6795.md deleted file mode 100644 index b939086a93..0000000000 --- a/upcoming-release-notes/6795.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfixes -authors: [Copilot] ---- - -Fix arithmetic parser to accept keyboard apostrophe in apostrophe-dot format. diff --git a/upcoming-release-notes/6803.md b/upcoming-release-notes/6803.md deleted file mode 100644 index 32304469be..0000000000 --- a/upcoming-release-notes/6803.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfixes -authors: [MatissJanis] ---- - -Mobile: show bottom nav bar in the reports page diff --git a/upcoming-release-notes/6808.md b/upcoming-release-notes/6808.md deleted file mode 100644 index cfe06119f2..0000000000 --- a/upcoming-release-notes/6808.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfixes -authors: [MatissJanis] ---- - -Fix keyboard navigation not working on desktop datepicker diff --git a/upcoming-release-notes/6810.md b/upcoming-release-notes/6810.md deleted file mode 100644 index 8dea199bb4..0000000000 --- a/upcoming-release-notes/6810.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [StephenBrown2] ---- - -Remove 'suspect ai generated' label when 'AI Generated' is added diff --git a/upcoming-release-notes/6821.md b/upcoming-release-notes/6821.md deleted file mode 100644 index 242b0852c6..0000000000 --- a/upcoming-release-notes/6821.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfixes -authors: [matt-fidd] ---- - -Fix crossover report resizing bug diff --git a/upcoming-release-notes/6822.md b/upcoming-release-notes/6822.md deleted file mode 100644 index d4208785c9..0000000000 --- a/upcoming-release-notes/6822.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MikesGlitch] ---- - -Remove GitHub pages deploys in favor of Netlify diff --git a/upcoming-release-notes/6823.md b/upcoming-release-notes/6823.md deleted file mode 100644 index 2edd9eea59..0000000000 --- a/upcoming-release-notes/6823.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfixes -authors: [matt-fidd] ---- - -Fix spacing and borders on bank sync page diff --git a/upcoming-release-notes/6824.md b/upcoming-release-notes/6824.md deleted file mode 100644 index effdb8cdcb..0000000000 --- a/upcoming-release-notes/6824.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfixes -authors: [matt-fidd] ---- - -Fix reconciliation when experimental currency support is enabled diff --git a/upcoming-release-notes/6825.md b/upcoming-release-notes/6825.md deleted file mode 100644 index 608e9d676b..0000000000 --- a/upcoming-release-notes/6825.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfixes -authors: [aelxxs] ---- - -Fix bank sync table borders.