Releases: rust-motd/rust-motd
Releases Β· rust-motd/rust-motd
v1.1.0
v1.0.1
- Support configuring the user agent when making requests to wttr.in
- Start packaging the program as a
.deb
v1.0.0
The major version bump is because the change to the configuration file can be considered a breaking change. If you do not order your configuration file the same as the previous hard-coded order they were printed, the order will now change, which can be considered a breaking change.
- Allow reordering components (6daa15d)
You can now change the order in which the components are printed by
changing the order in which they are defined in the configuration file - Fix bug with the layout of memory component (4d3be74)
There were some math mistakes making the side-by-side progres 8000 s bars
not always line up with the full width bar (used by filesystems, for
example). Also, code cleanup - Code cleanup (983cb0e)
last-rs
dependency updated and now in crates.io (4dd13ef)- Update rust version (310bf1b) and
dependencies (591a84e)
v0.2.1
v0.2.0
v0.1.1: Complete documentation and other fixes
v0.1.0
Add README.md