- May 16, 2024
-
-
Michael Clark authored
-
- May 07, 2024
-
-
Matiss Janis Aboltins authored
-
- May 03, 2024
-
-
Matiss Janis Aboltins authored
-
- Apr 02, 2024
-
-
Matiss Janis Aboltins 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 09, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 06, 2024
-
-
Matiss Janis Aboltins authored
-
- Dec 02, 2023
-
-
DJ Mountney authored
-
Matiss Janis Aboltins authored
-
- Nov 28, 2023
-
-
Stefan Hall 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 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 16, 2023
-
-
Jed Fox authored
-
- May 04, 2023
-
-
Matiss Janis Aboltins authored
-
- Apr 10, 2023
-
-
Alberto Gasparin authored
This PR converts everything (aside from electron) from CommonJS to ESM. It is needed to reduce the changes that will happen during the migration to Typescript (as TS does not play nice with CJS). Basically: - rewrite `require()` to `import` - rewrite `module.exports` to `exports` - introduce `ts-node` to run importers so we can convert them to TS too Lastly, sorry for this larg-ish PR, not my preference but when I tried to reduce its scope, I would end up with mixed commons/esm that was even more tricky to handle.
-
- Apr 09, 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 -->
-
- Apr 07, 2023
-
-
Matiss Janis Aboltins authored
-
- Apr 06, 2023
-
-
Jed Fox 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 -->
-
- Mar 09, 2023
-
-
Matiss Janis Aboltins authored
A new release for `api` too so we could start using `better-sqlite3` v8 in `actual-server`.
-
- Feb 28, 2023
-
-
Jed Fox authored
* Sort transactions by date in updateCategoryRules * Update better-sqlite3 to 7.5.0 * Update better-sqlite3 to v8
-
- Feb 24, 2023
-
-
Jed Fox authored
* Make it easier to build the bundle.api.js for the API * Remove budgetId parameter, move config to top level of API * that’s a breaking change * Add support for signing into the server in init() * Add api.downloadBudget(syncId, { password }) method * Fix lint errors * Refactor: extract out getSyncError * api/download-budget: sync if possible instead of downloading * Don’t bother with fetching remote files and installing key if the file is local * *groupId * FIx lint issues * Remove extra close+reopen * Refactor out duplicate load-budget logic * Trailing commas
-
- Feb 02, 2023
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
- Dec 08, 2022
-
-
James Long authored
-
James Long authored
-
James Long authored
-