Releases: charklie/rsftch
Releases · charklie/rsftch
v0.7.6 More cleanup and rewrites
Release notes:
- Rewrite count_packs function to not be overly repetitive and use Rusts alternative for counting packages for a potential time save
- Change GPU and uptime functions to not return a Result, as this was only a thing during debugging and simply was forgotten.
- All functions now return "N/A" when an error occurs, instead of some returning an empty string instead.
- Added more WSL compatablity.
- WSL issues now listed in the README.
Full Changelog: v0.7.4...v0.7.6
v0.7.4 Optimizations Galore!
Release notes:
- Optimized
get_distro_asciifunction, now only takes 500μs to run - Optimized temperature functions, ~2ms time save
- Clean up in
config.rs - Clean up in
print_datafunction - Renamed
overriden_asciitoascii_override, now proper grammar
Full Changelog: v0.7.3...v0.7.4
v0.7.3 NetBSD fixes
v0.7.2 NetBSD GPU readout fixed
Release notes:
- Moved from
lspcitopcictlfor GPU readout on NetBSD systems, in turn removingpciutilsdependency for NetBSD. - Fixed misspellings in
README.md
Full Changelog: v0.7.1...v0.7.2
v0.7.1 Massive rework!
Release notes:
- Rework configuration to allow for ease and to allow a custom amount of info sections
- Switched to be using the
sensorscommand and regex for CPU temperature, now no longer over reporting - Memory no longer over reporting
InfoItemsvaluefield 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.rstoinfo.rs
Full Changelog: v0.6.5...v0.7.1
v0.6.5 APT Packages fixed!
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
Release notes:
- Switch to
colored::Colorenum 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_dataandprint_ascii
Full Changelog: v0.6.1...v0.6.4
v0.6.1 Memory function rewrite
Release notes:
- Rewrote memory function to rid of
libmacchinadependency.
Full Changelog: v0.6.0...v0.6.1
v0.6.0 Temperatures, timezone, disk usage and small fixes.
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
Release notes:
- Added version command to help menu.
- Make sure arguments don't take in arguments that only start with one
-. - Change
connectorvariable declarations structure. - Change res icon to a "photo".
Full Changelog: v0.5.5...v0.5.6