Compare commits

...

7 Commits

Author SHA1 Message Date
github-actions[bot]
102f80eecd Remove used release notes 2025-11-27 10:08:24 +00:00
Matt Fiddaman
3b91151388 Merge branch 'master' into prerelease 2025-11-27 10:07:35 +00:00
github-actions[bot]
21da11df12 Remove used release notes 2025-11-26 14:12:54 +00:00
gopstr
31509d3629 Add Belarusian Ruble currency (#6252)
* Add Belarusian Ruble currency

* Fix upcoming release notes filename

---------

Co-authored-by: pstribuk <pstribuk@ibagroup.eu>
2025-11-26 14:12:54 +00:00
Matt Fiddaman
ab3d5bc92a add prerelease notes 2025-11-26 14:12:54 +00:00
github-actions[bot]
ae91d7fb55 Remove used release notes 2025-11-26 14:01:45 +00:00
Matt Fiddaman
d1510cb91a generate release notes 2025-11-26 13:57:45 +00:00
90 changed files with 102 additions and 541 deletions

View File

@@ -28,9 +28,5 @@ jobs:
else
echo "only_docs=false" >> $GITHUB_OUTPUT
fi
- name: Check release notes
if: startsWith(github.head_ref, 'release/') == false && steps.changed-files.outputs.only_docs != 'true'
uses: actualbudget/actions/release-notes/check@main
- name: Generate release notes
if: startsWith(github.head_ref, 'release/') == true
uses: actualbudget/actions/release-notes/generate@main

View File

@@ -1,5 +1,107 @@
# Release Notes
## Prerelease 25.12.0
**Docker tag: edge**
#### Features
- [#5554](https://github.com/actualbudget/actual/pull/5554) Add a Crossover Report for tracking progress towards financial independence. — thanks @sjones512
- [#5955](https://github.com/actualbudget/actual/pull/5955) Adds currency support to templates and goals — thanks @misu-dev
- [#6050](https://github.com/actualbudget/actual/pull/6050) Allow prefilling input fields on mobile new transaction page via HTTP GET parameters — thanks @diktomat
- [#6065](https://github.com/actualbudget/actual/pull/6065) Add prompt to convert future transactions to single time schedules — thanks @matt-fidd
- [#6195](https://github.com/actualbudget/actual/pull/6195) Adds Malaysian Ringgit (MYR) currency — thanks @voidranjer
#### Enhancements
- [#5513](https://github.com/actualbudget/actual/pull/5513) Add back mobile running balance functionality — thanks @youngcw & @joel-jeremy
- [#5874](https://github.com/actualbudget/actual/pull/5874) Mobile payees: add edit payee functionality — thanks @MatissJanis
- [#5879](https://github.com/actualbudget/actual/pull/5879) Add support for trimming footer lines in CSV imports — thanks @StephenBrown2
- [#5984](https://github.com/actualbudget/actual/pull/5984) Make bank sync account linking modal mobile responsive — thanks @matt-fidd
- [#5988](https://github.com/actualbudget/actual/pull/5988) Allow entering amount when covering overspent/overbudgeted — thanks @joel-jeremy
- [#6037](https://github.com/actualbudget/actual/pull/6037) Add CTRL/CMD + Enter as keyboard shortcut to only add single transaction — thanks @matt-fidd
- [#6045](https://github.com/actualbudget/actual/pull/6045) Add tilde(~) separator to CSV parser — thanks @ishanjain28
- [#6054](https://github.com/actualbudget/actual/pull/6054) Auto-select country in GoCardless bank sync based on browser timezone and locale — thanks @henricook
- [#6084](https://github.com/actualbudget/actual/pull/6084) Add support for GTQ and DKK currencies — thanks @Charlisim
- [#6090](https://github.com/actualbudget/actual/pull/6090) Add "Force reload app" button to Advanced settings section to clear cached app version and load a fresh one — thanks @MatissJanis
- [#6092](https://github.com/actualbudget/actual/pull/6092) Custom reports now include hidden categories and uncategorized transactions by default — thanks @MatissJanis
- [#6110](https://github.com/actualbudget/actual/pull/6110) Allow categories to be added via a plus button in the group header — thanks @NikxDa
- [#6115](https://github.com/actualbudget/actual/pull/6115) Add COP (Colombian Peso) to Currencies — thanks @brasilikum
- [#6173](https://github.com/actualbudget/actual/pull/6173) Adds IDR currency — thanks @misu-dev
- [#6178](https://github.com/actualbudget/actual/pull/6178) Improve schedule edit form responsitivity for mobile support (soon) — thanks @MatissJanis
- [#6204](https://github.com/actualbudget/actual/pull/6204) Enhance the PWA icon to be in line with desktop — thanks @MikesGlitch
- [#6220](https://github.com/actualbudget/actual/pull/6220) Changes and clarifies wording of "Done reconciling" button to "Lock transactions" when _All reconciled!_ or "Exit reconciliation if leaving unbalanced. — thanks @Juulz & @matt-fidd
- [#6252](https://github.com/actualbudget/actual/pull/6252) Add Belarusian Ruble currency — thanks @gopstr
#### Bugfix
- [#5811](https://github.com/actualbudget/actual/pull/5811) Fix automations not saving on modal close — thanks @jfdoming
- [#5946](https://github.com/actualbudget/actual/pull/5946) Removes dollar symbol from template string examples. — thanks @stefanedwards
- [#6000](https://github.com/actualbudget/actual/pull/6000) Prevent duplicate filters from being applied — thanks @parapsychic
- [#6025](https://github.com/actualbudget/actual/pull/6025) Fix scheduled transfers not linking when payee account is imported first — thanks @MatissJanis
- [#6042](https://github.com/actualbudget/actual/pull/6042) Include the current week in Net Worth report when viewing by Weekly interval. — thanks @Jayant-Jeet
- [#6046](https://github.com/actualbudget/actual/pull/6046) Prevent notes input field from clearing when action.op is changed — thanks @ishanjain28
- [#6061](https://github.com/actualbudget/actual/pull/6061) fix: openId.issuer config not loading from env vars — thanks @lwschan
- [#6067](https://github.com/actualbudget/actual/pull/6067) Fix mac desktop app hotkeys — thanks @MikesGlitch
- [#6077](https://github.com/actualbudget/actual/pull/6077) Fix failing import of removed Stack component — thanks @matt-fidd
- [#6079](https://github.com/actualbudget/actual/pull/6079) Fix GitHub workflows in the compare sizes action — thanks @matt-fidd
- [#6082](https://github.com/actualbudget/actual/pull/6082) Prefer the incoming transaction's cleared status when importing from file/bank sync — thanks @Brostash
- [#6086](https://github.com/actualbudget/actual/pull/6086) Fix style issues after Stack migration — thanks @jfdoming
- [#6094](https://github.com/actualbudget/actual/pull/6094) Disabled fontSizeChanged to prevent undo stack exceeding limit after dashboard reset — thanks @pyfisssh
- [#6098](https://github.com/actualbudget/actual/pull/6098) Fix mobile layout to ensure full-width rendering for BankSyncCheckboxOptions component. — thanks @MatissJanis
- [#6100](https://github.com/actualbudget/actual/pull/6100) Prevent the settings page from overflowing horizontally on mobile — thanks @MatissJanis
- [#6119](https://github.com/actualbudget/actual/pull/6119) ForceReload: change web update logic from .reload() to .applyAppUpdate() — thanks @MatissJanis
- [#6130](https://github.com/actualbudget/actual/pull/6130) Fix OpenID token expiration to correctly use seconds from config — thanks @dnitros
- [#6145](https://github.com/actualbudget/actual/pull/6145) On iOS 26 Safari, date inputs could render taller than expected. This has been fixed by disabling native appearance to enforce consistent box-sizing. — thanks @pyfisssh
- [#6162](https://github.com/actualbudget/actual/pull/6162) Force reload: update logic for service worker data refresh — thanks @MatissJanis
- [#6169](https://github.com/actualbudget/actual/pull/6169) Fix rare schedules page crash — thanks @matt-fidd
- [#6175](https://github.com/actualbudget/actual/pull/6175) Fix rule page crashing when many actions added — thanks @MatissJanis
- [#6194](https://github.com/actualbudget/actual/pull/6194) Prevent reports from rerendering when re-entering the viewport — thanks @matt-fidd
- [#6198](https://github.com/actualbudget/actual/pull/6198) Fixes the balance rule action templating variable for uncategorised transactions — thanks @sys044
- [#6200](https://github.com/actualbudget/actual/pull/6200) Change merge keyboard shortcut to "G" to prevent confusion with amount shortcut — thanks @matt-fidd
- [#6227](https://github.com/actualbudget/actual/pull/6227) Fix typechecker - update mismatched type — thanks @MatissJanis
- [#6241](https://github.com/actualbudget/actual/pull/6241) Fix mobile running balance on accounts with many transactions — thanks @youngcw
#### Maintenance
- [#5795](https://github.com/actualbudget/actual/pull/5795) Re-implement useDisplayPayee to use context to minimize SQL queries — thanks @joel-jeremy
- [#5961](https://github.com/actualbudget/actual/pull/5961) Convert BudgetCategories component to TypeScript. — thanks @MatissJanis
- [#5976](https://github.com/actualbudget/actual/pull/5976) Convert GenericInput component to TypeScript with generic types — thanks @MatissJanis
- [#5997](https://github.com/actualbudget/actual/pull/5997) TypeScript: ported BudgetTable component to TS — thanks @MatissJanis
- [#5998](https://github.com/actualbudget/actual/pull/5998) TypeScript: moving TransactionEdit component to TS — thanks @MatissJanis
- [#6014](https://github.com/actualbudget/actual/pull/6014) Bump GitHub action versions — thanks @matt-fidd
- [#6022](https://github.com/actualbudget/actual/pull/6022) Update types for budget table components + new hooks to reduce prop drilling — thanks @joel-jeremy
- [#6026](https://github.com/actualbudget/actual/pull/6026) TypeScript: make component-library strict ts compliant (almost) — thanks @MatissJanis
- [#6029](https://github.com/actualbudget/actual/pull/6029) Merge documentation into the main repository — thanks @matt-fidd
- [#6039](https://github.com/actualbudget/actual/pull/6039) Refactored all `Stack` component usages to `SpaceBetween` component across the codebase for better consistency and simplified API. — thanks @MatissJanis
- [#6060](https://github.com/actualbudget/actual/pull/6060) Upgrade vitest to v4 — thanks @matt-fidd
- [#6076](https://github.com/actualbudget/actual/pull/6076) Add 512x512 image to icns file for Linux and Mac Icons — thanks @MikesGlitch
- [#6085](https://github.com/actualbudget/actual/pull/6085) Remove unneeded property from Flathub app info description — thanks @MikesGlitch
- [#6091](https://github.com/actualbudget/actual/pull/6091) TypeScript: refactor FiltersMenu to TS — thanks @MatissJanis
- [#6095](https://github.com/actualbudget/actual/pull/6095) Initial cleanup following the docs repository merge — thanks @matt-fidd
- [#6101](https://github.com/actualbudget/actual/pull/6101) Update bundle size stats and comparison to run in one workflow and summarize in a single PR comment. — thanks @MatissJanis
- [#6109](https://github.com/actualbudget/actual/pull/6109) API: add missing TypeScript types — thanks @MatissJanis
- [#6114](https://github.com/actualbudget/actual/pull/6114) Fix broken GitHub Action version resolutions — thanks @matt-fidd
- [#6121](https://github.com/actualbudget/actual/pull/6121) TypeScript: make vite config files strict TS compliant — thanks @MatissJanis
- [#6122](https://github.com/actualbudget/actual/pull/6122) Remove release note check for documentation changes — thanks @matt-fidd
- [#6125](https://github.com/actualbudget/actual/pull/6125) Fix error in feature request workflow — thanks @matt-fidd
- [#6126](https://github.com/actualbudget/actual/pull/6126) Fix VRT workflow artifact download — thanks @matt-fidd
- [#6127](https://github.com/actualbudget/actual/pull/6127) Amend the contributor points calculation logic to handle the docs merge — thanks @matt-fidd
- [#6138](https://github.com/actualbudget/actual/pull/6138) Change terminology used in points counting script — thanks @matt-fidd
- [#6148](https://github.com/actualbudget/actual/pull/6148) Update feedback link for experimental crossover report — thanks @tabedzki
- [#6150](https://github.com/actualbudget/actual/pull/6150) Extract schedules form into a separate component — thanks @MatissJanis
- [#6152](https://github.com/actualbudget/actual/pull/6152) Fix bundle stats comment - broken markdown in some places — thanks @MatissJanis
- [#6159](https://github.com/actualbudget/actual/pull/6159) Bump various dependencies — thanks @matt-fidd
- [#6174](https://github.com/actualbudget/actual/pull/6174) Bump js-yaml from 3.14.1 to 3.14.2 — thanks @MatissJanis
- [#6193](https://github.com/actualbudget/actual/pull/6193) Fix flaky charts VRT tests — thanks @matt-fidd
- [#6208](https://github.com/actualbudget/actual/pull/6208) Stabilize VRT tests for cashflow report — thanks @MatissJanis
- [#6216](https://github.com/actualbudget/actual/pull/6216) Exclude test files from build artifacts in TypeScript configuration for two packages. — thanks @MatissJanis
- [#6217](https://github.com/actualbudget/actual/pull/6217) Revert changes to Merkle test, restoring previous key ordering and helper function usage. — thanks @MatissJanis
- [#6230](https://github.com/actualbudget/actual/pull/6230) Remove automated PR maintainer assignment workflow and script for comments and reviews. — thanks @MatissJanis
- [#6231](https://github.com/actualbudget/actual/pull/6231) Updating the release notes workflow to not run when docs related config have changed — thanks @MikesGlitch
- [#6242](https://github.com/actualbudget/actual/pull/6242) Add a wokflow for building a nightly signed desktop app — thanks @MikesGlitch
- [#6246](https://github.com/actualbudget/actual/pull/6246) Nightly & PR builds now provide individual desktop app installers for smaller, faster downloads. — thanks @MikesGlitch
## 25.11.0
Release date: 2025-11-03

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [youngcw,joel-jeremy]
---
Add back mobile running balance functionality

View File

@@ -1,6 +0,0 @@
---
category: Features
authors: [sjones512]
---
Add a Crossover Report for tracking progress towards financial independence.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [joel-jeremy]
---
Re-implement useDisplayPayee to use context to minimize SQL queries

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [jfdoming]
---
Fix automations not saving on modal close

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [MatissJanis]
---
Mobile payees: add edit payee functionality

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [StephenBrown2]
---
Add support for trimming footer lines in CSV imports

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [stefanedwards]
---
Removes dollar symbol from template string examples.

View File

@@ -1,6 +0,0 @@
---
category: Features
authors: [misu-dev]
---
Adds currency support to templates and goals

View File

@@ -1,7 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Convert BudgetCategories component to TypeScript.

View File

@@ -1,7 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Convert GenericInput component to TypeScript with generic types

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [matt-fidd]
---
Make bank sync account linking modal mobile responsive

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [joel-jeremy]
---
Allow entering amount when covering overspent/overbudgeted

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
TypeScript: ported BudgetTable component to TS

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
TypeScript: moving TransactionEdit component to TS

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [parapsychic]
---
Prevent duplicate filters from being applied

View File

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

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [joel-jeremy]
---
Update types for budget table components + new hooks to reduce prop drilling

View File

@@ -1,7 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Fix scheduled transfers not linking when payee account is imported first

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
TypeScript: make component-library strict ts compliant (almost)

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [matt-fidd]
---
Merge documentation into the main repository

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [matt-fidd]
---
Add CTRL/CMD + Enter as keyboard shortcut to only add single transaction

View File

@@ -1,7 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Refactored all `Stack` component usages to `SpaceBetween` component across the codebase for better consistency and simplified API.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [Jayant-Jeet]
---
Include the current week in Net Worth report when viewing by Weekly interval.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [ishanjain28]
---
Add tilde(~) separator to CSV parser

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [ishanjain28]
---
Prevent notes input field from clearing when action.op is changed

View File

@@ -1,6 +0,0 @@
---
category: Features
authors: [diktomat]
---
Allow prefilling input fields on mobile new transaction page via HTTP GET parameters

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [henricook]
---
Auto-select country in GoCardless bank sync based on browser timezone and locale

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [matt-fidd]
---
Upgrade vitest to v4

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [lwschan]
---
fix: openId.issuer config not loading from env vars

View File

@@ -1,6 +0,0 @@
---
category: Features
authors: [matt-fidd]
---
Add prompt to convert future transactions to single time schedules

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MikesGlitch]
---
Fix mac desktop app hotkeys

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MikesGlitch]
---
Add 512x512 image to icns file for Linux and Mac Icons

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [matt-fidd]
---
Fix failing import of removed Stack component

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [matt-fidd]
---
Fix GitHub workflows in the compare sizes action

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [Brostash]
---
Prefer the incoming transaction's cleared status when importing from file/bank sync

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [Charlisim]
---
Add support for GTQ and DKK currencies

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MikesGlitch]
---
Remove unneeded property from Flathub app info description

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [jfdoming]
---
Fix style issues after Stack migration

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [MatissJanis]
---
Add "Force reload app" button to Advanced settings section to clear cached app version and load a fresh one

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
TypeScript: refactor FiltersMenu to TS

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [MatissJanis]
---
Custom reports now include hidden categories and uncategorized transactions by default

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [pyfisssh]
---
Disabled fontSizeChanged to prevent undo stack exceeding limit after dashboard reset

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [matt-fidd]
---
Initial cleanup following the docs repository merge

View File

@@ -1,7 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Fix mobile layout to ensure full-width rendering for BankSyncCheckboxOptions component.

View File

@@ -1,7 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Prevent the settings page from overflowing horizontally on mobile

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Update bundle size stats and comparison to run in one workflow and summarize in a single PR comment.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
API: add missing TypeScript types

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [NikxDa]
---
Allow categories to be added via a plus button in the group header

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [matt-fidd]
---
Fix broken GitHub Action version resolutions

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [brasilikum]
---
Add COP (Colombian Peso) to Currencies

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
ForceReload: change web update logic from .reload() to .applyAppUpdate()

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
TypeScript: make vite config files strict TS compliant

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [matt-fidd]
---
Remove release note check for documentation changes

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [matt-fidd]
---
Fix error in feature request workflow

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [matt-fidd]
---
Fix VRT workflow artifact download

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [matt-fidd]
---
Amend the contributor points calculation logic to handle the docs merge

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [dnitros]
---
Fix OpenID token expiration to correctly use seconds from config

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [matt-fidd]
---
Change terminology used in points counting script

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [pyfisssh]
---
On iOS 26 Safari, <input type="date"> could render taller than expected. This has been fixed by disabling native appearance to enforce consistent box-sizing.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [tabedzki]
---
Update feedback link for experimental crossover report

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Extract schedules form into a separate component

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Fix bundle stats comment - broken markdown in some places

View File

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

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Force reload: update logic for service worker data refresh

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [matt-fidd]
---
Fix rare schedules page crash

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [misu-dev]
---
Adds IDR currency

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Bump js-yaml from 3.14.1 to 3.14.2

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Fix rule page crashing when many actions added

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [MatissJanis]
---
Improve schedule edit form responsitivity for mobile support (soon)

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [matt-fidd]
---
Fix flaky charts VRT tests

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [matt-fidd]
---
Prevent reports from rerendering when re-entering the viewport

View File

@@ -1,6 +0,0 @@
---
category: Features
authors: [voidranjer]
---
Adds Malaysian Ringgit (MYR) currency

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [sys044]
---
Fixes the balance rule action templating variable for uncategorised transactions

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [matt-fidd]
---
Change merge keyboard shortcut to "G" to prevent confusion with amount shortcut

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [MikesGlitch]
---
Enhance the PWA icon to be in line with desktop

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Stabilize VRT tests for cashflow report

View File

@@ -1,7 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Exclude test files from build artifacts in TypeScript configuration for two packages.

View File

@@ -1,7 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Revert changes to Merkle test, restoring previous key ordering and helper function usage.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [Juulz, matt-fidd]
---
Changes and clarifies wording of "Done reconciling" button to "Lock transactions" when _All reconciled!_ or "Exit reconciliation if leaving unbalanced.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Fix typechecker - update mismatched type

View File

@@ -1,7 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Remove automated PR maintainer assignment workflow and script for comments and reviews.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MikesGlitch]
---
Updating the release notes workflow to not run when docs related config have changed

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [youngcw]
---
Fix mobile running balance on accounts with many transactions

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MikesGlitch]
---
Add a wokflow for building a nightly signed desktop app

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MikesGlitch]
---
Nightly & PR builds now provide individual desktop app installers for smaller, faster downloads.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [gopstr]
---
Add Belarusian Ruble currency

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [matt-fidd]
---
Bump `node-forge` to 1.3.2

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [Juulz]
---
Add left margin to separator between "Average" and "Filter" buttons in Spending report.