Skip to content

Releases: nicholasdower/awake

v2.1.0 Release

Choose a tag to compare

@github-actions github-actions released this 28 Feb 10:50
  • Print wake time on start.
  • Fix off by one issue. Handle 0s.

v2.0.1 Release

Choose a tag to compare

@github-actions github-actions released this 26 Feb 08:14
  • Kill other processes with library rather than shell.

v2.0.0 Release

Choose a tag to compare

@github-actions github-actions released this 25 Feb 18:14
  • Improve invalid duration detection.
  • Kill other awake processes on startup.
  • Replace process with a new invocation using a datetime string.
  • Rename --daemonize to --daemon.
  • Add --kill.

v1.2.0 Release

Choose a tag to compare

@github-actions github-actions released this 24 Feb 15:38
  • Fix --daemonize. It just didn't work.
  • Add support for complex durations like 5h30m.

v1.1.2 Release

Choose a tag to compare

@github-actions github-actions released this 24 Feb 13:15
  • Fix version string.

v1.1.1 Release

Choose a tag to compare

@github-actions github-actions released this 24 Feb 13:11
  • Change package description.

v1.1.0 Release

Choose a tag to compare

@github-actions github-actions released this 24 Feb 13:05
  • Add --daemonize.
  • Add support for specifying a duration like 1h.

v1.0.0 Release

Choose a tag to compare

@github-actions github-actions released this 24 Feb 09:18
  • Stay awake forever.