Skip to content

Releases: tonytins/isow

0.2.13

22 Mar 18:02
Compare
Choose a tag to compare

Critical maintenance release.

  • Fixed a nasty oversight where the --utc flag returned the local time.

0.2.11

03 Feb 16:27
Compare
Choose a tag to compare

Version now includes the git commit hash. This should help improve security, as described on the Reproducible Builds website, and provide a good means of debugging production builds. Versions prior to 0.2.11 should be considered untrusted going forward.

0.2.10

02 Feb 03:16
Compare
Choose a tag to compare

New support for displaying both the date and time! This will print the full ISO 8601 format by default but you can use any flag combo for a more specific date and time.

0.2.7

31 Jan 17:25
Compare
Choose a tag to compare

Maintenance release.

0.2.5

31 Jan 13:14
Compare
Choose a tag to compare

Removed arbitrary flag conflicts and allowed support for all possible combos, including the default. The reason they were there in the first place was due to my misunderstanding of how Rust interrupts match patterns.

If you already have isow installed, then just run update command and you'll be all set!

v0.2.1

02 Jan 04:59
Compare
Choose a tag to compare
  • Renamed "status" flag to "list" in the update subcommand

v0.2.0

02 Jan 04:17
Compare
Choose a tag to compare
  • Relatively stable features
  • Initial release with self-updating support.