Skip to content

Releases: TangentFoxy/itchy

Version 3.0.1

26 May 20:24
Compare
Choose a tag to compare

Just a small update to improve backwards compatibility. Changed how it detects running in a thread or not to be 100% accurate instead of the stop-gap method I had before.

Version 3 - Even simpler usage, new API endpoint, SSL support

26 May 19:10
Compare
Choose a tag to compare

Since version 2, a new API endpoint has been set up on Itch.io, I've added the capability for secure connections if libcurl is available and luajit-request is included/installed alongside your project/game. I've also changed usage so that it works like a standard module instead of requiring you to use threads and channels, but it is backwards-compatible with the old usage as well.

Version 2 - Simplified Usage

13 Apr 05:45
Compare
Choose a tag to compare

Instead of setting up two threads for information passing, just pass configuration when starting the thread. Also allows a custom named thread channel to be used.

Initial version

13 Apr 05:18
2facdb6
Compare
Choose a tag to compare

This version is how I initially was going to present this library to the world, requiring the use of two named channels to send/receive information from the thread.

I am working on a 2nd version that is easier to use.