All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
No noticeable changes.
- Calculation of the estimated time remaining in current day after trimming (by @hitblast)
- Support for calculating even at 1x multiplier (correlate with "Added" section) (by @hitblast)
- "Better?" text output formatting (by @hitblast)
--emoji
flag for using emojis in the output (by @hitblast)
--seconds
flag for using seconds as the default time unita (by @hitblast)- Automation workflows (GitHub Actions) for releases (by @hitblast)
- Quit parsing time internally inside
lib.rs
(by @hitblast)
- Support for floating-point numbers in the duration argument (by @hitblast)
- Fixed misleading documentation (by @hitblast)
- Graceful exit on invalid input (by @hitblast)
-d, --duration-only
flag to only output the new estimated duration (by @hitblast)-t, --time-saved-only
flag to only output the estimated time saved on multiplier usage (by @hitblast)- Inner CLI optimizations (by @hitblast)
- Support for trimming multiple durations with same multiplier (by @hitblast)
- Basic clap integration (by @hitblast)
- Make codebase more streamlined (by @furtidev): View pull request
- Restructured the markdown entrypoint (by @hitblast)
Initial release.