Skip to content

v0.0.4 - Codename "Sails Of Reason"

Pre-release
Pre-release
Compare
Choose a tag to compare
@smudge smudge released this 27 Apr 00:33
· 78 commits to master since this release
2798cfa

🤔 (random codename generated here)

nightshift schedule

A new command that allows for scheduling (or unscheduling) Night Shift.

Schedule from sunset to sunrise:

nightshift schedule

Set a custom schedule (in 12 or 24-hour time format):

nightshift schedule 19:45 6:00
nightshift schedule 7:45pm 6am

Disable the current schedule:

nightshift unschedule

This is the last remaining prerelease feature!

We are now "feature complete" as far as a 1.0.0 release is concerned.

So why is this still way down at 0.0.4? Here's what remains:

  • Test coverage (currently there is none)
  • API design improvements (I am still very much learning how to support idiomatic Rust 🦀)
  • Bug fixes
  • API documentation
  • Maybe a few nice-to-have features
  • Testing against a wide range of macOS versions