Skip to content

Releases: SimonTheLeg/deepwork

v0.6.2

15 May 19:47
94e13c6
Compare
Choose a tag to compare
make new applescript compatible (#16)

* make compatible with new apple script

v0.6.1

15 May 19:20
00b4714
Compare
Choose a tag to compare
Feature/add go modules (#15)

* switch to go modules

* adapt circle-ci to use go mod

* fix path bug in ci

v0.5.1

07 Oct 14:58
01233d3
Compare
Choose a tag to compare
Add a unit test for DetermineAction (#12)

* Add a unit test for DetermineAction

v0.5.0

07 Oct 14:25
1403745
Compare
Choose a tag to compare
Fix closing of non-existing apps (#11)

* Fix closing of non-existing apps

v0.4.1

07 Oct 12:08
4da94bd
Compare
Choose a tag to compare
Add MIT License (#10)

* Add License

v0.4.0

07 Oct 11:39
e4c9cb4
Compare
Choose a tag to compare
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

29 Sep 11:20
e2a4ed6
Compare
Choose a tag to compare
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

20 Aug 20:33
8e4bb5b
Compare
Choose a tag to compare
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

18 Aug 16:37
249924c
Compare
Choose a tag to compare
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

18 Aug 15:50
Compare
Choose a tag to compare
Fix git tag