Skip to content

Releases: 13-CF/afetch

V2.2.0

17 Jun 11:23
Compare
Choose a tag to compare
  • New config option
  • Support for Zorin OS

V2.1.0

26 Mar 20:11
Compare
Choose a tag to compare

This version comes with a couple more configuration options from the original afetch, with more to hopefully come soon.

+More config options
+Edited DEBUGFLAGS in Makefile

V2.0.1

25 Mar 16:35
Compare
Choose a tag to compare

Fix bug causing program to hang on certain Linux distros, thanks to @KikooDX.
Fix compilation warning with void *ColourDraw() function due to it not returning NULL.

V2.0 - multithreading

24 Mar 16:19
Compare
Choose a tag to compare

I've rewritten afetch to use the pthreads API, and have tested it on MacOS, FreeBSD, OpenBSD and Alpine Linux. It seems to be slightly faster on some operating systems, and much faster on others.

I'll have to do some more optimisation soon, as a lot of the code that came from V1.0 is very inefficient. I'm also not able to test every Linux distro, so please tell me if somethings not working as expected. Thanks <3

afetch version 1

24 Mar 15:19
97aec20
Compare
Choose a tag to compare

This is the last release of the old version of afetch, before threading was implemented. It's called V1.0 because originally we didn't initially have version numbers, but after this all releases will be V2.x.x.