Skip to content
Snippets Groups Projects
  1. Jul 29, 2023
  2. Jun 21, 2023
    • Jed Fox's avatar
      Remove upgrade notifications code (#1156) · c6443f24
      Jed Fox authored
      None of this code is relevant to people who have used the open source
      app. I initially wanted to leave it in so it could be used for major new
      features in the future, but as it falls further and further out of date
      I think it’s best to just delete it in a clean PR that can be referenced
      later if desired.
      Unverified
      c6443f24
  3. Jun 18, 2023
  4. Apr 29, 2023
  5. 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
  6. Feb 28, 2023
  7. Feb 10, 2023
  8. Sep 02, 2022
  9. Aug 23, 2022
  10. Apr 29, 2022
Loading