Releases: kernaltrap8/tinyfetch
Releases · kernaltrap8/tinyfetch
Release 6.6
tinyfetch.c: Move to new multi-type file parser tinyfetch.h: New typedef/enums for file parser, function prototype, and version update Signed-off-by: kernaltrap <[email protected]>
Release 6.5
tinyfetch.c: Fix random int generator and CPU frequency detection tinyfetch.h: Update version Signed-off-by: kernaltrap <[email protected]>
Release 6.3
Bugfix: remove any `"` from /etc/os-release output Some distrobutions like Debian put '"' around the NAME= in /etc/os-release. This patch will remove these from the fetch output. Signed-off-by: kernaltrap <[email protected]>
Release 6.2
Update version Signed-off-by: kernaltrap <[email protected]>
Release 6.1
better CPU frequency detection (Linux), automated build/release Action Signed-off-by: kernaltrap <[email protected]>
Release 6.0a
Fix memory leak in `tinygpu()` Signed-off-by: kernaltrap <[email protected]>
Version 5.2
fix missing quote in meson.build Signed-off-by: kernaltrap8 <[email protected]>