Skip to content

Releases: utox39/zigfetch

zigfetch v0.27.1

18 May 07:37

Choose a tag to compare

Fix

zigfetch v0.27.0

20 Apr 09:12

Choose a tag to compare

Feat

zigfetch v0.26.0

17 Apr 09:28

Choose a tag to compare

Feat

  • Uptime: use the std lib instead of the C libs (cb52177)
  • Use DebugAllocator (028750f)
  • Formatters: add FormatterContext (73e4938)

Fix

  • macOS: add bindings for libproc and mach as a workaround for a translate-c issue (66a59e1)
  • macOS: add bindings for iokit and corefoundation as workaround (10da6b1)
  • Linux-shell: fix bash version parsing (739b8d4)
  • Formatters: make correct function calls (0cc20bc)

Refactor

  • Use the new translate-c approach to import C libs (fe0d63b)
  • Rename all 'allocator' args to 'gpa' (1949f60)
  • Linux-packages: use new Io and Environ (3c909af)
  • Linux-system: use new Io (e9f34fa)
  • Linux-hardware: use new Io (20d33b1)
  • Linux-system: use new Io (a62eece)
  • Linux-hardware: use new Io (dff5b6e)
  • Rename ascii.zig to dispaly.zig (fff21b3)
  • Utils: use new Io (b6b2c15)
  • Terminal-name: use the new Environ (36959a5)
  • Linux-shell: use process.run function and new Environ (cf7b62a) (the commit message is wrong...ops)
  • macOS-shell: use process.run function (d04745a)
  • macOS-shell: use new Environ (5771e03)
  • macOS-uptime: use new Io Timestamp (6c70dac)
  • macOS-system: use new Environ method (525156f)
  • Linux-user: use new Environ method (51f6ddc)
  • Config: use new Environ method (9764de5)
  • Utils: use new Io (c3bbae9)
  • Config: use new Environ methods and new Io (f60c4e5)
  • Use new Io (a7d1bae)
  • Ascii: use new Io (4388bbd)

zigfetch v0.25.0

15 Dec 22:54

Choose a tag to compare

Feat

zigfetch v0.24.2

15 Oct 19:43

Choose a tag to compare

Refactor

  • refactor(linux-wm): use utils.readFile

zigfetch v0.24.1

15 Oct 15:21

Choose a tag to compare

Breaking

  • Bump minimum zig version to 0.15.2

Refactor

  • Use the new std.fs.File.read function

zigfetch v0.24.0

11 Oct 15:49

Choose a tag to compare

Refactor

  • Use the new fs.File.Reader to replace the deprecated fs.File.readToEndAlloc

zigfetch v0.23.0

04 Oct 19:11
12435ba

Choose a tag to compare

Feat

  • Add window manager info

zigfetch v0.22.1

04 Oct 16:11
0aec3d8

Choose a tag to compare

Fix

  • Fix a memory leak when the InvalidModule error occurs (16bb74c)

zigfetch v0.22.0

13 Sep 18:10
69d02a4

Choose a tag to compare

Feat

  • Add a config field to customize the username and hostname color (aab5212) (d9ec3a7)

Fix

  • fix null value access when config file are not used (abff59b)