Skip to content
Snippets Groups Projects
  1. Nov 22, 2023
  2. Nov 20, 2023
  3. Oct 30, 2023
  4. Jul 30, 2023
  5. Jun 28, 2023
  6. Jun 25, 2023
  7. Jun 18, 2023
  8. Jun 06, 2023
    • Jed Fox's avatar
      Remove account types (#948) · a25327d3
      Jed Fox authored
      Closes #944, closes #532. ~WIP because something is causing the test
      budget to fail to create because it’s using INSERT instead of UPDATE sql
      queries. (Or not? I have no idea)~
      Unverified
      a25327d3
  9. May 15, 2023
    • SudoCerb's avatar
      Add “Show unused payees” button (#1011) · 1305335f
      SudoCerb authored
      # Add ability to filter the Manage Payees screen to show orphaned payees
      only.
      
      I aimed to modify as little code as possible - we now have a button on
      the Manage Payees screen that will filter the table to show orphaned
      payees only.
      Unverified
      1305335f
  10. May 02, 2023
    • Jed Fox's avatar
      Remove unused payee rules feature (#985) · 646d0d90
      Jed Fox authored
      Fixes #615. I would appreciate double-checking that I didn’t
      accidentally delete anything that is important.
      
      Since I’m removing the related API methods, this is technically a
      breaking change (even if people would have no reason to remove this
      stuff), so we should probably do a major release of the API package.
      Unverified
      646d0d90
  11. Apr 29, 2023
  12. Apr 23, 2023
  13. Apr 12, 2023
  14. Apr 10, 2023
    • Alberto Gasparin's avatar
      Convert commonjs to esm (#877) · cd00da76
      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.
      Unverified
      cd00da76
  15. Apr 07, 2023
  16. Mar 21, 2023
  17. Feb 10, 2023
  18. Jan 25, 2023
  19. Jan 03, 2023
  20. Nov 13, 2022
  21. Sep 02, 2022
  22. Aug 31, 2022
  23. Aug 23, 2022
  24. Apr 29, 2022
Loading