8000 Releases Β· rust-motd/rust-motd Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: rust-motd/rust-motd

v1.1.0

12 Mar 21:07
Compare
Choose a tag to compare
  • Add timeout for weather
  • Order filesystems, containers, logins, certs, and services the same as the config (#31)
  • Add load average component (#32)
  • Add cg_stats component (#33)

v1.0.1

01 Mar 20:44
Compare
Choose a tag to compare
  • Support configuring the user agent when making requests to wttr.in
  • Start packaging the program as a .deb

v1.0.0

06 Oct 13:26
Compare
Choose a tag to compare

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

04 Apr 05:31
Compare
Choose a tag to compare

Changelog:

  • Fix build on Darwin (issue #20)

v0.2.0

04 Jan 02:09
Compare
Choose a tag to compare

Overdue for a release (sorry about that).

Changelog:

  • Add docker component (d9fdf32)
  • Revamp last_login component (parse utmp directly) (05f91af)
  • Add memory component for RAM and swap (8adbf1a)
  • Support proxy for weather component's network request (d5bbe36)
  • More small improvements

v0.1.1: Complete documentation and other fixes

16 Oct 15:14
Compare
Choose a tag to compare
  • Add configuration section of README (78ebd6c)
  • Add different sorting methods to SSL certs (efd52e3 and #4)
  • Remove runtime dependencies curl (c50b9dd) and openssl (127e3e8)
  • Other clean ups and improvements

v0.1.0

30 May 06:12
Compare
Choose a tag to compare
Add README.md
0