Skip to content

CraftOS-PC v2.1.1

Compare
Choose a tag to compare
@MCJack123 MCJack123 released this 17 Oct 03:57
· 1344 commits to master since this release

CraftOS-PC v2.1.1 fixes a couple of bugs in v2.1.

  • Fixed http handle methods when using binary mode
    • wget now works as expected
  • Fixed os.clock() implementation
  • Fixed a bug regarding embedded \0 characters
    • term.write() can now print strings with NUL characters
    • String patterns do not work with NUL characters in the query string
  • Removed auto-updater on platforms other than Windows & Mac
    • These systems can either update through a package manager or rebuild from the release source
  • Ubuntu PPA: Fixed CLI support
  • Mac: Moved license to LICENSE.txt in disk image
    • Requiring the license to be agreed to breaks the auto-updater

If you need help using CraftOS-PC, I'm available on the ComputerCraft Discord server as @JackMacWindows#9776. Feel free to ping me if you need anything.

Note for macOS Catalina users

macOS Catalina adds a new policy that requires apps to be notarized with a Developer ID. Because I do not have a paid developer account, I cannot notarize Mac builds, and as a result, double-clicking CraftOS-PC for the first time will not work. To resolve this, right-click on the app and click Open. Afterwards, you can double-click the application as normal.

The macOS build has been re-released to fix a bug relating to a missing library.
The Windows build has been re-released to add PNG screenshot support.