Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

4.1.1

Latest

Choose a tag to compare

@O2theC O2theC released this 16 Sep 17:18
· 9 commits to main since this release
2c89804

fixed an issue where the game would delete a saved run that had the island set to Tropical_Parkour_01 and the run was made by CCSM
added linux support to system used to detect if CC was open or not
fixed an issue where on some terminals, not all colors where available, do note this is done by running the cmd
export TERM=xterm-256color
which sets the terminal to use/allow 256 base colors but this doesn't work if the terminal can't support it, and while the program won't crash if it can't use the extra colors, any text that would use those colors would be invisible but can still are selectable, and by default some rarities use these colors and would have to be changed to be seen

also the linux binaries are still, experimental in some ways, please report any bugs and errors to me, whether on Discord or as a github issue
the linux binaries can't auto/self-update yet and more work to make this work is needed

it is known that the NixOS binary doesn't work on it's own, this is because of how NixOS deviates from certain standards, for now just run the python version, more research into whether a NixOS binary is viable is needed