- Sep 20, 2024
-
-
Matiss Janis Aboltins authored
-
- Sep 19, 2024
-
-
Joel Jeremy Marquez authored
* Undo auto transfer notes + auto notes for cover * Release notes * Fix notes * Fix notes undo * Do not show clicked category on transfer or cover menus * Fix typecheck error * typecheck * Fix removeCategoriesFromGroups
-
- Sep 17, 2024
-
-
Matt Fiddaman authored
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
- Sep 10, 2024
-
-
Matiss Janis Aboltins authored
*
(synced-prefs) moving budgetType pref back to MetadataPrefs (temporary) * Release notes
-
- Sep 08, 2024
-
-
Michael Clark authored
* prevent metadata.json update if the sync time value is the same as the saved one * release notes
-
- Sep 07, 2024
-
-
Tim authored
* add option to select dark theme for "System default" * add release notes * fix release notes * update visual tests
-
- Sep 04, 2024
-
-
Koen van Staveren authored
* fix: typescript rschedule types * chore: release note
-
- Sep 03, 2024
-
-
Matiss Janis Aboltins authored
-
- Aug 30, 2024
-
-
Ryan Bianchi authored
-
- Aug 28, 2024
-
-
Michael Clark authored
* solves the problem but creates a vulnerability * sake... * working but need to specify rootca.pem * works * being flexible on the cert names, as long as its a crt or pem * remove console logs * initial setup for adding cert * caps * comments * fix ts strict * rewrote it * release notes * remove unneeded * https no polyfill * removing the cert reference if it is not found * moving full stop
-
- Aug 26, 2024
-
-
Matt Fiddaman authored
* optimise * lint * release note * psybers feedback
-
- Aug 23, 2024
-
-
lelemm authored
* new tag filter * fixes * release notes * fixes for the rules modal * more fixes * linter * visual regression fixes * review suggestions * missing this change
-
- Aug 22, 2024
-
-
Robert Dyer authored
-
- Aug 20, 2024
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
Robert Dyer authored
* Better debug logs for bank sync errors. * add release note * force CI update
-
- Aug 17, 2024
-
-
Matiss Janis Aboltins authored
-
- Aug 15, 2024
-
-
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
-
- 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>
-
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
-
- Aug 13, 2024
-
-
Alex Walker authored
Signed-off-by:
Alex Walker <walker.c.alex@gmail.com>
-
- Aug 12, 2024
-
-
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
-
Matiss Janis Aboltins authored
-
- Aug 11, 2024
-
-
pmoon 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 05, 2024
-
-
Alex Walker authored
* Add unit tests for each goal type * Add test for goals schedule template * Update release notes
-
- Aug 04, 2024
-
-
Matiss Janis Aboltins authored
-
rodriguestiago0 authored
-
youngcw authored
* revert built in number parse * note * tests * remove trivial test * more tests --------- Co-authored-by:
Julian Dominguez-Schatz <julian.dominguezschatz@gmail.com>
-
- Aug 03, 2024
-
-
alcroito authored
Imported hidden categories had the parent category entity id (UUID) appended to the end of the name, making the category name quite long and somewhat hard to read. Remove the entity id from the end, and replace the apostrophe that divides the master category from the sub category with a forward slash. This shortens the name, ensuring a better chance that the full category name fits into the default table cell width. Co-authored-by:
DJ Mountney <david@twkie.net>
-
Sebastian Civarolo authored
* update conditionExists function to compare filter options * rename method * array.some instead of for loop * release note * refactor the condition search
-
Julian Dominguez-Schatz authored
* Disable typography linter in tests * Add release notes * Remove unused type ignore
-
- Jul 29, 2024
-
-
Matiss Janis Aboltins authored
-
- Jul 26, 2024
-
-
youngcw authored
* update the parser * can set goal value, but there are errors and it still needs to look for a balance and not month amount * fix apply budget * un change * note * lint * working processing, need to set colors based on month somehow * add long goal option to the gui and db * note, lint * fix cleanup * fix * make mobile work, lint * fix bindings * more proper * lint * fix single category run * don't unset goal values if they don't have a template too * lint * more lint * fix check when no template exists * rearrange to get around the issue of inconsistent colors * lint * typecheck * add field to aql schema * fixes * cleanup * migration date
-
- Jul 24, 2024
-
-
Neil authored
* updateReport db Schema fix * notes * error
-
- Jul 22, 2024
-
-
Bruno Ribeiro authored
Enhance Autocomplete sorting, Payees tab filter, and Schedules tab filter to ignore characters with accents / diacritics (#3045) * Autocomplete sort now ignores diacritics * Payees tab now takes into account diacritics * Category Autocomplete now ignores diacritics * Schedules filter now ignore diacritics * Added release note * Fixed type error * Added normalisation to manage rules filter * Added normalisation to $like operator * Added normalisation function to loot-core * Fixed type error & added normalisation to notlike * Fixed unit tests * Changed normalise to use loot-core/shared on desktop * Linting fix
-