Compare commits

...

5 Commits

Author SHA1 Message Date
Matt Fiddaman
225ab54911 prerelease notes 2026-01-24 18:05:11 +00:00
github-actions[bot]
96216cfc4d Remove used release notes 2026-01-24 15:38:59 +00:00
github-actions[bot]
227e058734 Add release notes for PR #6769 2026-01-24 16:38:24 +01:00
github-actions[bot]
3dc778ffed Remove used release notes 2026-01-24 15:35:51 +00:00
matt-fidd
1e45efb786 🔖 (26.2.0-pre) 2026-01-24 15:35:13 +00:00
115 changed files with 139 additions and 664 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@actual-app/api",
"version": "26.1.0",
"version": "26.2.0-pre",
"description": "An API for Actual",
"license": "MIT",
"files": [

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "desktop-electron",
"version": "26.1.0",
"version": "26.2.0-pre",
"description": "A simple and powerful personal finance system",
"author": "Actual",
"main": "build/desktop-electron/index.js",

View File

@@ -0,0 +1,135 @@
---
title: Release 26.2.0-pre
description: New pre release of Actual.
date: 2026-01-24T10:00
slug: release-26.2.0-pre
tags: [announcement, release]
hide_table_of_contents: false
authors: MatissJanis
---
<!--truncate-->
**Docker Tag: edge**
#### Features
- [#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
- [#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
#### 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
#### 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

View File

@@ -1,6 +1,6 @@
{
"name": "@actual-app/sync-server",
"version": "26.1.0",
"version": "26.2.0-pre",
"description": "actual syncing server",
"license": "MIT",
"bin": {

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [lelemm]
---
Add server preferences for improved user settings consistency across devices.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [matt8100]
---
Add find and replace (with RegEx support) mode when editing transaction notes

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [jonner]
---
Allow user to adjust target income in crossover report

View File

@@ -1,6 +0,0 @@
---
category: Features
authors: [Durbatuluk1701]
---
Add multiple tabs/pages to "Reports" allowing for different widget layouts per page

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [StephenBrown2]
---
Migrate Inter font from inter-ui to @fontsource-variable/inter

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [StephenBrown2]
---
Fixes redacted content to work with currency symbols

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [Juulz]
---
Tags: add light colors to tag color picker, update tag hover depending on tag background brightness

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [diepala]
---
Avoid truncating numbers in budgeted column by collapsing the dropdown arrow.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
lint: create new custom rules for eslint rules that are not in oxlint

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [MatthiasBenaets]
---
Proper formatting of the Formula Card

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [Faizanq]
---
Fix month filter edit popup showing date in wrong format for non-default date formats.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [skliaruk]
---
Prevent renaming category groups to existing names.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [skliaruk]
---
Unsplit transaction without losing parent's transaction information (amount, notes, etc.)

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
test: add mobile payees page unit test

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Add token-based authentication to GitHub Actions for PR creation and release notes generation.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [jfdoming]
---
Disable some CI workflows in forks

View File

@@ -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.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Disable coderabbit generated PR summaries

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [copilot]
---
Fix fatal error on budget page load when using tracking budget type

View File

@@ -1,6 +0,0 @@
---
category: Features
authors: [BCNelson]
---
Add session token authentication option to API initialization, enhancing authentication flexibility.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [kivikakk]
---
Sort import preview transactions by (parsed) date, descending

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MikesGlitch]
---
Fix electron workflow job ordering for calculating hashes for flathub release.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MikesGlitch]
---
Fix electron master publish to flathub caused by hashes calculation

View File

@@ -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.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [FictionFics]
---
Move saved filters to end of dropdown with separator

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [FictionFics]
---
Remove responsive prop from StackedBarGraph to prevent infinite loop

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [joel-jeremy]
---
Update category schedule indicator to honor the upcoming days length setting

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Upgrade oxlint and oxfmt dependencies, improve accessibility, and fix JSON formatting issues.

View File

@@ -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

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [youngcw]
---
Fix refill templates not handling negative carryover properly

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [majiayu000]
---
Fix crash when changing Notes filter to "one of" or "not one of" operation

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [majiayu000]
---
Skip schedule prompt when editing transaction already linked to a schedule

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [skliaruk]
---
Closes the popover on second Escape press once autocomplete options are closed.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [skliaruk]
---
Fix autoDecimal behaviour based on hideFraction preference

View File

@@ -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.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [csenel]
---
Enable include current month option for last month

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Add merge_group trigger to e2e tests workflow for executing during merge queue events.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Update CodeRabbit configuration to include review workflow and labeling instructions.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [joelson-c]
---
Fix iOS keyboard suddenly hiding while editing budget amounts

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Remove ESLint, migrate to oxlint, and enforce new import sorting rules across files.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [jonner]
---
Add new projection types to crossover point report

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Add custom checks to CodeRabbit configuration for settings evaluation, linting, and typecheck enforcement.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MikesGlitch]
---
Switch flathub validation to flatpak-builder-lint for metainfo validations

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [RMcGhee]
---
Fix payee filter functionality to improve transaction filtering in the application.

View File

@@ -1,6 +0,0 @@
---
category: Features
authors: [mnil]
---
Creates an option for a stacked line graph in the net worth card.

View File

@@ -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.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [youngcw]
---
Fix schedule template regressions where categories are being underbudgeted and to improve functionality and user experience.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MikesGlitch]
---
Update flathub screenshots to better comply with quality guidelines

View File

@@ -1,6 +0,0 @@
---
category: Features
authors: [MatissJanis]
---
Ability to install custom color themes

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [Copilot]
---
Update job trigger for auto-generated release notes to improve automation and efficiency.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [RMcGhee]
---
Remove url check that throws error in development

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Remove the force reload feature from the application settings.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [Juulz]
---
Copy hex color definitions from colors.ts (oldColors) into palette.ts

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
lint: patch some low-hanging fruit lint violations

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [jonner]
---
Remove obsolete help text after removing linear trend from crossover report

View File

@@ -1,6 +0,0 @@
---
category: Features
authors: [jonner]
---
Add the ability to specify expected contributions to the crossover point report.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [Copilot]
---
Fix lint warnings in generated release notes for improved clarity and consistency.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
lint: patch some no-empty-function violations

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [matt-fidd]
---
Add FIXED to EXCEL functions

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [matt-fidd]
---
Update baseline browser mapping

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [matt-fidd]
---
Bump various dependencies

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Add GitHub workflow to automatically welcome contributors of forked pull requests.

View File

@@ -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.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [matt-fidd]
---
Give contributor points for marking issues as duplicates

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [matt-fidd]
---
Apply tabular number styles more consistently

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [Juulz]
---
Add missing theme color variable `sidebarBudgetName`.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
lint: patch some react oxlint violations

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [Copilot]
---
Fix reports link highlighting issue in the sidebar for improved user navigation.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
LLM: add code review guidelines

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [matt-fidd]
---
Use consistent colours on the reports page

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [matt-fidd]
---
Fix inaccuracies in net payment/deposit calculations

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [matt-fidd]
---
Post bundle size comparison comment in the PR body instead

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
lint: fix various a11y issues

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
lint: sort named imports

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [MatissJanis]
---
Themes: async fetch the theme catalog

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [MikesGlitch]
---
Add Black Gold custom theme to theme catalog

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [MatissJanis]
---
Themes: improved error handling and more themes in the catalog.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [jfdoming]
---
Correct capitalization of "Flathub" in documentation and spelling expectations, removing duplicates.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [jfdoming]
---
Run `yarn dedupe` on the repository

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatthiasBenaets]
---
Limit custom css textarea to resize vertically

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [Juulz]
---
Add Simple Dark and Okabe Ito custom themes to theme catalog

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [aelxxs]
---
Adds consistent styling (border, border radius, background colors) to tables

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [Copilot]
---
Fix mobile Calendar crash by adding DisplayPayeeProvider context to TransactionListMobile component.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Reduce payees E2E test flakiness.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [matt-fidd]
---
Bump electron versions

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [jfdoming]
---
Update release notes category from 'Bugfix' to 'Bugfixes' for consistency.

View File

@@ -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

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [matt-fidd]
---
Add separator between PR body and bundle statistics

View File

@@ -1,6 +0,0 @@
---
category: Bugfixes
authors: [matt-fidd]
---
Fix show completed schedules toggle being persisted

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [matt-fidd]
---
Upgrade various React dependencies

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
lint: upgrade oxlint & oxfmt

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
lint: enable oxfmt on the docs package

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [MatissJanis]
---
Themes: use color palette for preview instead of screenshots

View File

@@ -1,6 +0,0 @@
---
category: Bugfixes
authors: [MatissJanis]
---
Auth settings: handle server offline & no-server state

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Mobile: unify file-switching experience

Some files were not shown because too many files have changed in this diff Show More