Skip to content

Releases: charklie/rsftch

v0.7.4 Optimizations Galore!

24 Aug 22:44
Compare
Choose a tag to compare

Release notes:

  • Optimized get_distro_ascii function, now only takes 500μs to run
  • Optimized temperature functions, ~2ms time save
  • Clean up in config.rs
  • Clean up in print_data function
  • Renamed overriden_ascii to ascii_override, now proper grammar

Full Changelog: v0.7.3...v0.7.4

v0.7.3 NetBSD fixes

19 Aug 13:55
Compare
Choose a tag to compare

Release notes:

  • Fixed NetBSD memory readout
  • Fixed NetBSD GPU readout

Full Changelog: v0.7.2...v0.7.3

v0.7.2 NetBSD GPU readout fixed

18 Aug 19:57
Compare
Choose a tag to compare

Release notes:

  • Moved from lspci to pcictl for GPU readout on NetBSD systems, in turn removing pciutils dependency for NetBSD.
  • Fixed misspellings in README.md

Full Changelog: v0.7.1...v0.7.2

v0.7.1 Massive rework!

17 Aug 18:10
Compare
Choose a tag to compare

Release notes:

  • Rework configuration to allow for ease and to allow a custom amount of info sections
  • Switched to be using the sensors command and regex for CPU temperature, now no longer over reporting
  • Memory no longer over reporting
  • InfoItems value field now lazy loaded for speed
  • Removed alignment space field in InfoItem, now automatic
  • General optimizations and code clean up.
  • Merged info and color configuration to a single file (config.rs) as logic is minimized
  • Renamed fns.rs to info.rs

Full Changelog: v0.6.5...v0.7.1

v0.6.5 APT Packages fixed!

12 Jun 12:31
Compare
Choose a tag to compare

Release notes:

  • Switched package count to dpkg, instead of apt by @MasterRoby3 in #11

New Contributors

  • @MasterRoby3 made their first contribution in #11

Full Changelog: v0.6.4...v0.6.5

v0.6.4 NetBSD fixes and code cleanup

01 Jun 11:18
Compare
Choose a tag to compare

Release notes:

  • Switch to colored::Color enum instead of using my own one.
  • Fix AMD Radeon cards having its gpu readout as "AMD Radeon Radeon"
  • Fix NetBSD's memory readout being null.
  • Remove no longer needed helper functions
  • Code cleanup in functions print_data and print_ascii

Full Changelog: v0.6.1...v0.6.4

v0.6.1 Memory function rewrite

22 May 20:27
Compare
Choose a tag to compare

Release notes:

  • Rewrote memory function to rid of libmacchina dependency.

Full Changelog: v0.6.0...v0.6.1

v0.6.0 Temperatures, timezone, disk usage and small fixes.

21 May 20:10
a89d8f2
Compare
Choose a tag to compare

Release notes:

  • Fix some NetBSD related issues with temperatures.
  • Add new info modules.

Full Changelog: v0.5.6...v0.6.0

v0.5.6 Actually update resolution icon, add an unknown distro to the ascii tests and other small things

10 May 11:19
Compare
Choose a tag to compare

Release notes:

  • Added version command to help menu.
  • Make sure arguments don't take in arguments that only start with one -.
  • Change connector variable declarations structure.
  • Change res icon to a "photo".

Full Changelog: v0.5.5...v0.5.6

v0.5.5 Version command, modified override command, code clean up and small bug fixes

09 May 21:54
Compare
Choose a tag to compare

Release notes:

  • Code cleanup with json data parsing
  • Make unknown infos in json default to empty instead of previous distro info
  • Add --version and -v command
  • Add ascii tests with --override command without argument
  • Add thanks section in README.md
  • Add resolution infos icon

Full Changelog: v0.5.3...v0.5.5