Releases: SimonTheLeg/deepwork
Releases · SimonTheLeg/deepwork
v0.6.2
v0.6.1
Feature/add go modules (#15) * switch to go modules * adapt circle-ci to use go mod * fix path bug in ci
v0.5.1
Add a unit test for DetermineAction (#12) * Add a unit test for DetermineAction
v0.5.0
Fix closing of non-existing apps (#11) * Fix closing of non-existing apps
v0.4.1
Add MIT License (#10) * Add License
v0.4.0
Upgrade handlers (#8) * Rewrite Open & Close App to use new handler * Rewrite Notification Center to use new handler * Make the old example-config the new default config
v0.3.0
Add do not disturb mode (#6) * Add Method for enabling Do Not Disturb Mode * Add Method for disabling Do Not Disturb Mode
v0.2.0
Close apps in parallel (#4) * Also show output when an app was opened/closed successfully * Use goroutines to close apps in parallel
v0.1.1
Add ci and cd (github release) (#3) * Add Circle-CI config * Update config.yml to be Circle CI 2.0 compatible * Add support for store_test_results * Change test output format to junit, so circle ci can automatically recognize it * Add ability to list deepwork version * Add ability to persist go binary for release step * Add github release step * Add info about installation in Readme * Use ldflags for app version instead of hardcoding it in main.go * Only run publish-github-release on master branch
v0.1.0
Fix git tag