Skip to content

v1.2

Compare
Choose a tag to compare
@hinqiwame hinqiwame released this 21 Mar 07:31
· 47 commits to main since this release
c1c6b28

added better error handler, generally error handling works better now in the code

// better error handler
void die(char* message) {
    perror(message);
    exit(EXIT_FAILURE);
}

full changelog: v1.1...v1.2