- Condense and fix help text in README.
- Reduce build size on release.
- Separate CHANGELOG from README.
- Add Cargo.lock to repository.
- Update dependencies to latest.
Thanks @nix6839!
- Refactor drawing algorithms for readability.
- Fix comparison function for Date to avoid redrawing.
- Draw clock to alternate screen buffer to avoid clearing user information. Thanks [@Canop][8]!
- Fix README formatting (oops).
- Implement support for date formatting strings via
-f
option. - Fix logic in Brush abstraction by only setting
dried
flag after writing.
- Initial release.