1.1.0
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 })
tofs.rm(path, { recursive: true })
I had to add this update checker instead of using prebaked electron update solutions because of code signing.