Skip to content

Releases: crdx/mission

v1.1.0

20 Jan 14:56
Compare
Choose a tag to compare
  • Add init command.

v1.0.5

20 Jan 07:19
Compare
Choose a tag to compare
  • Upgrade dependencies.
  • Fix tests.

v1.0.4

19 Jan 07:48
Compare
Choose a tag to compare
  • Switch internal testing library to testify.
  • Upgrade dependencies.

v1.0.3

18 Jan 21:23
Compare
Choose a tag to compare
  • Update import paths to use a vanity domain.

v1.0.1

17 Jan 21:21
Compare
Choose a tag to compare
  • Move code out of src/ as Go does not support such a directory structure. Put it in internal/ instead.

v1.0.0

16 Jan 18:37
Compare
Choose a tag to compare
  • Initial v1 release.

v0.4.1

12 Jan 17:48
Compare
Choose a tag to compare
  • Various code cleanups.

v0.4.0

28 Dec 21:55
Compare
Choose a tag to compare
  • Search for notify-send and sendmail in PATH.
  • Send emails to address defined in config file.
  • Update error messages.

v0.3.0

17 Dec 21:47
Compare
Choose a tag to compare
  • Change default config filename (yes, again) from mission.json to mission.config.json.
  • Add storage directory validation to spotify task.
  • Make passBin optional.
  • Make storage directories fully configurable.
  • Use a type string key to specify task type instead of a bool.
  • Don't show headers for sections (chown and commit) when there is nothing to do.
  • Various code cleanups.

v0.2.0

15 Dec 22:23
Compare
Choose a tag to compare
  • Change default config filename from config.json to mission.json.