[PR #7744] [CLOSED] [WIP] v26.5.1 #65297

Closed
opened 2026-05-11 22:28:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7744
Author: @MatissJanis
Created: 5/7/2026
Status: Closed

Base: masterHead: release/v26.5.1


📝 Commits (10+)

  • 9beeae5 🔖 (26.5.0)
  • a5e80ed fix release note generation script (#7635)
  • c02e308 fix cherrypicked commits not being respected and lint race in release note generation workflow (#7640)
  • b5d59c7 fix lint (#7643)
  • 8636591 Generate release notes for v26.5.0
  • da522f3 add release note highlights
  • 05efe9c Fix Sankey income bug, when payee it not set (#7632)
  • 4926cd5 Generate release notes for v26.5.0
  • 46ba63f increase test coverage for budget templates (#7620)
  • 7b0460d fix infinite loop when remainder is impossible to solve (#7623)

📊 Changes

207 files changed (+2638 additions, -1095 deletions)

View changed files

📝 .github/actions/docs-spelling/excludes.txt (+9 -8)
📝 .github/actions/docs-spelling/expect.txt (+10 -0)
📝 .github/actions/release-notes/generate/action.yml (+1 -1)
📝 .oxlintrc.json (+5 -0)
📝 packages/api/package.json (+3 -2)
📝 packages/ci-actions/bin/release-notes-generate.mjs (+107 -24)
📝 packages/cli/package.json (+1 -1)
📝 packages/crdt/package.json (+2 -1)
📝 packages/crdt/src/crdt/timestamp.ts (+2 -1)
📝 packages/desktop-client/package.json (+2 -1)
📝 packages/desktop-client/src/accounts/mutations.ts (+2 -1)
📝 packages/desktop-client/src/browser-preload.js (+63 -9)
📝 packages/desktop-client/src/budget/mutations.ts (+2 -1)
📝 packages/desktop-client/src/components/accounts/Account.tsx (+2 -1)
📝 packages/desktop-client/src/components/reports/spreadsheets/sankey-spreadsheet.ts (+10 -3)
📝 packages/desktop-client/src/components/rules/RuleEditor.tsx (+10 -11)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.test.tsx (+2 -1)
📝 packages/desktop-client/src/notifications/notificationsSlice.ts (+3 -2)
📝 packages/desktop-client/src/payees/mutations.ts (+2 -1)
📝 packages/desktop-client/src/reports/mutations.ts (+2 -1)

...and 80 more files

📄 Description

TBD


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/7744 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 5/7/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `release/v26.5.1` --- ### 📝 Commits (10+) - [`9beeae5`](https://github.com/actualbudget/actual/commit/9beeae54e0b74c25b6a0ffca06921fa9fbbe92ea) 🔖 (26.5.0) - [`a5e80ed`](https://github.com/actualbudget/actual/commit/a5e80edd32f132de903694e6a350e98ce75767cf) fix release note generation script (#7635) - [`c02e308`](https://github.com/actualbudget/actual/commit/c02e308739452f760d0cb54386da5fbc36bdf3e7) fix cherrypicked commits not being respected and lint race in release note generation workflow (#7640) - [`b5d59c7`](https://github.com/actualbudget/actual/commit/b5d59c7428234e1ae9139f9e7c73a44ef350754b) fix lint (#7643) - [`8636591`](https://github.com/actualbudget/actual/commit/8636591ddff82bba3a1642b492a7dc77929ae39a) Generate release notes for v26.5.0 - [`da522f3`](https://github.com/actualbudget/actual/commit/da522f3e3e363dd47ebbc743d94e74eb5a00d53a) add release note highlights - [`05efe9c`](https://github.com/actualbudget/actual/commit/05efe9ceee490f3a5a3e9d30795744e0deb22102) Fix Sankey income bug, when payee it not set (#7632) - [`4926cd5`](https://github.com/actualbudget/actual/commit/4926cd5d76e303243787edc96583bc2af9331498) Generate release notes for v26.5.0 - [`46ba63f`](https://github.com/actualbudget/actual/commit/46ba63f3702f9ef56dcc1d15bbb4d770657805bf) increase test coverage for budget templates (#7620) - [`7b0460d`](https://github.com/actualbudget/actual/commit/7b0460d7e9787a831adc3d4fcc36124836145e0e) fix infinite loop when remainder is impossible to solve (#7623) ### 📊 Changes **207 files changed** (+2638 additions, -1095 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/docs-spelling/excludes.txt` (+9 -8) 📝 `.github/actions/docs-spelling/expect.txt` (+10 -0) 📝 `.github/actions/release-notes/generate/action.yml` (+1 -1) 📝 `.oxlintrc.json` (+5 -0) 📝 `packages/api/package.json` (+3 -2) 📝 `packages/ci-actions/bin/release-notes-generate.mjs` (+107 -24) 📝 `packages/cli/package.json` (+1 -1) 📝 `packages/crdt/package.json` (+2 -1) 📝 `packages/crdt/src/crdt/timestamp.ts` (+2 -1) 📝 `packages/desktop-client/package.json` (+2 -1) 📝 `packages/desktop-client/src/accounts/mutations.ts` (+2 -1) 📝 `packages/desktop-client/src/browser-preload.js` (+63 -9) 📝 `packages/desktop-client/src/budget/mutations.ts` (+2 -1) 📝 `packages/desktop-client/src/components/accounts/Account.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/reports/spreadsheets/sankey-spreadsheet.ts` (+10 -3) 📝 `packages/desktop-client/src/components/rules/RuleEditor.tsx` (+10 -11) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.test.tsx` (+2 -1) 📝 `packages/desktop-client/src/notifications/notificationsSlice.ts` (+3 -2) 📝 `packages/desktop-client/src/payees/mutations.ts` (+2 -1) 📝 `packages/desktop-client/src/reports/mutations.ts` (+2 -1) _...and 80 more files_ </details> ### 📄 Description TBD --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-11 22:28:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#65297