Releases: utox39/zigfetch
Releases · utox39/zigfetch
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)
zigfetch v0.22.0
zigfetch v0.21.1
Feat
- Handle the IoctlFailed error using default values (989b5b2)
zigfetch v0.21.0
zigfetch v0.20.0
Breaking
- The new minimum version of Zig is v0.15.1 (v0.15.1 release-notes)
Refactor
- Use the new managed array list (see: ArrayList-make-unmanaged-the-default)
- Use new zig stdout implementation (see: Upgrading-stdiogetStdOutwriterprint)
Feat
- Add a workaround for alignment that is no longer supported in combination with Unicode (see: Formatted-Printing-No-Longer-Deals-with-Unicode)
- Add some internal utility functions