Releases: utox39/zigfetch
Releases · utox39/zigfetch
zigfetch v0.27.1
Fix
- Fix Linux build with Zig 0.16.0 (6c02276). Thanks to @GoldBro233
zigfetch v0.27.0
zigfetch v0.26.0
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
zigfetch v0.24.2
Refactor
- refactor(linux-wm): use utils.readFile
zigfetch v0.24.1
Breaking
- Bump minimum zig version to 0.15.2
Refactor
- Use the new
std.fs.File.readfunction
zigfetch v0.24.0
Refactor
- Use the new fs.File.Reader to replace the deprecated fs.File.readToEndAlloc
zigfetch v0.23.0
Feat
- Add window manager info
zigfetch v0.22.1
Fix
- Fix a memory leak when the InvalidModule error occurs (16bb74c)