- Mar 05, 2024
-
-
shall0pass authored
* budget name / mobile account category color * note * color of plus on account page
-
- Mar 04, 2024
-
-
shall0pass authored
* add log messages to schedule templates * log the included schedules * more log output * use a negate filter for sinking funds * carve out a top out exception if no sinking funds * note
-
shall0pass authored
* remove automatic funding of rollover categories * note
-
Matiss Janis Aboltins authored
-
- Mar 03, 2024
-
-
DJ Mountney authored
* Adds option to make a transfer from two selected transactions - Transactions amount must match - Transactions must be from different accounts - Split transactions not eligible
-
DJ Mountney authored
* Update shared transaction module to strict typescript
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
*
(24.3.0) * Remove used release notes --------- Co-authored-by:github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-
- Mar 02, 2024
-
-
Neil authored
* Fix crash * notes
-
- Mar 01, 2024
-
-
Neil authored
* Button changes and time filters * rename on dashboard * notes * fix time filters * Sort Categories * Page title * category sort order * move button * featureflag * Highlight report name * sankey fix * VRT * remove doubled element * update * fixes * fixes * create button fix and rename card fix * Title change
-
- Feb 28, 2024
-
-
Neil authored
* updated saved work * merge fixes * Disable CREATE TABLE * notes * turn on db table * Fix TableGraph recall crash * table format changes * type fixes * fixing some card displays * merge fixes * revert table change * cardMenu width * Add Saved Reports Autocomplete * notes * fix invalid values crash * Title and auto-focus and esc * notes * fix filtering logic * reload saved filters * lint fix * visual graph changes * merge fixes * fix * review updates
-
Neil authored
* Add interval split and menu items * notes
-
youngcw authored
* specify 2 decimal places in the csv amount parser * note * update tests * cleanup
-
- Feb 27, 2024
-
-
youngcw authored
* fix missing name * note * update how payees is created * lint
-
- Feb 26, 2024
-
-
shall0pass authored
* color updates * release note
-
- Feb 21, 2024
-
-
shall0pass authored
* update colors * remove comments
-
Neil authored
* AutoComplete clean-up * notes * lint fix * fix tests * review fix * type
-
Julian Dominguez-Schatz authored
* Show splits on rules page * Add `ActionExpression` for 'allocate'-type actions * Add release notes * Fix type errors
-
Neil authored
* updated saved work * merge fixes * Disable CREATE TABLE * notes * turn on db table * Fix TableGraph recall crash * table format changes * type fixes * fixing some card displays * merge fixes * revert table change * cardMenu width * notes * fix filtering logic * reload saved filters * lint fix * visual graph changes * slice fixes * typescript update
-
Julian Dominguez-Schatz authored
* Add plugin for offline PWA support * Add release notes * Attempt to fix kcab fetch issue * Fix type errors * Cache more file types * Empty commit to try to bump action * Attempt to fix fonts
-
- Feb 20, 2024
-
-
Joel Jeremy Marquez authored
* Add tsconfig excludes * Release notes
-
DJ Mountney authored
-
youngcw authored
* schedule default amount * note * vrt
-
- Feb 17, 2024
-
-
DJ Mountney authored
* Converts html special characters in ofx values to plaintext - Apply during ofx/qfx import
-
- Feb 16, 2024
-
-
shall0pass authored
* midnight updates * updates * updates * background one shade darker * change highlights to match other accents * release note * link color * variable spelling * Upcoming pill color * theme switch bug * remove development, type error * toggle background, disabled background+text * account pillboxes and icons * typecheck error
-
Matiss Janis Aboltins authored
-
- Feb 15, 2024
-
-
DHRUV RAMDEV authored
* fix: Margin when editing account on desktop * add release notes * increase margin * Update regression tests * fix: Reduce padding in other areas * update snapshots
-
Tristan Radisson authored
* Allow early schedule post transaction * Added release notes file
-
- Feb 13, 2024
-
-
Neil authored
* move saved filters * MenuButton * fixes * update * FiltersStack * notes * merge fixes * review fixes * error catch
-
- Feb 12, 2024
-
-
Joel Jeremy Marquez authored
* Hooks for frequently made operations * Release notes * Fix typecheck errors * Remove useGlobalPrefs * Add null checks * Fix showCleared pref * Add loaded flag for categories, accounts and payees state * Refactor to reduce unnecessary states * Fix eslint errors * Fix hooks deps * Add useEffect * Fix typecheck error * Set local and global pref hooks * Fix lint error * VRT * Fix typecheck error * Remove eager loading * Fix typecheck error * Fix typo * Fix typecheck error * Update useTheme * Typecheck errors * Typecheck error * defaultValue * Explicitly check undefined * Remove useGlobalPref and useLocalPref defaults * Fix default prefs * Default value * Fix lint error * Set default theme * Default date format in Account * Update packages/desktop-client/src/style/theme.tsx Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Feb 11, 2024
-
-
Matiss Janis Aboltins authored
-
Johannes Löthberg authored
It has been superseded by the new custom reports feature. Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
Hinerangi Courtenay authored
* Fix Mobile menu blocks items (#2040) * Only set bottom padding on pages the mobile nav bar is used (#2040) * Add release note for PR
-
- Feb 10, 2024
-
-
Neil authored
* updated saved work * merge fixes * Disable CREATE TABLE * notes * turn on db table * Fix TableGraph recall crash * table format changes * type fixes * fixing some card displays * merge fixes * revert table change * Revert Changes * notes * merge fixes * notes * notes * revert notes * Area changes
-
- Feb 09, 2024
-
-
Neil authored
* dynamic graph margins * notes
-
- Feb 08, 2024
-
-
DJ Mountney authored
* Fix parse errors with OFX data with no transactions - Return an empty array instead of an array of undefined
-
Matiss Janis Aboltins authored
*
(typescript) patching sendCatch type * Release notes -
youngcw authored
* update manifest * note * note * typo * theme color * add maskable icons * fix icon color
-
DJ Mountney authored
* Typescript: pass 2 at updating api-handlers to match server handlers
-
Julian Dominguez-Schatz authored
* Add split creation UI to rule creation modal * Support applying splits when rules execute * fix: deserialize transaction before running rules According to how rules are run in other places in the app, we should be supplying a "deserialized" (i.e., integer-for-amount and ISO date) transaction rather than a "serialized" (amount-plus-formatted-date) one. This fixes a crash in how split transactions are applied, as well as date-based rules not applying correctly previously (any rule with a date condition would never match on mobile). * Add release notes * Fix missing types pulled in from master * PR feedback: use `getActions` * PR feedback: use `flatMap` * Fix action deletion * Don't flicker upon split deletion * Let users specify parent transaction actions (e.g. linking schedules) * Support empty splits * Revert adding `no-op` action type * Support splits by percent * Fix types * Fix crash on transactions page when posting a transaction The crash would probably have occurred in other places too with auto-posting schedules :/ * Fix a bug where schedules wouldn't be marked as completed This was because the query that we previously used didn't select parent transactions, so no transaction was marked as being scheduled (since only parent transactions have schedule IDs). * Add feature flag * Limit set actions within splits to fewer fields * Fix merge conflict * Don't run split rules if feature is disabled * Fix percent-based splits not applying * Fix crash when editing parent transaction amount * Auto-format * Attempt to fix failing tests * More test/bug fixes * Add an extra split at the end if there is a remaining amount * Make sure split has correct values for dynamic remainder * Remove extraneous console.log
-