lelemm
148d3759bf
Delete upcoming-release-notes/5174.md
2025-06-19 17:27:34 -03:00
Leandro Menezes
d480065924
trying to create a generic solution for this
2025-06-19 00:46:48 -03:00
autofix-ci[bot]
8bf59fe1e5
[autofix.ci] apply automated fixes
2025-06-15 23:40:34 +00:00
Leandro Menezes
24fd50ab3b
md
2025-06-15 20:39:16 -03:00
Leandro Menezes
dabad3258e
Restore navigation scroll
2025-06-15 20:36:47 -03:00
Matiss Janis Aboltins
100711ccfb
Fix bottom navbar overlaying content in mobile ( #5166 )
2025-06-14 20:55:14 +01:00
Matiss Janis Aboltins
7c9f3f241d
Added unit tests for CategorySelector and Change components ( #5118 )
2025-06-14 15:54:13 +01:00
Matiss Janis Aboltins
6509e80061
Update version notification message for Pikapods instances ( #5146 )
2025-06-14 14:54:46 +01:00
Matiss Janis Aboltins
fbd6989a18
Add GitHub workflow and script for counting monthly contributor points ( #5147 )
2025-06-14 13:18:40 +01:00
Rob Jackson
180431f9ed
Fix account properties being overriden with empty values from metadata ( #5115 )
...
My Monzo bank appears to return 'name' through the GoCardless getDetails and getMetadata calls, but the value in the getMetadata response is an empty string! Merging metadata values over detail values therefore risks losing values, that are useful to have & to present to the user.
To solve this, we can make getDetailedAccount smarter about merging the two objects. We could swap the object splattening around so details has priority over metadata, but I'm not at all confident there won't be other banks doing strange things with additional properties that might suffer similar bugs in the reverse scenario.
Instead, we loop through all keys in both objects and construct a new merged object, continuing to prioritise metadata over details but changing it to a truthy-based comparison (with the `||` operator).
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-06-14 08:03:59 -04:00
Matiss Janis Aboltins
d27d62b5fc
Add GitHub Actions workflow for automatic code formatting ( #5157 )
2025-06-14 11:34:08 +01:00
Matiss Janis Aboltins
b5f29ccb4a
✨ show account historical balance change in side-nav hover tooltip ( #5085 )
2025-06-13 20:07:16 +01:00
Matt Fiddaman
0a5acebeaf
use fallback linking parameters if initial GoCardless linking process fails ( #5150 )
2025-06-13 12:19:59 -04:00
Leandro Menezes
fa544d9c08
removed wrong md from master
2025-06-13 12:41:01 -03:00
github-actions[bot]
8976a59c3a
Add release notes for PR #5155
2025-06-13 12:34:15 -03:00
Elijah Olmos
9713d09603
feat: add command bar ( #5076 )
...
* deps(desktop-client): add cmdk
* feat(desktop-client): create and integrate CommandBar
* hover on selection
* Ctrl+K only opens, ESC closes
* add custom reports
* add navigation items to cmdk
* fix: mouse hovering can interfere with keyboard navigation
* reset search state when CommandBar closes
* revert import order changes
* deps(desktop-client): readd cmdk
* fix vite error
* add item icons
* move navigation items into their own section
* hide scrollbar and release notes
* style: run yarn lint:fix
* fix: infinite loop opening commandbar with active modal
* fix: infinite error loop bc focus conflicts
* fix: kebab case console warning
* chore: update yarn.lock
* refactor: use autoFocus prop
* feat: add i18next
* style: relocate eslint-disable comment
2025-06-13 09:41:16 +01:00
youngcw
814f4fe955
release context menus ( #5142 )
2025-06-11 14:59:24 -07:00
Michael Clark
dbe6b27d9f
:octocat: Prevent nightly npm packages publishing on push ( #5144 )
...
* prevent nightly npm packages publishing on push
* release ntoes
* Update upcoming-release-notes/5144.md
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
---------
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-06-11 22:54:18 +01:00
Michael Clark
31a7902a08
:octocat: Add workflow for publishing nightly npm packages ( #5047 )
...
* add workflow for publishing edge npm packages
* release notes
* alright mr rabbit
* never trust the wabbit
* changing tag to nightly as per maintainer feedback
* fix hotfix script version
* rename workflow
* wabbit
* exit process
* fix reference to package json
* variable scoping
* change nightly version number to yyyymmdd (#17 )
---------
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-06-11 21:37:54 +01:00
Matt Fiddaman
eb35b41c6d
fix preview transactions not showing on multi-account views ( #5135 )
2025-06-11 10:46:40 -04:00
Danish Joseph
a025d2b621
fix: bottom UI overlap with iOS Home Indicator ( #5121 )
2025-06-11 09:08:01 +01:00
Olicorne
d72140b8b6
add LCL to the list of bank with only 90 days of sync ( #5087 )
...
* add LCL to the list of bank with only 90 days of sync
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com >
* add missing release note
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com >
* Update upcoming-release-notes/5087.md
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
---------
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com >
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-06-10 14:04:46 -04:00
Olivier Kamers
254059d4c8
fix: ensure correct PR number is used for release notes file ( #5134 )
2025-06-10 11:25:09 -04:00
Olivier Kamers
92bc1e8ec9
fix: add missing 'enabled' in sentence. ( #5133 )
2025-06-10 12:59:40 +01:00
Matiss Janis Aboltins
b211b67f5e
Fix: Only sync off-budget accounts when syncing from off-budget page ( #5124 )
2025-06-08 19:30:06 +01:00
Olivier Kamers
a2abb2b2ae
Fix net worth graph gradient conflict ( #5129 )
...
* Fix net worth graph gradient conflict
Ensures that the net worth graph's gradient ID is unique to prevent conflicts when multiple graphs are rendered on the same page.
Fixes #3965
* Apply review suggestion
2025-06-08 14:03:59 -04:00
Olivier Kamers
3fab1be737
chore: replace snapshot-diff and jest with jest-diff ( #5127 )
...
Unlike the name suggests, jest-diff does not have a dependency on jest.
2025-06-08 14:00:33 -04:00
youngcw
bf9fbc5137
🐛 fix goal type templates ( #5120 )
...
* fix
* note
* fix test
2025-06-08 07:38:06 -07:00
youngcw
52eced1f21
🐛 group template apply ( #5112 )
...
* fix
* Update upcoming-release-notes/5112.md
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
---------
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-06-08 07:36:54 -07:00
Michael Clark
359af05cc4
🐳 Fix nightly Docker edge image ( #5123 )
...
* fix nightly docker edge test
* release notes
2025-06-07 15:54:52 +01:00
Matt Fiddaman
9f1a8f6d5c
⬆️ upgrade uuid from 9.0.1 -> 11.1.0 ( #5048 )
2025-06-07 01:02:35 -04:00
Matiss Janis Aboltins
b22d712b4f
fix: add missing dependency array to useEffect in SaveReportChoose.tsx ( #5044 ) ( #5111 )
2025-06-06 18:51:11 +01:00
Michael Clark
098cacd904
:electron: Guide user to the docs on the electron configure server page ( #5107 )
...
* add link to docs on configure server page
* release note
* release note
* bump
* Update VRT
* huh
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-06-06 10:48:01 +01:00
Matiss Janis Aboltins
127f114914
🔧 improving the needs-info stale issue management ( #5110 )
2025-06-05 23:08:51 +01:00
Matiss Janis Aboltins
b56e26ee56
🔧 auto close issues with inaactivity and 'needs info' label ( #5109 )
2025-06-05 22:45:20 +01:00
Matiss Janis Aboltins
cd6b141117
🔧 (eslint) patch no-restriced-imports rule ( #5081 )
2025-06-05 19:59:51 +01:00
Roger Goldfinger
cd15aded05
Add test that docker images are working ( #4952 )
...
* use build directory in dockerfiles
* add release notes
* add test
* Add test for cli, try to fix image test
* - fail
* try again
* try again to fail
* done testing
* Code review
* publish is unecessary
2025-06-05 10:31:56 -04:00
Baruch Odem (Rothkoff)
cac318255d
[Proposal] Enhance transaction import functionality with new Transaction type and type annotations ( #4720 )
...
* Enhance transaction import functionality with new Transaction type and type annotations
* release notes
* fixes for PR
* move transaction type as requested by @MatissJanis
* type importTransaction return value
---------
Co-authored-by: Matiss Janis Aboltins <matiss@mja.lv >
2025-06-05 10:31:29 -04:00
dependabot[bot]
6872dd235b
bump tar-fs from 2.1.2 to 2.1.3 ( #5084 )
...
* Bump tar-fs from 2.1.2 to 2.1.3
Bumps [tar-fs](https://github.com/mafintosh/tar-fs ) from 2.1.2 to 2.1.3.
- [Commits](https://github.com/mafintosh/tar-fs/commits )
---
updated-dependencies:
- dependency-name: tar-fs
dependency-version: 2.1.3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* note
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-06-05 10:30:09 -04:00
Will Garrison
649932b42f
[bugfix] Include split transactions in select-all ( #5086 )
...
* Include parent transactions in select-all when all of their children are selected
* Added release notes
* Fix release notes file name
* Make function return type explicit
2025-06-05 10:29:54 -04:00
Albert Pedersen
d372b71f36
Trim EndToEndID from the Danish Danske Bank branch ( #5101 )
...
* Trim EndToEndID from the Danish Danske Bank
* Add release note for PR #5101
---------
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-06-05 10:29:45 -04:00
youngcw
47cb5e1ecf
Add ability to auto hold funds for future months ( #4778 )
...
* add spreadsheet logic
* separate to own cell
* add selection cell
* fix selection
* added button
* arrow
* switches between the two hold options gracefully
* reset manual hold on apply auto hold
* working?
* fix
* lint
* better to budget menu logic
* type
* typing
* missing function pass
* some cleanup
* typecheck
* translation
* closer to good arrow
* lint
* prevent rollover arrow from clipping
* move to a menu; position is broken
* lint
* fix location
* lint
* standardize verbage
* right case
* fix import
* cleanup
* start of a mobile menu
* slightly better
* some cleanup
* lint
* Update packages/desktop-client/src/components/modals/EnvelopeIncomeBalanceMenuModal.tsx
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
* fix styling
* types
* Update packages/desktop-client/src/components/budget/envelope/BalanceMenu.tsx
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
* Apply suggestions from code review
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
---------
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-06-05 06:04:14 -07:00
github-actions[bot]
02c59d9a1c
🔖 (25.6.1) ( #5099 )
...
* 🔖 (25.6.1)
* Remove used release notes
---------
Co-authored-by: matt-fidd <81489167+matt-fidd@users.noreply.github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-04 18:13:40 -04:00
Matt Fiddaman
f9f6917fcd
update dockerfiles to use node 20 ( #5091 )
...
* update dockerfiles to use node 20
* note
2025-06-04 13:31:45 -04:00
Michael Clark
7441b5fa92
🐛 Fix server version on docker ( #5093 )
...
* fix server version on docker
* bit more safety
* fix lint
* release notes
* more error handling
2025-06-04 13:31:37 -04:00
Matt Fiddaman
bfb2d61286
fix crash when datepicker deselected with no date set ( #5095 )
...
* fix crash when datepicker not set
* note
2025-06-04 13:31:29 -04:00
github-actions[bot]
09b12b8218
🔖 (25.6.0) ( #5083 )
...
* 🔖 (25.6.0)
* Empty commit to bump CI
* Remove used release notes
* Empty commit to bump CI
---------
Co-authored-by: jfdoming <9922514+jfdoming@users.noreply.github.com >
Co-authored-by: Julian Dominguez-Schatz <julian.dominguezschatz@gmail.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-04 00:35:34 -04:00
Matiss Janis Aboltins
1c46655e30
🐛 (mobile) fix - show loading indicator if schedules not yet loaded ( #5080 )
2025-06-02 22:24:06 +01:00
dependabot[bot]
82329b7de2
Bump formidable from 2.1.2 to 2.1.5 ( #5075 )
...
* Bump formidable from 2.1.2 to 2.1.5
Bumps [formidable](https://github.com/node-formidable/formidable ) from 2.1.2 to 2.1.5.
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: formidable
dependency-version: 2.1.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* note
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-06-01 19:54:47 -04:00
Shimikito
a34c94d9fe
Add ING PL (ING_PL_INGBPLPW) to banks with limited history ( #5073 )
...
* Update bank-factory.js 90 days bank history
Add ING PL (ING_PL_INGBPLPW) to banks with limited history
* Adding a bank with limited history - alphabetical fix
adding alphabetical sorting
* note
---------
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-06-01 19:49:08 -04:00
Normen
ae6eed65f7
Add 'GLS Gemeinschaftsbank' to banks with limited history ( #5052 )
...
* chore: add GLS_GEMEINSCHAFTSBANK_GENODEM1GLS to BANKS_WITH_LIMITED_HISTORY
* chore: add release note
2025-06-01 19:48:14 -04:00
Matiss Janis Aboltins
53398624f3
🔧 added needs-triage label to all new bug issues ( #5070 )
2025-05-30 21:57:16 +01:00
Valentin Lorenzen
47ee6eeb51
enable GoCardless account selection if supported by the target institution ( #5031 )
...
* Update gocardless-service.js
* Allow account selection during requisition based on institution support
* lint
* note
---------
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-05-27 16:32:25 -04:00
Michael Süssemilch
6e3a337945
fix: save category expansion state when value is 0 ( #5069 )
2025-05-27 12:33:37 -07:00
Shreyas
d2d8ce2353
Fix: restrict electron-embedded sync server to bind only to configured hostname for security ( #5050 )
...
* comment sync server
* Fix: ensure electron-embedded sync server binds to localhost to limit access
* lint and release notes
* rename
* remove hostname config and revert docker yaml
2025-05-27 16:57:06 +01:00
Johnn27
7d38f6934d
🐛 Fix goals tooltip obstructing cover spending context menu ( #5051 )
...
* 🐛 Fix goals tooltip obstructing cover spending context menu
* Update release note
* Fix lint format
---------
Co-authored-by: Johnn27 <>
2025-05-24 09:23:34 -07:00
Matt Fiddaman
d4b09ecb27
fix "delete x users" translation string ( #5045 )
2025-05-22 20:18:47 -04:00
Matt Fiddaman
a508a8705c
⬆️ upgrade express from 4.21.2 -> 5.1.0 ( #5042 )
...
* upgrade express from 4.21.2 -> 5.1.0
* fix tests
* note
* fix wildcard route
* fix access of req.body when undefined
2025-05-22 16:21:57 -04:00
Matt Fiddaman
f3b2507516
⬆️ upgrade date-fns from v2.30.0 -> v4.1.0 ( #5041 )
2025-05-22 14:37:55 -04:00
Joel Jeremy Marquez
583ddab2ac
Use @desktop-client alias in all of desktop-client package ( #4960 )
...
* Use @desktop-client alias in all of desktop-client package
* Run yarn lint:fix
2025-05-22 09:01:05 -07:00
Joel Jeremy Marquez
1876ba9fe7
Update @actual-app/components/input to be based on react-aria-components Input component ( #4955 )
...
* Update @actual-app/components/input to use react-aria-components Input component
* Cleanup
* Dummy commit
* Remove marginRight being magically added by Stack component
* Update 4955.md
* Update selection background color to match current color
* Update selection background color
* Dummy commit
* Fix ConfigServer styles
* Fix lint error
* re-add accidentally removed placeholder fix
* vrt
---------
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-05-21 22:48:05 -07:00
Matt Fiddaman
4c15647f7f
⬆️ upgrade low risk dependencies to their newest minor version ( #5025 )
...
* vitest
* types
* eslint
* better-sqlite3
* pluggy-sdk
* globals
* google-protobuf
* fast-check
* chokidar
* i18next
* openid-client
* playwright
* lru-cache
* memfs
* redacted font
* sass
* @vitejs/plugin-basic-ssl
* re-resizable
* rollup-plugin-visualizer
* note
* update vrt screenshots
* vrt
2025-05-21 16:56:07 -04:00
Joel Jeremy Marquez
174e13b3fe
Fix category schedule indicators not showing up in budget page ( #5036 )
...
* Fix category schedule indicators not showing up in budget page
* Update release notes
2025-05-21 09:30:36 -07:00
Stein Petter Tokvam
2e9a752baa
if BankSyncError is caused by rate limit. display that in toast ( #5038 )
...
* if BankSyncError is caused by rate limit. display that in toast
* ran prettier
2025-05-21 12:08:22 -04:00
Joel Jeremy Marquez
83f6706020
Add types to budget template files and some cleanup ( #4986 )
...
* Add types to budget template files and some cleanup
* Rename test context
* Rename test name
* Rename goal-template to match other files
* Update imports
* Fix lint and typecheck errors
* Release notes
* Update release notes
* Rename templateContext
* Revert rename
* Redo rename
* Fix renamed file
* Fix null error
* Missed to ignore hidden categories
* Revert to forEach
* Fix priorities
* Update 4986.md
* Revert deleted file
* Coderabbit feedback
2025-05-21 08:54:38 -07:00
Matt Fiddaman
4dba95842a
⬆️ upgrade react dependencies to their newest minor version ( #5027 )
2025-05-20 13:46:20 -04:00
Matt Fiddaman
af499c6503
⬆️ upgrade babel/webpack dependencies to their newest minor version ( #5028 )
2025-05-20 13:45:45 -04:00
Julian Dominguez-Schatz
913a2c9a68
Automatically upload to the MS store on release ( #5034 )
...
* Update electron-master GitHub action to also submit to the MS store
* Add release notes
2025-05-19 23:23:46 -04:00
Matt Fiddaman
a4b0c4a0be
⬆️ upgrade electron dependencies to their newest minor version ( #5029 )
2025-05-19 17:34:12 -04:00
Jared Tweed
32a04cbbcb
Changed 'close file' to say 'switch file' so it is more clear that the … ( #4872 )
...
* Changed 'close file' to say 'exit file' so it is more clear that the file is not being deleted (#4852 )
Resolved this issue here:
https://github.com/actualbudget/actual/issues/4852#issue-3006813465
* chore(release): add release note for PR #4872
* Update BudgetName.tsx "Close file" -> "Switch file"
* Update 4872.md
* Changed 'Close budget' to 'Switch file' on mobile
* Update VRT
---------
Co-authored-by: youngcw <calebyoung94@gmail.com >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-05-19 10:29:47 -04:00
Matt Fiddaman
e950bbb1df
resolve loot-core peer dependency warnings ( #5024 )
...
* fix loot-core peer dependency issues
* note
* update @swc/core
2025-05-18 19:37:22 -04:00
Matt Fiddaman
188cd21cf1
⬆️ bump adm zip to 0.5.16 ( #5019 )
...
* bump adm-zip to 0.5.16
* note
* move to native yarn patch
2025-05-18 18:29:56 -04:00
Matt Fiddaman
f7a45d2081
⬆️ bump dependency patch versions ( #5015 )
...
* bump dependency patch versions
* note
* remove unused ts-expect-error directives
* downgrade adm-zip again
2025-05-18 16:50:32 -04:00
Matt Fiddaman
99768a9aae
⬆️ upgrade yarn from v4.7.0 to v4.9.1 ( #5014 )
...
* upgrade yarn from v4.7.0 to v4.9.1
* note
2025-05-18 14:22:37 -04:00
Matt Fiddaman
7dbb3404f1
⬆️ bump jq ( #5018 )
...
* bump jq
* note
2025-05-18 14:22:33 -04:00
Matt Fiddaman
ca09bbb858
remove dependency on ip ( #5017 )
...
* remove transitive dependency on ip
* note
2025-05-18 14:22:18 -04:00
Roger Goldfinger
0dca8498fe
Set yarn engine version ( #5011 )
...
* Set yarn engine version
* release notes
* more precise version
2025-05-18 00:34:01 -04:00
Joel Jeremy Marquez
b5ece8e221
Make InitialFocus component generic ( #5008 )
...
* Make InitialFocus component generic
* Fix lint error
2025-05-16 15:02:06 -07:00
Samuel Barnes
351e252129
Allow-return-to-trigger-default-actions ( #4912 )
...
* button being focused
* working
* tests
* text selection test
* allow for ref injection
* updated some of the usages
* release notes
* rename of prop
* docs
* fixed release note
* remove unnecessary test setup
* updated from comments
* removed selecttext references
* fix type error
* updated children type
* removed comment
2025-05-16 12:28:31 -07:00
Joel Jeremy Marquez
720d0fda6d
[Final PR] Move remaining loot-core/client files to desktop-client feature folders ( #4830 )
...
* Move loot-core/client/modals code over to desktop-client package
* Fix lint error
* Move loot-core/client/data-hooks over to desktop-client package
* Fix typecheck and lint errors
* Fix lint error
* [Final PR] Move remaining loot-core/client files to desktop-client feature folders
* Fix tests
* Clear server on each run
* Fix lint errors
* Fix imports
* Fix typecheck error
* Fix lint errors
* Fix typecheck error
* Fix test
* Fix tests - unsubscribe test pending fix
* Fix lint errors
* Fix typecheck error
* Fix lint error
* Fix tests
* Fix lint error
2025-05-16 10:42:06 -07:00
Joel Jeremy Marquez
fdf213865d
Move loot-core/client/data-hooks over to desktop-client package ( #4828 )
...
* Move loot-core/client/modals code over to desktop-client package
* Fix lint error
* Move loot-core/client/data-hooks over to desktop-client package
* Fix lint errors
* Fix typecheck error
* Fix typecheck and lint errors
* Fix typecheck error
* Fix lint error
2025-05-16 08:53:59 -07:00
Alec Bakholdin
b2ffa1d846
[WIP] Qif empty lines ( #5002 )
...
* fixed qif failing with empty lines
* release notes
---------
Co-authored-by: Alec Bakholdin <alecbakholdin@Alecs-Mac.local >
2025-05-16 11:45:46 -04:00
Alec Bakholdin
21fb090ddf
⚙️ Moving TransactionsTable and TransactionList over to Typescript ( #4930 )
...
* moved over some util functions
* moved over TransactionHeader
* Added the bulk of Transaction typing data
* moved PayeeCell into its own file
* moved StatusCell over
* added NotesCell file
* Moved over NewTransaction
* converted TransactionsTable
* Converted TransactionList to use new typed TransactionsTable
* Converted consumers of TransactionList to use TransactionList
* removed old TransactionsTable
* release notes
* fixed bug vrt found
* fixed one todo
* attempting to debug whatever is going on
* moved TransactionsTable tests up a directory and that fixes it for some reason
* removed type cast
* re-instated onScheduleAction types
* re-added old TransactionsTable.jsx file
* consolidated changes into just TransactionsTable
* deleted split files and finished moving over TransactionList
* typecheck
* typecheck
* yarn lint
* changed type casting to make it more specific
* changed warn to error
* added some todos to clean up type assumptions later
* yarn lint
---------
Co-authored-by: Alec Bakholdin <alecbakholdin@mac.myfiosgateway.com >
Co-authored-by: Alec Bakholdin <alecbakholdin@Alecs-Mac.local >
2025-05-16 06:15:07 -04:00
Joel Jeremy Marquez
c389c6c637
Move loot-core/client/store and loot-core/client/redux code over to desktop-client package ( #4827 )
...
* Move loot-core/client/modals code over to desktop-client package
* Fix lint error
* Move loot-core/client/store and loot-core/client/redux to desktop-client package
* Separate redux store into it's own file
* Import types from redux/store instead of redux
2025-05-15 13:09:10 -07:00
Joel Jeremy Marquez
7bb6aff756
Move loot-core/client/users code over to desktop-client package ( #4823 )
...
* Move loot-core/client/modals code over to desktop-client package
* Fix lint error
* Move loot-core/client/users code over to desktop-client package
* Fix lint errors
2025-05-15 12:45:20 -07:00
Joel Jeremy Marquez
3f4ddfdfe0
[Mobile] Fix category transactions screen not showing child transactions ( #4998 )
2025-05-15 11:38:50 -07:00
Joel Jeremy Marquez
7dd98c4f86
Add runningBalances to usePreviewTransactions and an option to set the starting balance to start running balance calculation from ( #4994 )
...
* Add runningBalances to usePreviewTransactions and an option to set the starting balance to start running balance calculation from
* Add filter to usePreviewTransactions and set startingBalance to account and category preview transaction hooks
2025-05-15 11:31:38 -07:00
Michael Clark
f3fc4b8d22
Remove duplicate import ( #4997 )
2025-05-15 19:22:31 +01:00
Joel Jeremy Marquez
644e8df3e1
Move loot-core/client/queries code over to desktop-client package ( #4822 )
...
* Move loot-core/client/modals code over to desktop-client package
* Fix lint error
* Move loot-core/client/queries code over to desktop-client package
2025-05-15 11:10:19 -07:00
Joel Jeremy Marquez
9dfbefa1d2
Fix prefsSlice import ( #4995 )
2025-05-15 11:09:54 -07:00
Michael Clark
516977f666
Fix pipeline build ( #4996 )
2025-05-15 19:06:59 +01:00
Michael Clark
70362f6801
:electron: Server config ui ( #4870 )
...
* server config ui
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-05-15 18:52:46 +01:00
Eetu Mäenpää
d225e5d5e1
Update react-spring to v10.0.0 ( #4992 )
...
* feat: update react-spring to v10.0.0
* docs: add release notes
2025-05-15 11:34:40 -04:00
Joel Jeremy Marquez
ae00fa2841
Move loot-core/client/prefs code over to desktop-client package ( #4821 )
...
* Move loot-core/client/modals code over to desktop-client package
* Fix lint error
* Move loot-core/client/prefs code over to desktop-client package
* Dummy commit
2025-05-14 22:01:02 -07:00
musicaldesigner
b475951075
Update bank-factory.js, add DNB to list of banks with limited history ( #4893 )
2025-05-14 19:09:06 -07:00
Joel Jeremy Marquez
d9dd96d0de
Add option to calculate running balances in useTransactions hook ( #4987 )
...
* Add option to calculate running balances in useTransactions hook
* Fix typecheck error
* Fix lint error
* Cleanup
* retrigger checks
2025-05-14 15:27:38 -07:00
Joel Jeremy Marquez
45ff94590b
Move loot-core/client/notifications code over to desktop-client package ( #4820 )
...
* Move loot-core/client/modals code over to desktop-client package
* Fix lint error
* Move loot-core/client/notifications code over to desktop-client package
2025-05-14 13:25:09 -07:00
Joel Jeremy Marquez
466875a8dd
Move loot-core/client/modals code over to desktop-client package ( #4819 )
...
* Move loot-core/client/modals code over to desktop-client package
* Fix lint error
* Fix imports
* Fix lint error
* Fix lint error
2025-05-14 12:09:25 -07:00
Alec Bakholdin
0431039eb6
Inconsistent date update mobile new transaction ( #4910 )
...
* converted onUpdate to onChange for better mobile ux
* release notes
---------
Co-authored-by: Alec Bakholdin <alecbakholdin@Alecs-Mac.local >
2025-05-13 10:33:05 -04:00
Alec Bakholdin
2215c131a5
Fix new transactions account notes not clearing ( #4914 )
...
* added history entry if history entry is null while entering Add Transaction widget
* release notes
* Update TransactionEdit.jsx
* Update TransactionEdit.jsx
* Update TransactionEdit.jsx
---------
Co-authored-by: Alec Bakholdin <alecbakholdin@Alecs-Mac.local >
2025-05-13 10:32:54 -04:00
Matt Fiddaman
4de5fb34b9
increase OpenID timeout ( #4980 )
...
* increase openid request timeout
* note
2025-05-13 00:20:59 -04:00
OhNoBigO
4f6b97ae4a
[Mobile] 🐛 Fix viewing pie/donut charts on mobile ( #4935 )
...
* Fix viewing pie/donut charts on mobile
* Add release note
* Fix onMouseEnter firing on ios devices
* Change isTouchDevice to canDeviceHover
---------
Co-authored-by: Oli-vers <180103373+Oli-vers@users.noreply.github.com >
2025-05-12 13:57:52 -04:00
Matt Fiddaman
6d921a48b6
change minimum version of Node.js to version 20 ( #4978 )
...
* update workflows
* update supported engines in package.json
* .nvmrc
* base yarn cache on node version being used rather than .nvmrc
* note
2025-05-12 13:49:09 -04:00
Michael Clark
2d0716233f
Replacing Actuator with our own implementation ( #4897 )
...
* actuator replacement experiment
* replacing actuator
* release notes
* description added
* version typo
* Update upcoming-release-notes/4897.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-05-12 18:40:15 +01:00
Joel Jeremy Marquez
6f3bfd2ad4
Move loot-core/client/budgets code over to desktop-client package ( #4818 )
...
* Move loot-core/client/budgets code over to desktop-client package
* Fix lint error
* Fix lint error
2025-05-12 09:46:33 -07:00
Joel Jeremy Marquez
10a143a3ae
Add upcoming/missed/due schedules indicator on budget table (based on category schedule templates) ( #4815 )
...
* Add upcoming/missed/due schedules indicator on budget table (based on category schedule templates)
* Rename hook
* Fix typecheck error
* Update packages/desktop-client/src/components/budget/SidebarCategory.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Use category goal_def instead of reparsing notes
* Fix lint and typecheck error
* Fix lint error
* Update type
* Handle doal_def parse errors
* Only show schedule status on month of the schedule's next date
* Mobile - only show category schedule status on month's schedule
* Update tooltip wording
* Disable if goal templates feature is disabled
* Move schedule indicator to spent column
* Update colors
* Mobile - move indicator to spent
* Cleanup
* Cleanup
* Support multiple schedule templates
* Clearer error message
* Memo useCategoryScheduleGoalTemplates
* Fix lint and typecheck errors
* Category preview transactions for mobile
* Fix lint errors
* Fix calls to .some()
* Show most urgent schedules first
* Fix typecheck error
* Fix lint error
* Align all schedule indicators
* List all schedules in schedule indicator tooltip
* Fix typecheck error
* Fix lint errors
* Update SpentCell to show schedule indicator
* Fix lint error
* Update packages/desktop-client/src/hooks/useCategoryScheduleGoalTemplateIndicator.ts
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-05-12 09:46:20 -07:00
Joel Jeremy Marquez
82c469648e
Split transactions repair tool to remove categories from parent transactions + prevent adding/updating parent transactions with categories ( #4889 )
...
* Add a functionality to split transactions repair tool to remove categories from parent transactions and prevent adding/update parent transactions with categories
* Fix lint error
* Remove console.log
2025-05-12 09:17:22 -07:00
Joel Jeremy Marquez
ab3088b6fa
Update budgetType preference in DB from rollover/report to be envelope/tracking ( #4879 )
...
* Update budgetType preference from rollover/report to be envelope/tracking
* Release notes
* Fix default budgetType in BalanceCell
2025-05-12 08:27:50 -07:00
Joel Jeremy Marquez
582bb59097
Move loot-core/client/app code over to desktop-client package ( #4817 )
...
* Move loot-core/client/app code over to desktop-client package
* Fix lint
* Fix lint error
2025-05-12 08:21:06 -07:00
youngcw
01c68bcfc7
Tests for goal templates ( #4882 )
...
* start
* make week tests make sense
* fix
* copy
* average
* no call checks
* add rest. Still need to vet runSpend, and runBy
* fix average
* tweak spend
* updates
* cleanup
* note
* add more up to tests
* previous percentage
* hitting limit tests
* remainder
* fixes
* more fixes
* fixes, and fix remainder return value
* fix amounts in limit tests
* e2e for a category
* skip checking schedules if not needed
* lost changes
* fix null
* add goal tests
* final fix?
* lint
* lint option 2
2025-05-12 06:25:01 -07:00
Johnn27
dd749483f5
[Mobile] 🐛 Fix widget order ( #4949 )
...
* Fix Dashboard Widgets Not Ordered on Mobile
* Update Release Notes
* Update formatting and comment
---------
Co-authored-by: Johnn27 <>
2025-05-12 08:56:35 -04:00
sergio10
11b86fc33c
Add Abanca to the list of banks with limited history ( #4970 )
...
* Add Abanca to the list of banks with limited history
* add release notes
* change category release notes
2025-05-12 08:42:50 -04:00
Guillaume Taquet Gasperini
6e5f4bfb18
Add BoursoBank GoCardless Integration ( #4958 )
...
* Add BoursoBank GoCardless Integration
The default normalization was creating new payees for each
transaction per day, as there was no specific integration
for this bank.
e.g. `Carte dd/mm/yy Payee Name Cb*1234` was taken as payee
name.
There doesn't seem to be an easy catch-all syntax for
the BoursoBank transactions, but I have put all the
ones I could find from my transactions.
* Fix comment typo
---------
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-05-12 08:42:30 -04:00
Vincent Giorgi
d87b78c02a
invert most of seb kort credit card transactions ( #4869 )
...
* invert most of seb kort credit card transactions
* add release-notes
* revert package.json
---------
Co-authored-by: Vincent Giorgi <8283278+vincegio@users.noreply.github.com >
2025-05-12 07:55:19 -04:00
Alec Bakholdin
3cab9a374b
🐛 fixed scrollbar being impossible to grab ( #4923 )
...
* adjusted scrollbar width
* added icons to release note generator
* release notes
2025-05-11 13:23:29 -04:00
Julian Dominguez-Schatz
96949b701e
Stabilize electron build directory paths ( #4864 )
...
* Stabilize electron build directory paths
* Add release notes
2025-05-11 07:39:05 -04:00
Michael Clark
0f55c67d3e
🐛 Fix sync server build not copying sql files over ( #4968 )
...
* fix sync server build not copying sql files over
* release notes
* copy-static-assets script
2025-05-10 13:17:34 +01:00
Michael Clark
b0adcb1333
🐛 Sync server - resolving the user-files and server-files to an absolute dir ( #4954 )
...
* resolving the user-files and server-files to an absolute dir
* safety
* release notes
2025-05-09 19:39:57 +01:00
Alec Bakholdin
04da20e34c
Fix title first null undefined ( #4908 )
...
* added more null checks to titleFirst
* release notes
* fixed lint and typecheck
* Update packages/loot-core/src/shared/util.ts
Co-authored-by: Julian Dominguez-Schatz <julian.dominguezschatz@gmail.com >
* removed ts-ignore after changing titleFirst
---------
Co-authored-by: Alec Bakholdin <alecbakholdin@Alecs-Mac.local >
Co-authored-by: Julian Dominguez-Schatz <julian.dominguezschatz@gmail.com >
Co-authored-by: Alec Bakholdin <alecbakholdin@mac.myfiosgateway.com >
2025-05-08 12:11:27 -04:00
Alec Bakholdin
48715bf6b4
Ofx parsing dates incorrectly ( #4911 )
...
* added trim to ofx parsing
* release notes
* removed console.log
2025-05-08 12:11:19 -04:00
Alec Bakholdin
6c278a72a5
Fixed graphical bug in report ( #4917 )
...
Co-authored-by: Alec Bakholdin <alecbakholdin@Alecs-Mac.local >
2025-05-08 12:11:11 -04:00
Alec Bakholdin
17173d3ff0
New transaction text deselection on alt tab ( #4921 )
...
* changed default amount to come from amountToCurrency to handle localized values and maintain focus
* release notes
---------
Co-authored-by: Alec Bakholdin <alecbakholdin@Alecs-Mac.local >
2025-05-08 12:11:02 -04:00
Alec Bakholdin
64caf0f28b
Last reconciled date not visible mobile ( #4922 )
...
* added last reconciled note to the reconciliation popup
* release notes
* Update packages/desktop-client/src/components/accounts/Reconcile.tsx
Co-authored-by: Julian Dominguez-Schatz <julian.dominguezschatz@gmail.com >
* bumped up padding
* yarn lint
---------
Co-authored-by: Julian Dominguez-Schatz <julian.dominguezschatz@gmail.com >
Co-authored-by: Alec Bakholdin <alecbakholdin@mac.myfiosgateway.com >
2025-05-08 11:42:27 -04:00
Joel Jeremy Marquez
0a8f820652
Use cx in Button className merging ( #4956 )
2025-05-07 08:12:57 -07:00
Michael Clark
e30735104e
🐛 Fix cli package json after ts build change ( #4957 )
...
* fix cli package json after ts build change
* release ntoes
2025-05-07 09:06:09 +01:00
Julian Dominguez-Schatz
8878f36eaf
Add basic modal for budget automations ( #4810 )
...
* Add basic modal for budget automations
* Add release notes
* Exclude TODOs from this PR for now
* Fix some rebase errors
* CodeRabbit feedback
* PR feedback: reduce nesting in automation editor
* PR feedback: reduce nesting in automation read-only state
* PR feedback: make editors feel more like part of the read-only entry
2025-05-06 20:51:08 -04:00
Julian Dominguez-Schatz
9531a57f1c
Deduplicate vite versions ( #4943 )
...
* Deduplicate vite versions
* Add release notes
* Ensure plugins are compatible with the latest vite
* yarn dedupe
2025-05-06 18:10:51 -04:00
Michael Clark
9d99fe2838
🐛 Fixing docker edge ( #4953 )
...
* instead of referencing the build dir directly reference using relative path
* release notes
2025-05-06 22:56:32 +01:00
Joel Jeremy Marquez
3a18718fa0
[Mobile] Show transactions upon clicking income categories ( #4940 )
...
* [Mobile] Show transactions upon clicking income categories
* Fix lint error
2025-05-06 14:09:40 -07:00
Roger Goldfinger
090345bd95
Enable Typescript in sync-server ( #4887 )
...
* attempt at running with typescript
* release notes
* working jest tests for TS files
* working docker image build
* remaining docker images
* cleanup
* ensure vitest is working
* get tests passing in ci
* less strict
* update release notes
* use tsc compiled assets in the published package
* scripts
* update yarn.lock
* Use build path for electron app
* PR feedback: move sync-server build out of bin/build-browser
* PR feedback: undo moduleResolution change
* extend main tsconfig and fix types
* PR feedback on scripts and when the sync-server build runs
* fix lint (unrelated change)
---------
Co-authored-by: alecbakholdin <alecbakholdin@gmail.com >
2025-05-05 23:45:49 -04:00
dependabot[bot]
4a7439da5e
Bump vite from 5.4.18 to 5.4.19 ( #4904 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.18 to 5.4.19.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.19/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.19/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 5.4.19
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-05 20:29:16 -04:00
Joel Jeremy Marquez
a3c9525c83
Fix lint error accidentally pushed to master ( #4942 )
2025-05-05 14:28:30 -07:00
Alvaro Crespo
0d60da5ba9
Payees functional tests ( #4766 )
...
* add PayeesPage model for searching payees in e2e tests
* add navigation method to go to PayeesPage in e2e tests
* add e2e tests for Payees page
* update release notes
* Run prettier to fix lint
* clean imports
* fix imports
* Add snapshots for visual tests
* Remove unused import in payees test
* Update VRT
* Update 4766.md
Dummy commit
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Joel Jeremy Marquez <joeljeremy.marquez@gmail.com >
2025-05-05 09:26:17 -07:00
Julian Dominguez-Schatz
388a9f6c86
Automatically generate GitHub release text ( #4932 )
...
* Automatically generate GitHub release text
* [TEMPORARY] Revert Electron signing changes to make this change testable
* Revert "[TEMPORARY] Revert Electron signing changes to make this change testable"
This reverts commit eeb5680b1a .
* Add release notes
2025-05-05 08:45:09 -04:00
Julian Dominguez-Schatz
cabb7149f0
Use the latest release tag instead of the latest tag for version checks ( #4933 )
...
* Use the latest release tag instead of the latest tag for version checks
* Add release notes
2025-05-05 08:44:31 -04:00
lelemm
3c47c1ca27
✨ Promoting OpenId as default feature ( #4903 )
...
* Removed OpenId feature flag
* linter
* md
* wrong author
2025-05-05 08:21:47 -03:00
Joel Jeremy Marquez
cc204ba70e
Use @desktop-client/hooks alias for cleaner imports ( #4789 )
...
* Use @hooks path alias for cleaner imports
* Fix line errors
* Update to @desktop-client
2025-05-04 22:30:10 -07:00
Joel Jeremy Marquez
7074b4dd82
Rename AQL module's runQuery function to aqlQuery to disambiguate with DB module's runQuery function + AQL types ( #4787 )
...
* Rename AQL module's runQuery function to aqlQuery to disambiguate with DB module runQuery function
* Release notes
* Update SqlPieces
* Fix lint
* Update SqlPieces.from
* Add types
* Type result as any for now
* Fix lint
* Add types
* Fix typo
* PR feedback
* Update comment
* Fix lint error
* Fix import
2025-05-04 22:29:23 -07:00
github-actions[bot]
c23cbb4b0e
🔖 (25.5.0) ( #4916 )
...
* 🔖 (25.5.0)
* Bump CI
* Remove used release notes
* Bump CI
---------
Co-authored-by: jfdoming <9922514+jfdoming@users.noreply.github.com >
Co-authored-by: Julian Dominguez-Schatz <julian.dominguezschatz@gmail.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-03 13:44:50 -04:00
lelemm
8da1c59362
🐛 Bug FIX: OpenID first login is not working properly when using config.json or ENV VARS ( #4902 )
...
* First login was not working properly
* md
2025-05-01 10:26:03 -03:00
youngcw
916a27a89a
🐛 fix schedule preview running balance of split schedules ( #4881 )
...
* fix blance math
* clean
* note
* lint
* typecheck
2025-04-25 13:11:49 -07:00
Joel Jeremy Marquez
97b99d1f16
[Mobile] Fix hidden category groups not being hidden ( #4880 )
...
* Fix hidden category groups not being hidden
* Update release note
2025-04-23 12:24:52 -07:00
Joel Jeremy Marquez
cf114ef69e
[Mobile] Fix uncategorized banner + overspent banner showing previously active month's overspent categories ( #4875 )
...
* [Mobile] Fix overspent banner showing previously active month's overspent categories
* Update packages/desktop-client/src/hooks/useOverspentCategories.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Fix typecheck error
* Enable uncategorized banner and overspent banner for tracking budgets
* Fix lint error
* Update VRT
* Dummy commit
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-04-23 08:15:18 -07:00
Joel Jeremy Marquez
7064106748
Move loot-core/client codes over to desktop-client package ( #4816 )
2025-04-22 08:21:01 -07:00
Michael Süssemilch
b92a1cacf7
fix: commerzbank escape payee ( #4845 )
2025-04-21 13:28:27 +01:00
Michael Clark
f5c1879de1
:electron: Fix some menu links ( #4860 )
...
* fix some menu references not working
* release notes
2025-04-21 09:38:12 +01:00
Julian Dominguez-Schatz
92f444f548
Move some .d.ts files to .ts ( #4862 )
...
* Move loot-core types to `.ts`
* Add release notes
* PR feedback
2025-04-20 22:40:53 -04:00
Julian Dominguez-Schatz
94600731d9
Move loot-core to vitest ( #4859 )
...
* Update build + dependencies to work with vitest
* Update tests to use vitest
* Update snapshots to vitest format
* Update sql.js loading in tests to work with vitest
* Update crdt package loading to work with vitest
* Add release notes
2025-04-20 15:52:59 -04:00
Julian Dominguez-Schatz
5d59ecd72c
Move remaining non-loot-core packages to latest vitest ( #4856 )
...
* Move remaining non-loot-core packages to vitest
* Add release notes
2025-04-20 15:17:07 -04:00
Michael Clark
54d9f0ff41
:electron: Fix Load Backup backup modal ( #4853 )
...
* fix backup screen
* release notes
2025-04-20 17:15:24 +01:00
Vincent Giorgi
eebdbdf34e
invert Strawberry credit card transaction amounts ( #4857 )
...
* add Strawberry (nordic choice club) credit cards to SEB balance inversion
* add release-notes
---------
Co-authored-by: Vincent Giorgi <8283278+vincegio@users.noreply.github.com >
2025-04-20 11:54:13 -04:00
Julian Dominguez-Schatz
bddc372650
Move crdt to vitest ( #4851 )
...
* Move crdt to vitest
* Add release notes
2025-04-20 09:00:39 -04:00
Julian Dominguez-Schatz
d027adc734
Move sync-server to vitest ( #4840 )
...
* Move sync-server to vitest
* Add release notes
* Add comment
* Remove extraneous console.log
* Empty commit to bump CI
2025-04-19 23:43:25 -04:00
Michael Clark
e67c064d1f
:electron: Prep for configure server page ( #4847 )
...
* prep work for configure server page
* release notes
* better log message
2025-04-19 18:34:13 +01:00
Roger Goldfinger
2f1ccad25a
Restore"Reload on all redirects to handle Cloudflare Access auth expiration" ( #4844 )
2025-04-18 23:11:11 -04:00
Bhautik Savaliya
a2b9153d02
Fixes #4705 : Scheduled transaction date when posting early. ( #4719 )
2025-04-18 10:33:39 -07:00
Julian Dominguez-Schatz
f1594e5bca
Fix bug in ofx2json logic ( #4838 )
...
* Fix double unescape bug in ofx2json
* Add test
* Add release notes
* Update snapshot
2025-04-18 13:29:38 -04:00
dependabot[bot]
fed426d704
Bump nanoid from 3.3.7 to 3.3.11 ( #4834 )
...
* Bump nanoid from 3.3.7 to 3.3.11
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.3.7 to 3.3.11.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.11 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-version: 3.3.11
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* Add release notes
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julian Dominguez-Schatz <julian.dominguezschatz@gmail.com >
2025-04-18 13:25:24 -04:00
dependabot[bot]
aeb26b75af
Bump vite from 5.4.8 to 5.4.18 ( #4833 )
...
* Bump vite from 5.4.8 to 5.4.18
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.8 to 5.4.18.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.18/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.18/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 5.4.18
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
* Add release notes
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julian Dominguez-Schatz <julian.dominguezschatz@gmail.com >
2025-04-18 13:23:50 -04:00
Michael Süssemilch
4b58335780
feat: expandable budget categories ( #4807 )
2025-04-18 05:35:08 -04:00
Michael Clark
153eaeecc5
🐛 CLI: Fix ACTUAL_DATA_DIR env variable not respected in some cases ( #4825 )
...
* fix issue with default data directory not respecting env variables
2025-04-18 10:11:34 +01:00
Margarida Reis
e28db52c70
fix: persist filters in custom report on interval or date range change ( #4724 )
...
ensure that modified filters are reapplied to the Custom Report when changing its interval or date range, rather than reverting to the last saved state, which could overwrite unsaved changes to the filters or their conditional operand
2025-04-17 22:13:04 -04:00
Grant
83f7a79c76
4571: Fix UI lockout when using In/Out mode with existing split columns ( #4715 )
...
* Fix catch 22 problem when using In/Out with split columns already enabled
- Also changed UI and transaction amount parsing behavior to accept all options combined
- Repositioned some amount options
- Adjusted the labels of a few options
* Fix amount options triggering state resets
* Update VRT
* Revert "Update VRT"
This reverts commit 0a4b70afad .
* Update VRT
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-04-17 22:03:09 -04:00
Alec Bakholdin
7e3ebb7e5f
Global prefs undefined change ( #4837 )
...
* updated saveGlobalPrefs to handle falsy values better
* updated link which was no longer valid
* release notes
* Removed errant log
---------
Co-authored-by: Alec Bakholdin <alecbakholdin@Alecs-Mac.local >
2025-04-17 12:38:03 -07:00
lelemm
a8d41e88a5
🐛 Fix for returnUrl in OpenID auth ( #4836 )
...
* Fix for `returnUrl` in OpenID auth
* md
* change md number
2025-04-17 13:03:21 -03:00
Roger Goldfinger
62ab6a12e8
Revert "Reload on all redirects to handle Cloudflare Access auth expiration (…" ( #4835 )
2025-04-17 11:02:21 -04:00
Julian Dominguez-Schatz
d91fd2fb0e
Slow improvements to Account.tsx (1/many) ( #4824 )
...
* Move Account EmptyMessage to a separate file
* Move a tiny bit of state out of Account.tsx
* Add release notes
2025-04-17 09:13:27 -04:00
Alec Bakholdin
4e9d51be1f
✨ [Feature] Manually merge transactions ( #4739 )
...
* added transactions-merge action
* mergeTransactions now returns kept id
* merge option only shows up when amount matches
* merge now handles more errors and merges from the dropped transaction if values are present
* modified merge logic slightly to avoid duplicating imported_id
* added reconciled and cleared to merge logic
* modified canMerge logic in SelectedTransactionsButton
* made merge undoable
* added onMerge to mobile menu
* release notes
* modified testing suite slightly
* added logic for detecting bank sync vs file import
* typecheck problem
* linting errors
* attempt to clean up tests better
---------
Co-authored-by: Alec Bakholdin <abakho@icims.com >
2025-04-16 20:11:36 -07:00
dependabot[bot]
1bc87fb35a
Bump http-proxy-middleware from 3.0.3 to 3.0.5 ( #4832 )
...
* Bump http-proxy-middleware from 3.0.3 to 3.0.5
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware ) from 3.0.3 to 3.0.5.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases )
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/master/CHANGELOG.md )
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v3.0.3...v3.0.5 )
---
updated-dependencies:
- dependency-name: http-proxy-middleware
dependency-version: 3.0.5
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
* Add release notes
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julian Dominguez-Schatz <julian.dominguezschatz@gmail.com >
2025-04-16 23:00:12 -04:00
Roger Goldfinger
2f5464c735
Reload on all redirects to handle Cloudflare Access auth expiration ( #4706 )
...
* Reload on all redirects
* Update index.ts
* Create release notes
* Update index.ts
* Update index.ts
* Update 4706.md
---------
Co-authored-by: Roger Goldfinger <roger@remind101.com >
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-04-16 20:26:29 -04:00
Matt Fiddaman
c85769eb82
add support for longer running SimpleFIN transaction requests ( #4780 )
...
* SimpleFIN follow redirects
* release note
2025-04-16 19:17:27 -04:00
lelemm
a657021303
Do not count hidden categories in tracking budgets + cleanup table math ( #4567 )
...
* Alternative solution
* tests
* a bit better, but now categories can be weird
* working, I think
* almost there
* I was making it harder than it needed to be
* Update VRT
* note
* note
* Separating logic from envelope and report to keep envelope as it was
* Update VRT
* Removed checks for budgetType inside `envelope.ts` and `report.ts`
* changed code position in file
* linter
* handle initially hidden
* Fix for when tracking but is enabled
* total up everything
* Add tests for handling hidden categories and groups in budget totals
---------
Co-authored-by: youngcw <calebyoung94@gmail.com >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kevin Gatera <kevin@deployitwith.me >
2025-04-16 18:43:21 -03:00
Julian Dominguez-Schatz
523a62c8a0
Fix crash on transactions table with new transaction popup open ( #4812 )
...
* Fix crash on transactions table with new transaction popup open
* Add release notes
2025-04-15 18:27:37 -04:00
Joel Jeremy Marquez
925efc4cb6
[Mobile] Drag and drop expense category groups to re-order ( #4599 )
...
* Update to GridList
* VRT - minimal diff between 2 rows
* Implement a hidden drag button
* Revert VRT
* VRT
* [Mobile] Drag and drop income categories to re-order
* Update drag preview
* Release notes
* Fix drag preview
* Fix typecheck errors
* Fix group header margins
* Coderabbit suggestion
* Fix group
* Yarn lint fix
2025-04-15 14:13:44 -07:00
Michael Clark
31fe766a2b
🆕 Sync server as npm package ( #4798 )
...
* sync server as npm package
* yarn lock
* workflow
* fix yml
* fix script
* named job better
* imagine trusting an ai
* pack and publish separately
* v4 instead of v3 upload
* dependencies
* identifying the right package for uplaod
* updating references
* what
* i see
* here comes the glory
* aaaand here it comes
* perms
* hmm
* try changing scope
* owner is invalid for git so have to go to npm instead
* better names on workflow
* package the api too
* updates
* rename to play better with gitignore
* yarn
* better
* dont ignore me
* yarn
* readme
* readme
* release note
* typo
* updating to read package.json from fs rather than import to support more node versions
* more ai autocomplete more problems
2025-04-15 20:51:17 +01:00
Joel Jeremy Marquez
b9e7d7e9c2
[Mobile] Drag and drop expense categories to re-order ( #4484 )
...
* ExpenseGroup component
* Release notes
* Fix imports
* Fix typecheck errors
* Fix drag and drop indicator
* Fix drop indicator
* Update imports
* Cleanup
* Update to GridList
* Cleanup
* VRT - minimal diff between 2 rows
* Implement a hidden drag button
* Fix budgeted/spent toggle
* Update VRT
* Dummy commit
* Revert VRT
* VRT
* Update dependency props
* Update VRT
* CodeRabbit suggestions
* Fix rebase error
* Update VRT
* Dummy commit to re-run vrt
* Fix typecheck errors
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-04-14 13:55:17 -07:00
Josh Woodward
04aa086c9e
Unlink account via bank sync page ( #4714 )
...
* adding unlink and account name to modal
* fixing dispatch and some style updates
* release notes
* catching a few missed "bank-sync" phrases
* linting
* Addressing comments
* Addressing comments
* Linting
---------
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-04-13 09:41:25 -04:00
Matiss Janis Aboltins
cc02970a16
⬆️ upgrade to React v19 ( #4700 )
2025-04-10 08:49:38 +01:00
Matiss Janis Aboltins
9489e2f3b4
🔧 added eslint auto-fix to the lint-staged step ( #4757 )
...
small DX improvement
2025-04-10 08:19:44 +01:00
Ian
608b4be765
Add option to control note imports during transaction import ( #4593 )
...
* Make note imports optional. Adds tests too
* add release notes
* Update VRT
* type getTransactions to resolve TS error
* remove CSV note import - already supported
* type and lint to make coderabbit happy
* conditional rendering of importNotes
* Update VRT
* update snapshot to account for serialization change
* use <Trans>
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
* Fix closing Trans
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
* address missing import
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: youngcw <calebyoung94@gmail.com >
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-04-09 15:29:34 -07:00
Joel Jeremy Marquez
01f45d5072
Extract auth related server handlers from main.ts to server/auth/app.ts ( #4660 )
...
* Extract auth related server handlers from main.ts to server/auth/app.ts
* Release notes
* Update get-openid-config
* Fix typecheck error
* Fix lint and typecheck errors
2025-04-09 08:34:44 -07:00
alcroito
1b5be7f9d2
Show closed accounts on mobile UI ( #4581 ) ( #4584 )
...
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-04-09 11:20:45 -04:00
Julian Dominguez-Schatz
e5d301c66b
Fix bump versions script ( #4740 )
...
* Include sync-server in auto-bumped versions
* Fix version bump logic to work if the month has rolled over
* Add release notes
2025-04-08 18:34:31 -04:00
Matiss Janis Aboltins
fe3fe47b67
🐛 (bank-sync) improved error handling for initial gocardless account linking ( #4756 )
2025-04-08 18:50:02 +01:00
Joel Jeremy Marquez
b4ad639bb5
[Mobile] Fix income categories not changing colors based on active month ( #4774 )
...
* [Mobile] Fix income categories not changing colors based on active month
* Release notes
2025-04-08 09:30:40 -07:00
Joel Jeremy Marquez
c77168fa18
Extract encryption related server handlers from main.ts to server/encryption/app.ts ( #4662 )
...
* Extract encryption related server handlers from main.ts to server/encryption/app.ts
* Release notes
2025-04-08 09:12:11 -07:00
Joel Jeremy Marquez
6fb7fe1343
Replace category DB queries in server handlers with AQL queries + implement category_groups AQL executor ( #4544 )
...
* Implement category_groups AQL executor
* Fix category_groups table name
* Release notes
* Update category-update
2025-04-08 09:11:47 -07:00
Joel Jeremy Marquez
490ec22b8a
Extract budget file related server handlers from main.ts to server/budgetfiles/app.ts ( #4547 )
...
* Extract budget file related server handlers from main.ts to server/budgetfiles/app.ts
* Fix lint error
* Release notes
* Fix typo
* Move backups to budgetfiles folder
* Move backup snapshot
* Fix lint
* Fix lint
2025-04-08 08:21:35 -07:00
ADRROE
0d420ab4d9
Add functionality to download custom reports as an image. ( #4219 )
...
* Add functionality to download custom reports as an image.
* Add functionality to download custom reports as an image.
* Switched from html2canvas to html-to-image due to size considerations.
* Snapshot filename
* Add functionality to download custom reports as an image.
* Add functionality to download custom reports as an image.
* Update ReportTopbar.tsx
Fixed mistake
* Use existing date function
* fix imports
* Update VRT
* move component out of common in aid of components lib migration
---------
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-04-08 11:20:22 -04:00
youngcw
6b22e7422b
[Goals]: fix remove goals bug ( #4749 )
...
* fix remove goals bug
* note
* Update upcoming-release-notes/4749.md
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
---------
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-04-08 08:16:28 -07:00
lelemm
35a833ecba
✨ New OpenID first login UX ( #4446 )
...
* Fix for openid review parameters
* Refactor and bug fix of OpenId parameters on first login
* md
* change some design
* adjustments
* responsive login
* linter
* removed debugger
* Merge fixes
* removed debugger
* Merge fixes
* missing stuff
* linter
* linter after merge
2025-04-08 12:01:38 -03:00
Michael Clark
140039ea1f
:electron: Fix loot-core resolution ( #4767 )
...
* fix loot-core resolution
* fix loot core resolution in dev mode for electron
2025-04-08 15:54:43 +01:00
lelemm
afab6ee773
✨ OPENID: Added option to create users on login ( #4421 )
...
* Added option to create users on login (openid)
* md
* added default value
* linter
* added validation to ACTUAL_USER_CREATION_MODE
* Merge
* linter
* fixes
* removed enchancement
* linter
2025-04-08 11:18:47 -03:00
lelemm
cefc8da7bc
📚 Missing translations [rules and to budget] ( #4770 )
...
* Missing translations
* md
* wrong md name
2025-04-08 11:04:04 -03:00
Alec Bakholdin
91aa2ae47b
🐛 [Bug] Pinning sidebar doesn't persist on reload ( #4733 )
...
* Fixed pinning issue
* asyncStorage typing updates
* re-added awaits to savePreferences
* release notes
---------
Co-authored-by: Alec Bakholdin <abakho@icims.com >
2025-04-08 10:01:55 -04:00
Michael Süssemilch
a2878ff2a2
feat: add previous/next month navigation to the MonthPicker ( #4692 )
...
* feat: add previous/next month navigation to MonthPicker
* doc: add release note
* chore: update formatting
* test: update vrt snapshots
2025-04-08 09:59:17 -04:00
Alec Bakholdin
0dfa2910c7
🐛 [Bug]: Focused console warning ( #4735 )
...
* removed focused from getInputProps
* release notes
---------
Co-authored-by: Alec Bakholdin <abakho@icims.com >
2025-04-08 09:58:07 -04:00
Alec Bakholdin
4e0ab44e2f
Fixed bug where closing account did not properly validate transfer or category ( #4769 )
...
Co-authored-by: Alec Bakholdin <abakho@icims.com >
2025-04-08 09:52:54 -04:00
Michael Clark
aba97e8b74
:electron: Remove ngrok from electron server embed ( #4768 )
...
* remove ngrok
* lock
* release notes
2025-04-07 22:19:10 +01:00
Michael Clark
1d6b70d160
:electron: Playwright test fixture ( #4752 )
...
* playwright test fixture
* release notes
* update snapshots
* test
* again
* same timeout as web client
* faster
* srsly
* Update VRT
* update test
* get rid of this test for now
* updating update-vrt
* speed it up a bit
* same timeout as desktop-client
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-04-06 18:56:08 +01:00
bddvlpr
a9047bfcd6
Add KBCBE (KBC_KREDBEBB) to banks with limited history ( #4743 )
2025-04-06 18:54:25 +01:00
Matiss Janis Aboltins
af03477d3a
♻️ (typescript) converted indexeddb to strict TS ( #4672 )
2025-04-06 15:09:37 +01:00
Matiss Janis Aboltins
c4b4108eca
🔧 improving typechecker and lint local performance ( #4710 )
2025-04-06 14:47:49 +01:00
Michael Clark
26ee3179e1
:electron: Playwright testing for electron ( #4674 )
...
* playwright testing for electron
* pipeline updates
* fix normal e2e scripts
* fix path to artifact
* listing out whats there
* attempt to fix ci
* umm
* again
* setting a viewport
* window size to be consistent across machine for tests
* now it work... Righhttt?
* hmm
* do it
* worflow
* will this work
* oops
* dont skip
* trust in the pipeline gods
* remove update snapshots, just do it in the pipeline
* change name of snapshot to account for os
* lint
* fix package script
2025-04-05 09:19:06 +01:00
github-actions[bot]
82b6589c37
🔖 (25.4.0) ( #4728 )
...
* 🔖 (25.4.0)
* Remove used release notes
* Remove used release notes
---------
Co-authored-by: matt-fidd <81489167+matt-fidd@users.noreply.github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-04-04 23:49:46 -04:00
Matt Fiddaman
56f509dcda
fix balance menu alignment ( #4729 )
...
* fix alignment
* note
* fix mobile
* Fix for width
---------
Co-authored-by: Leandro Menezes <lelemm@gmail.com >
2025-04-03 23:47:10 -04:00
dependabot[bot]
bbfa0093cd
bump tar-fs from 2.1.1 to 2.1.2 ( #4717 )
2025-03-31 16:44:40 -04:00
Matiss Janis Aboltins
aef38f1679
🐛 fix menu not closing when menu item is clicked ( #4716 )
2025-03-31 18:15:17 +01:00
lelemm
e04ca554e2
🐛 Fix pluggy.ai foreigner currency transaction ( #4712 )
...
* Fix pluggy.ai foreigner currency transaction
* Trigger actions
* removed folder
2025-03-31 06:36:36 -03:00
lelemm
77949ad276
🐛 Fix Make Transfer closing the Popover when clicked ( #4697 )
...
* Fix `Make Transfer` closing the Popover
* MD
* MD
* linter
* trigger actions
* removed junk from PR
* changed solution
* using focused state
2025-03-28 10:40:56 -03:00
Saahil Jaffer
45f9cc3c1d
Fix for iss parameter missing from openid response ( #4626 )
...
* fix: iss missing from the response
* add release notes
* add parameter validation check
* remove additional validation
---------
Co-authored-by: lelemm <lelemm@gmail.com >
2025-03-26 16:50:13 -03:00
Mario Lamacchia
31ed12832c
Fix error spread in non-batch bank sync ( #4689 )
2025-03-26 09:12:54 -04:00
Margarida Reis
0f8a1aeb2b
fix: apply filters in Reports dashboard for cash flow widget ( #4683 )
...
fix issue where filters set in the widget editor for the cash flow widget were not applied in the Reports dashboard
2025-03-26 00:16:23 -04:00
lelemm
161c0625b1
🐛 Fix for objects in config files ( #4688 )
...
* fix for objects in config
* md
* linter
2025-03-25 20:54:04 +00:00
Joel Jeremy Marquez
009a3dff4e
Show hidden overspent categories ( #4680 )
2025-03-24 16:25:17 -07:00
Alec Bakholdin
5d01e109e6
🐛 [Bug] Cant edit template rules ( #4686 )
...
* Can now save template rules
* added release notes
---------
Co-authored-by: Alec Bakholdin <abakho@icims.com >
2025-03-24 17:54:39 -04:00
Michael Clark
b2287cded3
Local docker build fix ( #4677 )
...
* local docker build fix
* Create 4677
* Update sync-server.Dockerfile
* Rename 4677 to 4677.md
2025-03-22 16:25:50 +00:00
Alec Bakholdin
19dbfd0673
fixed can't rename notes ( #4675 )
2025-03-22 08:20:04 -07:00
Joel Jeremy Marquez
36c40d90d2
[Mobile] Add banners to alert users of recommended budget actions ( #4643 )
...
* Add banners to alert users of recommended budget actions
* Update wording for consistency
* Release notes
* Fix release notes
* Code review feedback
* Cleanup
* Extend playwright timeout
* Update Categorize button locator in test
* Update VRT
* Dummy commit
* Streamline cover spending flow
* VRT
* Remove category from modal when covered and close modal when all categories are covered
* Coderabbit suggestions
* Update translations
* VRT
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-21 17:19:09 -07:00
Alec Bakholdin
00ff2e2522
🐛 [Bug] fixed bug in Accounts.tsx for applying rules that split transactions ( #4623 )
...
* fixed bug in Accounts.tsx for applying rules that split transactions
* added release notes
* Update packages/desktop-client/src/components/accounts/Account.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: Alec Bakholdin <abakho@icims.com >
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-03-21 16:12:29 -04:00
dependabot[bot]
1d074730f4
Bump axios from 1.7.9 to 1.8.3 ( #4654 )
...
* Bump axios from 1.7.9 to 1.8.3
Bumps [axios](https://github.com/axios/axios ) from 1.7.9 to 1.8.3.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.7.9...v1.8.3 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* note
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-03-21 13:11:29 -04:00
Joel Jeremy Marquez
1e685b993b
Extract sync related server handlers from main.ts to server/sync/app.ts ( #4661 )
...
* Extract sync related server handlers from main.ts to server/sync/app.ts
* Release notes
* Revert async
2025-03-21 08:04:07 -07:00
Alec Bakholdin
6b2d2420a5
🐛 Fixed GoCardless SelectLinkedAccounts institution bug ( #4667 )
...
* Fixed GoCardless SelectLinkedAccounts institution bug
* Modified to guarantee string return type
* Update packages/desktop-client/src/components/modals/SelectLinkedAccountsModal.jsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update packages/desktop-client/src/components/modals/SelectLinkedAccountsModal.jsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update packages/desktop-client/src/components/modals/SelectLinkedAccountsModal.jsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Formatting
* Fixed spread syntax
* consistency in method (probably redundant)
---------
Co-authored-by: Alec Bakholdin <abakho@icims.com >
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-03-21 07:56:25 -07:00
Joel Jeremy Marquez
af09e5b1d5
Fix error on budget file selection page when using server ( #4670 )
...
* Fix error on budget file selection page when using server
* Release notes
2025-03-21 06:29:07 -07:00
Michael Clark
8f12893ff0
:electron: Fix electron loot core resolutions ( #4668 )
...
* fix electron resolutions
* temp fix
* dont include build-electron in the web bundle assuming its built
* lowering size of build
* removing exports
* release notes
* adding bits back
* remove bad config
2025-03-21 09:01:20 +00:00
Joel Jeremy Marquez
a85dc890e5
Fix nested button error in budget file selection page ( #4625 )
...
* Resolve nested button error by converting to GridList
* Release notes
2025-03-20 13:12:43 -07:00
Joel Jeremy Marquez
8180476531
Fix embedded autocomplete unexpectedly closing when an item is clicked ( #4645 )
...
* Fix autocomplete unexpectedly closing when an item is clicked on embedded setting
* Release notes
2025-03-20 13:11:13 -07:00
Matt Fiddaman
ad1df689d7
bump various dependencies ( #4656 )
2025-03-20 13:27:17 -04:00
Alec Bakholdin
d9716caf5d
🔧 Added release-notes-generator.ts under generate:release-notes ( #4664 )
2025-03-20 10:19:04 -04:00
Michael Clark
b2cca2337c
🐛 Allowing service worker to cache files up to 5mb - fixes edge & offline mode ( #4665 )
...
* allowing sw to cache files up to 5mb
* release notes
2025-03-19 23:14:58 +00:00
Joel Jeremy Marquez
e0bddaeb99
Extract spreadsheet related server handlers from main.ts to server/spreadsheet/app.ts ( #4649 )
...
* Extract spreadsheet related server handlers from main.ts to server/spreadsheet/app.ts
* Release notes
* Fix get-cell
* Update type of initServer
2025-03-19 11:14:46 -07:00
Alec Bakholdin
2c4c5014ea
🐛 fixed current month upcoming calculation ( #4629 )
...
* fixed current month upcoming calculation
* added release notes
* updated test to validate the new behavior of getUpcoming
* modified one month and added more tests for leap years and months with different dates
* Fixed odd error
---------
Co-authored-by: Alec Bakholdin <abakho@icims.com >
2025-03-19 08:20:42 -07:00
Matiss Janis Aboltins
c7f3dadc07
🐛 (mobile) fix for iOS - keyboard focus when editing budget ( #4651 )
2025-03-19 04:50:04 +00:00
Matiss Janis Aboltins
999010cca6
🐛 (reports) fix conditionsOp not applying for saved reports ( #4652 )
2025-03-19 04:49:29 +00:00
Martin Sebek
b9603d0e54
Added CZ AirBank to banks with only 90 days of history ( #4595 )
...
* Added CZ AirBank to banks with only 90 days of history
* Added release notes
2025-03-19 00:01:52 -04:00
Alec Bakholdin
0c85523037
✨ Add org name to bank sync UI ( #4646 )
...
* Added institution name to the LinkModal
* Added release notes
* removed a stray import I did not mean to leave in
* updated release note number
* Separated institution into its own column and updated sorting to sort by institution -> name
* Added tooltips to allow users to hover over institution name and account name when linking bank accounts
---------
Co-authored-by: Alec Bakholdin <abakho@icims.com >
2025-03-18 19:55:53 -07:00
Alec Bakholdin
eb5944b353
✨ Bank sync avoid reimporting deleted transactions ( #4644 )
...
* matchTransactions imported_id query checks for deleted transactions
* added release notes
* removed stray import
* Added configuration option to control reimporting deleted transactions
* Updated release notes
* Unused import
* Typo
* Linting errors
* Fixed Checkbox id to match what it's for
* Added tooltip for the checkbox
---------
Co-authored-by: Alec Bakholdin <abakho@icims.com >
2025-03-18 16:21:59 -07:00
Matiss Janis Aboltins
f35a850e3d
♻️ moved loot-core import resolution from TS to yarn workspaces ( #4592 )
2025-03-18 17:38:57 +00:00
Matt Fiddaman
3ca9f6ecbc
Update README.md ( #4648 )
2025-03-18 14:44:32 +00:00
Joel Jeremy Marquez
602b84342b
Update server handlers to use the implementation function type instead of duplicating the function arguments/return types ( #4650 )
...
* Update server handlers types to be more strict
* Release notes
2025-03-18 06:43:15 -07:00
Joel Jeremy Marquez
b5cbaa52b2
Simplify Modals component by destructuring modal.options instead of passing options one by one ( #4647 )
...
* Simplify Modals component
* Release notes
2025-03-18 06:43:01 -07:00
Matiss Janis Aboltins
5fdaa98249
♻️ removal of '.testing.ts' file extensions in favour of mocks ( #4632 )
2025-03-18 06:13:11 +00:00
Joel Jeremy Marquez
c8813e9953
Extract budget category related server handlers from main.ts to server/budget/app.ts ( #4442 )
...
* Extract category related server handlers from main.ts to server/budget/app.ts
* Release notes
* On DB layer, replace Entity model usage with DB models
* Fix typecheck errors
* Fix type error
* Fix types
* Fix typecheck error
* Fix lint errors
* Fix test errors
* Fix model mapping
2025-03-17 21:39:10 -07:00
Matiss Janis Aboltins
074d5b76cf
⬆️ upgrade yarn from v4.3.1 to v4.7.0 ( #4641 )
2025-03-17 17:21:28 +00:00
Matiss Janis Aboltins
9f9f349cbf
♻️ (api) do not bundle test files in package output ( #4640 )
2025-03-17 17:21:09 +00:00
lelemm
78e763659e
📚 More translations for rules and fields ( #4635 )
...
* More translations
* md
* more places
2025-03-17 10:43:45 -03:00
Joel Jeremy Marquez
0cc817f2ef
[Redux Toolkit Migration] usersSlice [Final PR] ( #4128 )
...
* Migrate to accountSlice
* Fix lint and typecheck errors
* Update types
* Fix lint
* Fix types
* Cleanup
* Rename file
* Rename state
* Cleanup
* Fix typecheck error
* Move createAppAsyncThunk
* Queries slice
* Budgets slice
* Fix lint errors
* Undo auto removal of import/no-unresolved
* Update index.ts
* Release notes
* usersSlice
* Delete actions folder
* Remove action imports
* Fix lint
* Delete constants
* Fix lint error
* Update thunk name
* Replace CLOSE_BUDGET with resetApp
2025-03-16 21:51:58 -07:00
Alec Bakholdin
f00484b17c
🐛 added null/undefined check for scheduleIsRecurring ( #4627 )
2025-03-15 20:23:31 +00:00
lelemm
0cdaac6944
🐛 Pluggy.ai credit card transactions were inverted ( #4628 )
...
* bugfix
* md
2025-03-15 00:08:40 -03:00
Matiss Janis Aboltins
864aaacd11
♻️ (loot-core) unify some electron/web/api logic ( #4610 )
...
* ♻️ (loot-core) unify some electron/web/api logic
* Add missing mock
2025-03-14 22:46:11 +00:00
Michael Clark
bdf76f6c63
:electron: Embed the sync-server (experimental) ( #4526 )
...
* sync server embedded
* cleanup
* remove comment
* remove comment
* changing settings names
* release notes
* release notes
* making dev easier (and slower)
* updating reference to webroot
* using the workspace package yo
* coderabbit
2025-03-14 22:22:17 +00:00
Joel Jeremy Marquez
47c0d394ee
[Redux Toolkit Migration] prefsSlice ( #4127 )
...
* Migrate to accountSlice
* Fix lint and typecheck errors
* Update types
* Fix lint
* Fix types
* Cleanup
* Rename file
* Rename state
* Cleanup
* Fix typecheck error
* Move createAppAsyncThunk
* Queries slice
* Budgets slice
* Fix lint errors
* Undo auto removal of import/no-unresolved
* Update index.ts
* Prefs slice
* Remove old prefs types
* Fix import
* Fix typecheck errors
* Release notes
* Add checks on prefs saving
* Update prefs checking
* Fix set-theme
2025-03-14 06:35:43 -07:00
lelemm
fdac2839c9
🔨 OPENID: Refactor mixed stuff ( #4428 )
...
* Refactor
* changed the variable name back to loginMethod
* md
* Update packages/sync-server/src/app.js
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-03-14 08:38:33 -03:00
Michael Clark
379a84d2e2
🐳 @actual-app/web workspace in sync-server ( #4569 )
...
* Workspace ref web client (#9 )
---------
Co-authored-by: lelemm <lelemm@gmail.com >
2025-03-14 09:07:59 +00:00
Joel Jeremy Marquez
d16d022b50
Remove height transition animation from modals when adjusting to viewport height for smoother experience ( #4620 )
...
* Use dvh to determine height of modal based on dynamic visual viewport
* Apply to dialog instead of another div
* Remove modal transition
* Release notes
2025-03-13 10:49:58 -07:00
Joel Jeremy Marquez
606e39252f
[Mobile] Click on income category balance to show transactions ( #4621 )
...
* [Mobile] Click on income category balance to show transactions
* Release notes
2025-03-13 10:49:14 -07:00
Margarida Reis
2523c091c3
improvement: enable collapse split transactions with searches or filters ( #4600 )
...
* improvement: enable collapse split transactions with searches or filters
enable the "Collapse|Expand split transactions" button with searches or filters
* Update VRT
* chore: trigger GitHub actions
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-13 10:36:01 -07:00
tempiz
d4b37baa4d
Modified transaction edit button on mobile to display "Add New Split" ( #4536 )
...
* Created Add Split Button
* Create 4536.md
* Fix Lint Check Error
* Fix Release Note Category
* Added add split text to amount left/save button
Removed my add split button and instead added functionality for the button save/amount left button to display "Add New Split" when all amounts are entered.
* Fix Lint
* Update release notes
* Show remaining on add split button
* Fix lint
* Added requested changes
* Fix lint
2025-03-12 17:05:20 -07:00
Matiss Janis Aboltins
ed4ef5b30e
♻️ solve most peer dependency issues reported on install ( #4613 )
...
* ♻️ solve most peer dependency issues reported on install
* Release notes
* Patch unit tests
2025-03-12 17:13:35 +00:00
Matiss Janis Aboltins
baadafb15e
♻️ (loot-core) updated all data model imports to use barrel file ( #4609 )
2025-03-12 17:05:46 +00:00
James Skinner
346727a539
Mobile budget file switching logical error fix ( #4596 )
...
* Fix logical error to filter out just the current file from list of files, rather than excluding remote files.
* Add release note and update comment
2025-03-12 07:45:30 -07:00
Matiss Janis Aboltins
ddcd771488
♻️ (sync-server) align dependency versions; cleanup lint & typecheck ( #4605 )
2025-03-12 14:03:23 +00:00
Joel Jeremy Marquez
3ecfb4be7e
Swipe to dismiss notifications ( #4606 )
...
* Swipe to dismiss notifications
* Release notes
* Update VRT
* Dummy commit
* Make notification swipe a bit snappier
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-11 14:35:01 -07:00
Margarida Reis
bf154db3d6
fix: align action buttons in modal for confirming transaction edit ( #4604 )
...
align the "Cancel" and "Confirm" buttons in the modal for confirming a transaction edit to the right-hand side for consistency
2025-03-11 14:15:49 -07:00
Joel Jeremy Marquez
4b48f09112
[TypeScript] Make db.all generic to make it easy to type DB query results ( #4542 )
...
* [TypeScript] Make db.all generic to make it easy to type DB query results
* Release notes
* Fix type
* Update return type
2025-03-10 12:14:13 -07:00
Matiss Janis Aboltins
6c7df7c1f9
♻️ (components) updated old import paths to use the new paths ( #4591 )
2025-03-10 18:11:30 +00:00
Matiss Janis Aboltins
0b9b440a7a
♻️ (components) remove InputWithContent component ( #4566 )
2025-03-10 17:21:00 +00:00
Matiss Janis Aboltins
ebb83aca51
♻️ (components) refactor useResponsive and move to comp. lib ( #4568 )
2025-03-10 15:32:17 +00:00
Joel Jeremy Marquez
e5c2ef47ac
[Mobile] Drag and drop income categories to re-order ( #4482 )
...
* [Mobile] Drag and drop income categories to re-order
* Fix category group ID
* Update borders
* Use list item value prop
* Cleanup
* useCallback
* Remvoe usage of useListData
* Fix typecheck error
* Release notes
* Fix import
* Update DropIndicator
* Update DropIndicator
* Fix drop indicator
2025-03-10 08:14:33 -07:00
Matiss Janis Aboltins
af068d1f89
🐛 fix rules page table incorrect row heights ( #4586 )
2025-03-10 12:11:09 +00:00
James Skinner
35fe969b1b
Typo fix in OutOfSyncMigrationsModal ( #4585 )
...
* Fix typo in OutOfSyncMigrationsModal.tsx
* Add release note
* Rename release note file to be id of PR rather than issue
2025-03-09 22:50:37 +00:00
Matiss Janis Aboltins
cc44fad62e
♻️ (components) rename SimpleTable to InfiniteScrollWrapper and cleanup ( #4578 )
2025-03-08 23:22:39 +00:00
lelemm
42294d4a53
🐛 Fix for var ACTUAL_OPENID_ENFORCE ( #4533 )
...
* Fix for var `ACTUAL_OPENID_ENFORCE`
* md
2025-03-08 13:34:56 -03:00
Joel Jeremy Marquez
d8fcd43324
Upgrade React Aria packages and address deprecated Section component warnings ( #4572 )
...
* Update react-aria packages and replace deprecated RAC Section component
* Release notes
2025-03-08 02:18:37 -08:00
Joel Jeremy Marquez
ccb07e12db
Delete no longer used deprecated Button component ( #4564 )
...
* Delete no longer used deprecated Button component
* Release notes
* Release notes
* Delete upcoming-release-notes/4127.md
2025-03-07 10:15:05 -08:00
Matiss Janis Aboltins
f2267587c8
♻️ (components) moving Input component to comp. library ( #4563 )
2025-03-07 16:56:17 +00:00
Joel Jeremy Marquez
4bc34776fb
Replace usage of deprecated Button in Autocomplete with new Button component ( #4561 )
...
* Replace usage of deprecated Button in Autocomplete with new Button component
* Release notes
* Remove console.log
2025-03-07 08:47:46 -08:00
Joel Jeremy Marquez
63657a8496
Replace usage of deprecated Button component in MobileForms with new Button component ( #4559 )
...
* Update mobile forms TapField to use the new Button component
* Release notes
* Fix typecheck error
* Cleanup
* Update VRT
* Dummy commit
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-07 08:44:11 -08:00
Joel Jeremy Marquez
b3e82c55f6
[Mobile] Drag and drop on accounts to re-order ( #4476 )
...
* Drag and drop on mobile accounts page
* Fix width
* Move account in DB
* Update onReorder
* Use ID as key
* Fix typecheck error
* Rename prop
* Alert for debugging
* Fix retrieval of keys
* Update after logic
* Fix retrieval of nextToTargetAccount
* More debug
* Remove alert
* Cleanup
* Fix typecheck error
* Drop indicator
* Use DropIndicator component
* Update drop indicator style
* Release notes
* Remove useListData
* Upgrade react aria components in case bug fixes were introduced
* Dummy commit
* Updat e react aria packages
* Revert react aria versions
* Update AccountListItem
* Dummy commit
* Pass ListBoxItem render props to child Button
* Update release notes
2025-03-07 07:59:07 -08:00
Matiss Janis Aboltins
9a45d6707d
♻️ (components) moving select component to component library ( #4556 )
2025-03-07 14:48:30 +00:00
Matiss Janis Aboltins
46138997d1
♻️ removing 'focused' prop from generic Input component ( #4557 )
2025-03-07 09:14:18 +00:00
Joel Jeremy Marquez
c19d5a5722
Replace usage of deprecated Button in TransactionEdit with new Button component ( #4560 )
...
* Replace usage of deprecated Button in TransactionEdit with new Button component
* Release notes
2025-03-06 19:59:45 -08:00
Joel Jeremy Marquez
c2cb61eb70
[Redux Toolkit Migration] notificationsSlice ( #4126 )
...
* Migrate to accountSlice
* Fix lint and typecheck errors
* Update types
* Fix lint
* Fix types
* Cleanup
* Rename file
* Rename state
* Cleanup
* Fix typecheck error
* Move createAppAsyncThunk
* Queries slice
* Budgets slice
* Fix lint errors
* Undo auto removal of import/no-unresolved
* Update index.ts
* Release notes
* Notifications slice
* Update payloads
* Fix addNotification import
* Fix addNotification import
* Fix typecheck error
* Fix build error
* Fix lint and typecheck error
* Coderabbit feedback
* Fix lint error
2025-03-06 19:59:19 -08:00
tempiz
ca5cd55585
Display Goal/Target Information on Mobile ( #4546 )
...
* Display Goal/Target Information on Mobile
* Create 4546.md
* Fix lint issues
* change hr and div to View and modified styling
* Fix lint errors again
---------
Co-authored-by: lelemm <lelemm@gmail.com >
2025-03-06 22:53:20 -03:00
Matiss Janis Aboltins
6fd5164987
♻️ removing usages of MenuButton ( #4555 )
2025-03-06 18:48:23 +00:00
lelemm
60a864a790
📚 Translate calendar related strings ( #4211 )
...
* Translate dates POC
* more dynamic loading of locales
* added locale
* linter
* linter and typecheck
* added md
* translated DateSelect component
* more translations and fixes
* removed redux state for locale
* linter
* typecheck fix
* fix test for schedules.ts
* linter
* fixed System Default language
* loading all locales at once
* added some fallback cases
* bugfix, linter and typecheck
* schedule description rework to have better translation labels
* fixes
* test fix
* Trigger actions
* merge of #4459
---------
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-03-06 15:17:38 -03:00
Matiss Janis Aboltins
c510f722ef
♻️ (components) moving icons to the component lib ( #4554 )
2025-03-06 18:16:59 +00:00
lelemm
1fed3ebbd7
✨ Memoize external accounts for bank sync ( #4540 )
...
* Memoize external accounts
* md
2025-03-05 12:23:08 -03:00
Joel Jeremy Marquez
84e4cda6ad
[TypeScript] Make db.firstSync generic to make it easy to type DB query results ( #4249 )
...
* [TypeScript] Make db.first generic
* Release notes
* Fix typecheck error
* Cleanup type
* Update db.first calls
* Fix strict type
* [TypeScript] Make db.firstSync generic
* Release notes
* Coderabbit review
2025-03-04 15:00:44 -08:00
Joel Jeremy Marquez
4fb5bbca34
Extract payees related server handlers from main.ts to server/payees/app.ts ( #4443 )
...
* Extract payees related server handlers from main.ts to server/payees/app.ts
* Release notes
* Payee model mapping methods
* Re-arrange methods
* Update types
* Remove undoable because there is withUndo already
* Support meta in undoable
* Fix types
* Fix typo on test
2025-03-04 15:00:27 -08:00
lelemm
e0805c125f
🐛 Fix for ACTUAL_PORT and PORT vars ( #4537 )
...
* Fix for ACTUAL_PORT and PORT vars
* md
2025-03-04 20:26:45 +00:00
Matt Fiddaman
a2fc6bdd31
Add "payee is nothing" condition to rule if there is no payee set in a schedule ( #4267 )
...
* if no payee set in schedule, add payee = nothing to rule
* note
2025-03-04 19:13:00 +00:00
Joel Jeremy Marquez
866f4891ce
[TypeScript] More specific types on budget table components ( #4524 )
...
* [TypeScript] More specific types on budget table components
* Release notes
* Wrong PR number
2025-03-04 11:00:34 -08:00
Joel Jeremy Marquez
0f7a1e6b97
[Redux Toolkit Migration] modalsSlice ( #4119 )
...
* Migrate to accountSlice
* Fix lint and typecheck errors
* Update types
* Fix lint
* Fix types
* Cleanup
* Rename file
* Rename state
* Cleanup
* Fix typecheck error
* Move createAppAsyncThunk
* Queries slice
* Budgets slice
* Fix lint errors
* Undo auto removal of import/no-unresolved
* Update index.ts
* Modal slice
* Use loot-core Modal type in all modals
* Fix typecheck error
* Fix errors
* Remove ModalsState
* Fix typecheck error
* Update payload
* Fix typecheck error
* Update new modals
* Fix typecheck errors
* Fix lint error
* Fix typecheck error
* Fix typecheck error
* Update packages/desktop-client/src/components/modals/PluggyAiInitialiseModal.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-03-04 10:38:33 -08:00
Matt Fiddaman
0b15ba18a0
disable mangling when building ( #4532 )
...
* disable mangling
* note
2025-03-04 18:09:08 +00:00
lelemm
cfc8186da1
🐛 Fix config for default data dir ( #4535 )
...
* Fix config for default data dir
* md
* Fix for testing
* linter
2025-03-04 18:06:13 +00:00
lelemm
47ad1492dc
🐛 Fix production builds missing convict and pluggy-sdk ( #4534 )
...
* Fix production builds
* md
2025-03-04 14:33:44 -03:00
lelemm
90af0466f4
🐛 Fixes for OpenID with the new config ( #4530 )
...
* Fixes for openid with the new config
* md
2025-03-04 13:57:18 -03:00
Luke
98e4ece50a
Allow marking transactions as Transfers on mobile devices ( #4511 )
...
* Extract existing "Make Transfer" functionality
* Add "Make Transfer" functionality to mobile menu
* Don't just blindly allow setting as transfer
* Update disabled colour and missing translations
* Fix import warnings
* Add release note
* Use correct translation function
* Determine whether to show the "Make Transfer" option or not based on the presence of an account
* Build list of menu options nicer
* Fix types
* Fix translations
* Use Trans component instead of t function
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
---------
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-03-04 13:37:58 +00:00
Szymon Romanko
9e82032595
Fixed transaction dates in bank sync with MBANK_RETAIL_BREXPLPW ( #4493 )
...
* fixed transaction date for MBANK_RETAIL_BREXPLPW
* cleared up imports after previous commit (9251d3e1 )
* added release notes
* linted code
* Update packages/sync-server/src/app-gocardless/banks/mbank_retail_brexplpw.js
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
---------
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-03-04 12:34:01 +00:00
lelemm
abb6e86f35
🐛 Fix on typed select ( #4529 )
...
* Fix on typed select
* md
* merge fix
* linter
2025-03-04 09:06:37 -03:00
Matt Fiddaman
c8d14cae09
improve summary report monthly average calculation ( #4302 )
2025-03-04 11:33:29 +00:00
lelemm
d815a22f6b
Refactoring load-config.js ( #4440 )
2025-03-04 08:15:46 -03:00
lelemm
d5e2030d23
Pluggy.ai bank sync ( #4049 )
...
* added Pluggy.ai bank sync
* added md
* code review nits
* small fixes
* fix syncs
* refactory after redux changes
* changed trunc to round
* removed debugger
* linter
* linter again
* sync-server changes
* types
* code review
* typecheck
* fixes
* removed old sync server file
* code review
* added more fields to mapping
* linter
* code review
* Update packages/sync-server/src/app-pluggyai/app-pluggyai.js
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
* code review
---------
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-03-04 08:07:58 -03:00
Matiss Janis Aboltins
f9b8dde199
🐛 make custom report side nav bar responsive ( #4522 )
2025-03-04 04:14:45 +00:00
Matt Fiddaman
c17cd28525
Show the last bank sync in plain language instead of timestamp ( #4523 )
...
* use relative time strings for last bank sync
* note
2025-03-03 21:58:53 +00:00
Margarida Reis
5ebbff4f87
feat: add "last reconciled" timestamp to accounts ( #4459 )
...
* feat: add "last reconciled" timestamp to accounts
add a `last_reconciled` column to the `accounts` table, which stores a UNIX timestamp indicating when each account was last reconciled
upon initial release, all accounts will display "Not yet reconciled"; however, after completing reconciliation and pressing the "Done reconciling" button, the timestamp will be updated accordingly
* test: generate mock accounts with `last_reconciled` as `null`
generate mock accounts with the `last_reconciled` value set to `null`, to match the expected behaviour that new accounts will start with a "Not yet reconciled" status
* improvement: display "last reconciled" timestamp in tooltip
relocate the "last reconciled" timestamp from the account balances header to a tooltip displayed when hovering over the "Reconcile" button
2025-03-03 12:27:57 -07:00
Matt Fiddaman
ca2a930bd5
bump versions to v25.3.1 ( #4521 )
...
* bump versions
* remove release notes from patch release
2025-03-03 19:13:29 +00:00
Margarida Reis
7346198360
fix: filtering of transfer transactions ( #4519 )
...
fix issue where transactions for transfers between accounts (i.e., transactions where the payee is another account) were not properly filtered during searches
2025-03-03 18:49:50 +00:00
Michael Clark
17c4d168fa
🐛 Fix error modal not showing when in non-secure context ( #4499 )
...
* init when not ssl
* bringing it all back
* huh
* race conditions....
* release notes
* remove unneeded console log
2025-03-03 18:47:27 +00:00
Michael Clark
b74175e660
:electron: Copy budget files to succeed even if cleanup fails & adding retries ( #4507 )
...
* allowing copy budget files to succeed even if cleanup fails
* release notes
* updating fs-extra
* retries in for removing dir
* better retry defaults
* defaults
2025-03-03 18:46:22 +00:00
youngcw
3628deee95
[Goals] Better processing for by templates ( #4486 )
...
* upgrade the by templates
* note
* lint
2025-03-03 09:37:20 -07:00
Matt Fiddaman
7650eed644
increase timeout for SimpleFIN batch sync and add debug logging ( #4515 )
...
* increase timeout for SimpleFIN batch sync, add logging
* note
* ensure errors bubble up to the UI
2025-03-03 15:49:10 +00:00
Mahmoud Hanafy
eeeb1d3bcd
Ignore user's fly.toml ( #4508 )
...
* Ignore user's fly.toml
* Add release notes
2025-03-03 14:17:42 +00:00
Gianluca Trombetta
3863ce369d
Fix typo ( #4506 )
...
* Fix typo
* Release notes
2025-03-03 10:30:58 +00:00
Julian Dominguez-Schatz
e10b105756
Fix number input on mobile with hidden decimals ( #4503 )
...
* Fix number input on mobile with hidden decimals
* Add release notes
2025-03-02 12:18:27 -05:00
Joel Jeremy Marquez
89006275a0
[TypeScript] Make db.first generic to make it easy to type DB query results ( #4248 )
...
* [TypeScript] Make db.first generic
* Release notes
* Fix typecheck error
* Cleanup type
* Update db.first calls
* Fix strict type
* Code review
* Fix typo
2025-03-01 09:33:45 -08:00
Joel Jeremy Marquez
b4f423eac0
[Mobile] Add support for searching child transactions ( #4471 )
...
* [Mobile] Add support for searching child transactions
* Release notes
2025-02-28 23:31:54 -08:00
Joel Jeremy Marquez
d5f55cee80
Fix react-hooks/exhaustive-deps error on useSheetValue.ts ( #4278 )
...
* Fix react-hooks/exhaustive-deps error on useSheetValue.ts
* Release notes
* Add comments
* Fix typecheck error
2025-02-28 23:20:25 -08:00
Joel Jeremy Marquez
fcf110749d
[Redux Toolkit Migration] budgetsSlice ( #4114 )
...
* Migrate to accountSlice
* Fix lint and typecheck errors
* Update types
* Fix lint
* Fix types
* Cleanup
* Rename file
* Rename state
* Cleanup
* Fix typecheck error
* Move createAppAsyncThunk
* Queries slice
* Budgets slice
* Fix lint errors
* Fix import
* Release notes
* Undo auto removal of import/no-unresolved
* Move backup actions to budgetSlice
* Fix lint error
* Fix loadBudget
* Update index.ts
2025-02-28 22:59:51 -08:00
Matt Fiddaman
6db52ca7a8
fix negative amount parsing ( #4489 )
...
* fix negative amount parsing
* note
2025-03-01 03:50:16 +00:00
Th3Heavy
e91f8e7e06
Update bank-factory.js add bank to BANKS_WITH_LIMITED_HISTORY ( #4416 )
...
* Update bank-factory.js
add bank 90 days limit history:
INDUSTRIEL_CMCIFRPAXXX
QONTO_QNTOFRP1
* Create 4416
* Rename 4416 to 4416.md
2025-03-01 02:54:54 +00:00
Matt Fiddaman
1425671d16
prevent subsequent builds from failing when fetching translations ( #4485 )
...
* bring back deleted files for subsequent builds
* note
2025-03-01 02:49:41 +00:00
Tim
61364fb846
align month picker years to the month text ( #4474 )
...
* align month picker years to the month text
* update vrt
* add upcoming-release-notes
2025-02-28 21:23:24 -05:00
Julian Dominguez-Schatz
1a5f83d78c
Update transaction repair tool to remove erroneous transaction errors ( #4464 )
...
* Update transaction fix tool to remove errors from regular transactions
* Add release notes
* Update 4464.md
2025-02-28 21:21:27 -05:00
github-actions[bot]
b0deedb411
🔖 (25.3.0) ( #4478 )
...
* 🔖 (25.3.0)
* Empty commit to bump ci
* Remove used release notes
* Empty commit to bump ci
* Bump sync-server for web release
* Remove used release notes
* Empty commit to bump ci
---------
Co-authored-by: jfdoming <9922514+jfdoming@users.noreply.github.com >
Co-authored-by: Julian Dominguez-Schatz <julian.dominguezschatz@gmail.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-28 20:19:57 -05:00
Michael Clark
103d95bbc8
🐳 Docker images to be published under the actual repo ( #4483 )
...
* docker images to be published to the main repo
* release notes
2025-02-28 19:38:34 -05:00
Julian Dominguez-Schatz
d11fc59ec9
Update bump-package-versions script to handle no input version ( #4477 )
2025-02-27 19:15:15 -05:00
Matt Fiddaman
1c931cf01c
add last bank sync tracking back in ( #4472 )
...
* add last sync tracking back in
* note
* type
* db.update
2025-02-27 19:41:24 +00:00
Matt Fiddaman
7f50c73866
fix category group deletion on mobile ( #4469 )
...
* fix deleting category groups on mobile
* note
2025-02-27 17:17:07 +00:00
youngcw
a7cde1f90d
fix #4445 ( #4468 )
...
* change condition
* new message
* fix
* lint
2025-02-27 10:06:08 -07:00
Julian Dominguez-Schatz
398ada0afd
Fix crash when deleting child transactions from an errored split ( #4465 )
...
* Fix crash when deleting child transactions from an errored split
* Add tests
* Add release notes
* Add graceful fallback
Fallback: don't try to show errors on a transaction if it's not actually
a split.
2025-02-27 09:16:52 -05:00
Julian Dominguez-Schatz
8b928b3b21
Fix missing space in bank sync strings ( #4463 )
...
* Fix missing space in string
* Add release notes
2025-02-26 20:17:02 -05:00
Matt Fiddaman
3897a5a51c
fix row spacing on bank sync page ( #4458 )
...
* fix bank sync row heights
* note
2025-02-27 01:05:46 +00:00
Alec Bakholdin
94f94497af
resets transaction search even if search text is not empty ( #4461 )
...
* resets transaction search even if search text is not empty
* added release notes
---------
Co-authored-by: Alec Bakholdin <abakho@icims.com >
2025-02-27 00:03:50 +00:00
Alec Bakholdin
a72fd74c5e
Resolves #4429 crash where clicking "manage payees" with an empty payee then clicking dropdown ( #4462 )
...
* added release notes
* only set payee in state on page navigation if payee id is present
---------
Co-authored-by: Alec Bakholdin <abakho@icims.com >
2025-02-27 00:02:23 +00:00
Joel Jeremy Marquez
5214549ed3
[Mobile] Change budget table colors when on non-current month ( #4448 )
...
* Change budget table colors when on non-current month
* Release notes
* Update VRT
* Dummy commit
* Revert calendar icon
* Update VRT
* Update schedule icons
* Update VRT
* Dummy commit
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-25 08:41:40 -08:00
Matt Fiddaman
3c8212e130
change i18n errors to info ( #4453 )
2025-02-25 16:02:45 +00:00
Matt Fiddaman
eface19216
sort schedule previews by date, then amount ( #4452 )
...
* sort schedule previews by date, then amount
* note
2025-02-25 15:10:38 +00:00
lelemm
f413fa03ae
🐛 Fix the default language init for electron ( #4439 )
...
* Fix for the default language for electron
* md
2025-02-24 00:03:12 -03:00
Matt Fiddaman
81b30d74e4
prevent docker-edge workflow from running on pushes to forks ( #4430 )
2025-02-22 22:48:18 +00:00
lelemm
0fddcac76d
📚 Start the application with the browser default language ( #4415 )
...
* Start the application with browser default language
* md
2025-02-22 12:21:06 -03:00
Andrey Romanov
1511587e88
Mobile: adjust modals height to visual viewport ( #4427 )
...
* Mobile: adapt autocomplete modals to visual viewport
* Fix modal max-height, animate height changes
* Update VRT
* Update max-height to be 90% of visual viewport
* Update VRT
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-22 00:18:18 +00:00
Michael Clark
ff7c358b83
:electron: Improving electron logs ( #4407 )
...
* enhancing electron logs to send messages to client window about logs send before client window startup
* release notes
* typing the logs
* ts
2025-02-21 19:58:18 +00:00
Joel Jeremy Marquez
f88b00ae77
Extract preferences related server handlers from main.ts to server/preferences/app.ts ( #4420 )
...
* Extract preferences related server handlers from main.ts to server/preferences/app.ts
* Release notes
* Fix types
* FIx typecheck errors
* Code review
2025-02-21 09:43:30 -08:00