Skip to content

Releases: nidnogg/zeitfetch

v0.1.13

11 Aug 18:09
c54f70e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.12...v0.1.13

v0.1.12

05 Jul 01:08
adb69be
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.11...v0.1.12

v0.1.11

28 May 17:02
40c71e8
Compare
Choose a tag to compare

What's Changed

  • Temporary fix to an issue where ANSI truncates to 0 by default by @nidnogg in #15

Full Changelog: v0.1.10...v0.1.11

v0.1.10

06 Feb 17:01
Compare
Choose a tag to compare

What's Changed

  • Force-enable ANSI color processing on Windows. by @Mirsario in #13

New Contributors

Full Changelog: v0.1.9...v0.1.10

v0.1.9

24 Jan 22:16
1d44fe7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.1.9

v0.1.8

27 Oct 22:48
09b6a33
Compare
Choose a tag to compare

What's Changed

  • Red Hat logo support by @ImNtReal in #9
  • First customization changes by @nidnogg in #10
    • Adds three options to trim the output. Run zeitfetch -h for more details
    • Basic cli functionality with option parsing such as -h, --help, -v for version numbers, etc.

New Contributors

Full Changelog: v0.1.7...v0.1.8

v0.1.7

10 Apr 22:07
8eb0d42
Compare
Choose a tag to compare

What's Changed

  • Add GPU support for mac, multi GPU for Linux by @triarius in #7
  • Several refactors to get rid of Clippy warnings
  • Some tests added specifically for GPU regex

Note A github actions workflow is now available to check cargo fmt and cargo clippy. If you want to contribute, make sure to run cargo fmt --all -- and cargo clippy on your code from now on!

Full Changelog: v0.1.6...v0.1.7

v0.1.6

04 Apr 00:19
9079c4d
Compare
Choose a tag to compare

What's Changed

  • GPU names should now be displayed in Windows and Linux machines
    • Testing is welcome! (I'm currently out of Linux machines)
  • Silently ignore rows that are not available by @triarius in #5
  • Don't ignore Cargo.lock by @triarius in #3

Full Changelog: v0.1.5...v0.1.6

v0.1.5

14 Mar 21:08
5f3e37a
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug with memory conversion in latest sysinfo update
  • Fix arch logo by @triarius in #2
  • Update Cargo.toml by @ElPapiMango in #1

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

17 Dec 03:03
Compare
Choose a tag to compare
  • Proper macOS support
  • Homebrew package deploy