Releases: theBGuy/go-work-tracker
Releases · theBGuy/go-work-tracker
v0.2.0
v0.1.0
v0.0.7
v0.0.6
v0.0.5
Full Changelog: v0.0.4...v0.0.5
- Fix auto-restarting after updating on unix like systems
v0.0.4
Full Changelog: v0.0.3...v0.0.4
run_elevated_linux
-> run_elevated_notwin
- Fixes compilation for macOS
v0.0.3
Full Changelog: v0.0.2...v0.0.3
Updated wails cli + added build tags for linux vs windows
- wails cli v2.7.1 -> v2.8.0
- broke the
runElevated
method into two files for handling linux vs windows packages
v0.0.2
Full Changelog: v0.0.1...v0.0.2
Cleanup + Fixed autoupdating
- Moved csv related methos to
csv_helper.go
- Moved other helper methods to
helpers.go
- Moved auto update related methods to
auto_update.go
- Added new
newVersionAvailable
property to App struct - Add
UpdateAvailable
method so we can display info in the front-end - Added
runMeElevated
andrestartSelf
methods