Skip to content

1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jan 23:52
· 162 commits to main since this release

This is a quick release with a minor feature.

Changes from release 1.0.0:

  • Add update checker
  • Replace usages of the deprecated fs.rmdir(path, { recursive: true }) to fs.rm(path, { recursive: true })

I had to add this update checker instead of using prebaked electron update solutions because of code signing.