Releases: kobaltcore/renkit
Release list
v4.0.0-alpha.1
Install renkit 4.0.0-alpha.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/kobaltcore/renkit/releases/download/v4.0.0-alpha.1/renkit-installer.sh | shInstall prebuilt binaries via powershell script
irm https://github.com/kobaltcore/renkit/releases/download/v4.0.0-alpha.1/renkit-installer.ps1 | iexInstall prebuilt binaries via Homebrew
brew install kobaltcore/homebrew-renkit/renkitDownload renkit 4.0.0-alpha.1
| File | Platform | Checksum |
|---|---|---|
| renkit-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| renkit-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| renkit-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| renkit-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
v4.0.0-alpha
Install renkit 4.0.0-alpha
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/kobaltcore/renkit/releases/download/v4.0.0-alpha/renkit-installer.sh | shInstall prebuilt binaries via powershell script
irm https://github.com/kobaltcore/renkit/releases/download/v4.0.0-alpha/renkit-installer.ps1 | iexInstall prebuilt binaries via Homebrew
brew install kobaltcore/homebrew-renkit/renkitDownload renkit 4.0.0-alpha
| File | Platform | Checksum |
|---|---|---|
| renkit-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| renkit-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| renkit-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| renkit-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
v3.4.0
Maintenance release, upgrades to Nim v2 internally, fixes some newly-arisen build issues and updates dependencies.
v3.3.1
This release fixes a bug with the calling convention for custom tasks: It had mistakenly retained the original camelCase convention when -as specified and proper for Python- it should've been snake_case. This is now resolved and tasks should load when defined according to the documentation in the README.
v3.3.0
Minor update for full compatibility with Ren'Py 7.6+/8.1+ which was released today.
The keystore task will now follow the new convention of storing keystore files in the base project directory rather than Ren'Py's rapt folder, in case of building on this most recent version or above.
v3.2.0
This release supports usage of the renotize.json certificate bundle file generated in renotize's provisioning process for easier notarization with fewer parameters and also lowers the required glibc version by building on ubuntu-20.04 instead of ubuntu-22.04.
v3.1.0
v3.0.3
v3.0.2
Fucked up the bug fix, second try's the charm