Releases: nwutils/nw-updater
Releases · nwutils/nw-updater
v0.3.5
What's Changed
- unused global dependency by @brian-mann in #98
- Added a note about permissions on Windows by @thoughtspacewebsites in #102
- Fix broken headings in Markdown files by @bryant1410 in #119
- ci: setup github actions by @ayushmanchhabra in #126
- test: update deps and refactor test suite by @ayushmanchhabra in #135
- Callback validation into checkNewVersion by @edelciomolina in #117
- decode the uupdate package's uri by @avennn in #116
- Create index.d.ts by @egorovsa in #121
- Uncompressed app update fix by @neels in #113
- fix: refactor impl and update deps by @ayushmanchhabra in #167
Full Changelog: 0.2.1...v0.3.5
bug fix
0.2.0
quick fix for linux
makes 0.1.0 work for linux
0.1.0
Changes:
- Custom app & exec name / path support. Much more flexible now, less assumptions. See readme. #35 #37
updater.checkNewVersion
now always calls callback withnewVersionExists
argument and enforces semantic versioning. #36 #39updater.run
just callsnw.gui.Shell.openItem
for Windows & Mac. #37 #41updater.download
now correctly handles 404s, etc. #34- Improved docs.