Releases: Lingxuan-Ye/thus-saith
v0.6.3
v0.6.2
v0.6.1
Refactor some internal items.
No public API changes and feature updates.
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Add new configuration item and rename CLI option --std-dev
to --stddev
.
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Remove support for $HOME/.thus-saith.toml
and enforce stricter validation for configuration files.
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.1
v0.3.0
v0.2.0
Hope I got it right this time.
Fix
Fix erroneous implementation from last version — by making breaking changes thought. Note that the command line options --mean
and --std-dev
now have different semantics. Additionally, the short flag -m
and -s
have been removed. Refer to the help page for more information.
Full Changelog: v0.1.0...v0.2.0
v0.1.0
The project has been renamed to thus-saith
and is now completely rewritten in Rust! 🦀
Now it supports configuration files. Refer to the README.md for more details.
Significant changes have been made to the distribution of character output speed. In the previous version, the time taken per character followed a normal distribution. In the current version, however, the number of characters output per unit time follows a log-normal distribution, which, mathematically means that the time taken per character also follows a log-normal distribution.
WARNING
This implementation is INCORRECT due to an erroneous assumption that
Full Changelog: v0.0.1...v0.1.0