- May 03, 2024
-
-
Matiss Janis Aboltins authored
-
- Apr 11, 2024
-
-
DJ Mountney authored
* Improve api output types - Fixes some missing models - Fixes some output path aliasing * Add changelog
-
- Apr 02, 2024
-
-
Matiss Janis Aboltins authored
-
- Mar 09, 2024
-
-
Robert Dyer authored
-
- Mar 03, 2024
-
-
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>
-
- Feb 08, 2024
-
-
Joel Jeremy Marquez authored
* Upgrade desktop-client depenencies * yarn dedupe * Update useSelectors * Update loot-core deps * yarn dedupe * Move deps to devDependencies * yarn dedupe
-
- Feb 07, 2024
-
-
Joel Jeremy Marquez authored
* Upgrade desktop-client depenencies * Release notes * yarn dedupe * yarn dedupe * Fix typecheck error * Update sass * Update useSelectors
-
- Feb 02, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 24, 2024
-
-
Joel Jeremy Marquez authored
* Update vite / swc / ts versions * Release notes * Revert root tsconfig module changes * yarn dedupe * Dummy update to run pipeline * Update webpack and playwright * Update playwright docker images
-
- Jan 20, 2024
-
-
DJ Mountney authored
* Bundle loot-core types into the API So we can have loot-core be the source of truth for some types that get passed through - Improves downstream development with API by including types - Use path aliases for dist vs dev tsconfigs - Convert api index to typescript as example - Permit ts-ignore for issues with our version of typescript --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Jan 19, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 15, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 09, 2024
-
-
DJ Mountney authored
* Tests: Add api CRUD tests for payees and transactions
-
Matiss Janis Aboltins authored
-
- Jan 06, 2024
-
-
Joel Jeremy Marquez authored
* ESLint no-default-imports part 1 * Release notes * Remove Notes.tsx default export * Fix Notes imports
-
Matiss Janis Aboltins authored
-
- Dec 15, 2023
-
-
iOSLife authored
-
- Dec 05, 2023
-
-
DJ Mountney authored
-
- Dec 02, 2023
-
-
DJ Mountney authored
-
Matiss Janis Aboltins authored
-
- Nov 28, 2023
-
-
Stefan Hall authored
-
- Nov 23, 2023
-
-
DJ Mountney authored
-
- Nov 22, 2023
-
-
Joel Jeremy Marquez authored
-
- Nov 20, 2023
-
-
Stefan Hall authored
-
- Nov 14, 2023
-
-
Matiss Janis Aboltins authored
-
- Sep 03, 2023
-
-
Matiss Janis Aboltins authored
-
- Aug 07, 2023
-
- Aug 02, 2023
-
- Jul 29, 2023
-
-
Jed Fox authored
-
- Jul 09, 2023
-
-
Matiss Janis Aboltins authored
Closes #1296 After this is merged I'll do an API release which will also solve https://github.com/actualbudget/actual/issues/1303
-
- Jun 28, 2023
-
-
Jed Fox authored
I noticed that: - The web and electron versions of our `uuid` module both looked exactly the same… - …and deferred to the `uuid` package… - …and the async version just called the sync API. So now we will just use the `uuid` package directly everywhere.
-
- Jun 26, 2023
-
-
Jed Fox authored
This significantly speeds up `yarn lint` for me. It also ensures we’re listing all source files in the project, including the `.eslintrc` files and any other files that may be present.
-
- Jun 15, 2023
-
-
Jed Fox authored
Depends on https://github.com/actualbudget/docs/pull/202.
-
- Jun 09, 2023
-
-
Jed Fox authored
Bundle sizes are unchanged but now we no longer pull in the Electron-specific FS code on the web version
-
- Jun 02, 2023
-
-
Jed Fox authored
-
- Jun 01, 2023
-
-
Matiss Janis Aboltins authored
Web: https://github.com/actualbudget/actual/pull/1087 Server: https://github.com/actualbudget/actual-server/pull/207 Docs: https://github.com/actualbudget/docs/pull/179 --------- Co-authored-by:
Jed Fox <git@jedfox.com> Co-authored-by:
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-
- May 24, 2023
-
-
Matiss Janis Aboltins authored
<!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes -->
-
- May 22, 2023
-
-
Jed Fox authored
This allows using the API as documented. In #877, I think this was unintentionally converted to be a named export.
-
- May 16, 2023
-
-
Jed Fox authored
-
- May 04, 2023
-
-
Matiss Janis Aboltins authored
-