- Aug 16, 2024
-
-
wdpk authored
* weblate mention in readme part of terms for libre plan * Create 3271.md * add link to internationalization section of documentation
-
Robert Dyer authored
* Translation: desktop-client/components/filters * add release note * fix linter * add missing t definition
-
- Aug 15, 2024
-
-
Matt Fiddaman authored
* hide target category from cover overspending list * release note * suggestions from joel-jeremy * useMemo and better types * add change to mobile * fix build * fix mobile
-
Robert Dyer authored
* Add rule action to append to transaction notes. * add release note * support prepending * fix linter * update release note * fix typecheck error * update VRT test code * revising VRT code * select by row * fix missing delete button * fix VRT tests * fix linter * empty commit for CI * avoid 'undefined' appearing in notes * fix linter
-
Robert Dyer authored
* Automatically focus inputs, or the primary button, in modals. * Set focus on more modals. * focus mobile transaction edits * add release note * fix linter * fix linter
-
Julian Dominguez-Schatz authored
* Add report budget typing * Remove default `any` types * Add release notes * Fix lint * Attempt to fix unrelated test error * fix: changed type name * More correct types * fix types
-
- Aug 14, 2024
-
-
Stefan Wilkes authored
* Added configuration to CSV importer that allows to skip lines * Fixed several type / parser check when import is executed with a different CSV structure on accounts with transactions * Fixed linter warning * Reverted changes on sync.ts as initial error is not occuring anymore. This will also fix the tests again --------- Co-authored-by:
youngcw <calebyoung94@gmail.com>
-
Neil authored
* Update ModeButton.tsx * Update upcoming-release-notes * Update 3257.md * Update ModeButton.tsx
-
Matiss Janis Aboltins authored
-
Robert Dyer authored
* Allow escaping tags with double ##. * add release note * convert '#' to '##' in bank sync-generated notes
-
Julian Dominguez-Schatz authored
* Remove some `any` types from the API * Add release notes * No backwards-incompatible changes * Update tests to reflect API changes * PR feedback: standardize on id for deletes * PR feedback: restore partial updates
-
Julian Dominguez-Schatz authored
* fix(mobile): show category for on-to-off-budget transfers * Add release notes
-
Michael Clark authored
* fix export on mac * add release notes
-
Eirik Reksten authored
* 3211: Added check for string before matching any object. * Release notes for 3251. * Fix release notes authors.
-
- Aug 13, 2024
-
-
Alex Walker authored
Signed-off-by:
Alex Walker <walker.c.alex@gmail.com>
-
Julian Dominguez-Schatz authored
* Fix transfer category in temporary transactions * Add visual regression tests to prevent this issue in the future * Add release notes
-
- Aug 12, 2024
-
-
Michael Clark authored
* add electron logging to main browser process console * add logging * removing old way * release notes * adding some logs in to test mac build * repent satan * i caste yeee oooott sinner * derp * hmmm< * forcing nodegyprebuild * not like this.... Not like this...
* hmm * dunno * will it recognise it if i link it manually.. * give up * rebuild * merge asars fasle * update package * manually do it ffs work damnit * remove the cmd * dont rebuild cause i build it manually * dafuq is this, two bettersqlite modules installed huhhhhh * test * does this work? * bloody hell * couple more logs * test this out * arch in name * adding the rebuild step back into first build * try rebuild before pack - so we know what arch we need * having a laugh * tidying up * release notes * move package up a bit * exit process if no electron verison -
Joel Jeremy Marquez authored
* More components to use react aria Button * vrt * Fix account menu test * vrt * vrt * VRT * VRT * React Aria Button - Reports page * Release notes * Fix typecheck error * Fix typecheck error + VRT (Create new custom report button got slightly bigger) * Fix payee icon color
-
Joel Jeremy Marquez authored
* Mobile transaction long press * Floating action bar * Styling * Add functionality * Fix typecheck error * Release notes * Undo notifications * Fix schedules and update transaction delete confirmation message * Use react-aria useLongPress * Bulk edit amount display * Themes * Do not clear on batch update * useUndo hook * Fix typecheck error * Update useUndo * Fix typecheck error * Handle batch deleted transactions * useMemo * Make onClearSelectedTransactions mandatory * Extract FloatingActionBar to a separate component * Require onAddSelectedTransaction and onClearSelectedTransactions if there are any selectedTransactions * Fix schedule link * Undo notification timeout * Use useSelected * Fix typecheck error * Category transactions batch updates * Remove undo notification title * Fix types * Fix notes undo notification * Move SelectedProvider to TransactionListWithBalances * Remove NewPayeeEntity * Disable support for amount batch edit for now * Fix lint error * Notification inset + reuse useTransactionBatchActions * Always show notification close button regardless if sticky or not * Allow clicking action bar when notifications are present * Fix typecheck error * Remove inset on addNotification calls * Use PressResponder * Fix mobile transaction border * VRT * VRT * VRT * VRT
-
Julian Wachholz authored
* fix: i18n: Use 'en' as default language Using 'cimode' as default language code will return the translation keys verbatim without doing interpolation. This is unwanted unless working directly on localization. Fixes #3240 * Add release note
-
Matiss Janis Aboltins authored
-
Jordan Lees authored
* Fix off-by-one error when placing category into 2nd-to-last place Signed-off-by:
JL102 <jordanlees@mailbox.org> * Add changelog file Signed-off-by:
JL102 <jordanlees@mailbox.org> --------- Signed-off-by:
JL102 <jordanlees@mailbox.org>
-
- Aug 11, 2024
-
-
Julian Dominguez-Schatz authored
* Correct type for `to-budget` field * Add release notes * Don't enable `strictNullChecks` for now
-
Julian Wachholz authored
* feat: introduce i18n framework * Incorporate review feedback * Patch demo * remove unnecessary arguments * Consistently use t() function * Fix typing issue * Fix e2e tests --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
pmoon authored
-
- Aug 10, 2024
-
-
Robert Dyer authored
-
- Aug 09, 2024
-
-
pmoon authored
* fix(#2562): Prevent transaction deduplication for imported transactions (#2770) * fix(#2562): Prevent transaction deduplication for imported transactions * chore(): eslint fixes * chore(): Add release note file * fix(#2562): Allow transaction deduplication if transaction being imported is null * chore: Rename release note, add strazto as author * test(loot-core): Add test case for new logic * docs(release-notes.loot-core): Add pmoon00 as author * test(loot-core): Update test case to not be affected by unrelated bug * test(loot-core): fix linter --------- Co-authored-by:
Mohamed El Mahdali <mohamed.elmahdali.developer@gmail.com> Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * Add Handling For goCardless Fuzzy Search * Rename Release Note File * Rename Release Notes File * Fix UseFuzzySearchV2 After Merge Conflict * Update Fuzzy Search Query To Include New Columns * Update useFuzzyMatchV2 Variable To useStrictIdChecking * Update useStrictIdChecking To Only Be Used If It's Not Syncing From External Sources --------- Co-authored-by:
Matthew Strasiotto <39424834+strazto@users.noreply.github.com> Co-authored-by:
Mohamed El Mahdali <mohamed.elmahdali.developer@gmail.com> Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Aug 08, 2024
-
-
Robert Dyer authored
* Add "S" hotkey for viewing/linking schedules. * Default to filtering by account name when linking a schedule to a transaction. * Work on 'all accounts' page. * Update help modal * add release note
-
Michael Clark authored
* add electron logging to main browser process console * add logging * removing old way * release notes
-
- Aug 07, 2024
-
-
Michael Clark authored
* fix gocardless call - forked process didnt know its origin * add release notes * mamma mia * remove old change
-
Julian Dominguez-Schatz authored
* Add rollover budget typing * Fix lint * Add release notes * Fix strict typechecking
-
- Aug 06, 2024
-
-
Matiss Janis Aboltins authored
-
Neil authored
* SpendingMobile UI * notes
-
Matiss Janis Aboltins authored
-
Spencer Murray authored
* Use csv fields with name payee/notes as defaults for Payee/Notes in getInitialMappings * Add release notes * Run lint * Use or instead of nullish coalesce to match other fields
-
Matt Fiddaman authored
-
Joel Jeremy Marquez authored
* More components to use react aria Button * Release notes * vrt * Fix typecheck error * Fix account menu test * Fix typecheck error * Fix typecheck error * Remove unnecessary aria-labels * Fix payee icons and category notes * vrt * vrt * Fix notes button * Fix typecheck error * Fix lint error * VRT * Remove default :focus on Button2 * Add Button2 defaultClassName * Update className * Fix typecheck error * Cleanup * VRT * Fix typecheck error * Fix typecheck error * Fix typecheck error * react-aria Button for budget pages * Release notes
-
Joel Jeremy Marquez authored
[React Aria Button] - Migrate sidebar, notifications, transactions, recurring schedule picker buttons (#2984) * More components to use react aria Button * Release notes * vrt * Fix typecheck error * Fix account menu test * Fix typecheck error * Fix typecheck error * Remove unnecessary aria-labels * Fix payee icons and category notes * vrt * vrt * Fix notes button * Fix typecheck error * Fix lint error * VRT * Remove default :focus on Button2 * Add Button2 defaultClassName * Update className * Fix typecheck error * Cleanup * VRT * Fix typecheck error * Fix typecheck error * Fix typecheck error
-
Robert Dyer authored
-
- Aug 05, 2024
-
-
Matt Fiddaman authored
-