Skip to content

Releases: smm-h/wakethemup

v0.2.2

Choose a tag to compare

@smm-h smm-h released this 04 Jun 09:15

CI and build fixes

Fixes

  • Fix. Updated CI action versions to prevent Node.js 20 deprecation failures.
  • Fix. Updated GoReleaser config for v2 compatibility.

v0.2.1

Choose a tag to compare

@smm-h smm-h released this 30 May 09:17

Fixes

  • Fixed CI publishing. npm and PyPI packages now publish correctly, and GoReleaser archives contain the binary as 'wake' instead of 'wakethemup'.

v0.2.0

Choose a tag to compare

@smm-h smm-h released this 29 May 22:04

Features

  • New. npm package available: npx wakethemup or npm install -g wakethemup.
  • New. PyPI package available: pipx install wakethemup.

v0.1.1

Choose a tag to compare

@smm-h smm-h released this 29 May 21:45

Fixes

  • Fix. Pre-built Linux binaries are now available on GitHub Releases.

v0.1.0

Choose a tag to compare

@smm-h smm-h released this 29 May 19:45

Features

  • CLI with install, remove, list, and status commands
  • Environment health checks via strictcli check command
  • TOML config parsing, systemd unit generation, and lifecycle commands. Define wake-up schedules in a config file and manage systemd timers with install, remove, list, and status commands.
  • Real systemd health checks. The check command verifies systemd is running, the user session is available, and lingering is enabled.

Fixes

  • Fix flag parsing. Flags with hyphens (e.g. --dry-run) are now correctly resolved.
  • Fix ExecStart quoting. Shell commands in generated systemd units are now properly quoted for correct parsing.