Skip to content
Snippets Groups Projects
  1. Jun 24, 2023
  2. Jun 23, 2023
  3. Jun 21, 2023
  4. Jun 20, 2023
  5. Jun 19, 2023
  6. Jun 18, 2023
  7. Jun 17, 2023
  8. Jun 16, 2023
  9. Jun 15, 2023
  10. Jun 14, 2023
  11. Jun 13, 2023
  12. Jun 11, 2023
  13. Jun 10, 2023
    • Jed Fox's avatar
      Update recommended version to Node.js 18 (#1117) · c1af40ff
      Jed Fox authored
      After #1115, new Node.js versions will be able to be used for
      development of the frontend. This PR changes the recommended Node.js
      version to 18 (the current LTS version). I have also tested with 16 and
      20 and it works.
      
      I also took the opportunity to:
      
      - move the build script that was at the project root to the `bin/`
      folder
      - update the `browserslist` to target Electron 24 (which is the version
      we currently build against). This results in a slightly smaller bundle
      due to no longer having to transpile optional chaining.
      Unverified
      c1af40ff
    • Jed Fox's avatar
      Update loot-core to webpack 5 (#1115) · f06edd72
      Jed Fox authored
      ~based on #1114~
      
      This brings its build process up to date with the rest of the project.
      We can now use Node 20 to build successfully.
      
      Closes #918
      Unverified
      f06edd72
  14. Jun 09, 2023
  15. Jun 08, 2023
  16. 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
    • youngcw's avatar
      Goals: Remainder option (#1101) · ed285e9a
      youngcw authored
      Added the option to add a remainder goal template. This will use the
      remaining available funds and dump them into the respective category.
      There is optional weighting. The remainder templates will be forced to
      the lowest priority as to run after all other templates.
      
      Usage: `#template remainder <weight>` Add the template line to any
      categories you want to catch any remaining funds such as savings. The
      amount added to the category will equal
      `remaining_budget/total_of_weights*weight`. The default weight is 1.
      Unverified
      ed285e9a
  17. Jun 05, 2023
  18. Jun 04, 2023
    • Shazib Hussain's avatar
      More Electron fixes (#1099) · be810916
      Shazib Hussain authored
      - Fix socket connection issues when reloading
      - Fix external url clicking & middle clicking internal links
      - Remove broken menu option. Easier for now than refactoring the
      settings panel it now lives in. We can add it back later if needed?
      Unverified
      be810916
Loading