Skip to content

Releases: theBGuy/go-work-tracker

v0.2.0

27 Feb 19:48
c76f0f1
Compare
Choose a tag to compare

What's Changed

  • [Feat] Add per project tracking + large refactor by @theBGuy in #9

Full Changelog: v0.1.0...v0.2.0

v0.1.0

20 Feb 06:26
5a5ef11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.1.0

v0.0.7

19 Feb 07:06
f49b00d
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/theBGuy/go-work-tracker/commits/v0.0.7

v0.0.6

17 Feb 01:30
Compare
Choose a tag to compare
  • Testing autoupdate for macOs

v0.0.5

14 Feb 19:05
Compare
Choose a tag to compare

Full Changelog: v0.0.4...v0.0.5

  • Fix auto-restarting after updating on unix like systems

v0.0.4

14 Feb 00:26
Compare
Choose a tag to compare

Full Changelog: v0.0.3...v0.0.4
run_elevated_linux -> run_elevated_notwin

  • Fixes compilation for macOS

v0.0.3

13 Feb 19:34
Compare
Choose a tag to compare

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

13 Feb 07:09
Compare
Choose a tag to compare

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 and restartSelf methods

v0.0.1

12 Feb 05:18
Compare
Choose a tag to compare
  • Initial trial of auto-updater