Skip to content

CiderPress II v1.2

Latest

Choose a tag to compare

@fadden fadden released this 21 Mar 18:20
· 14 commits to main since this release

Changes since v1.1.1:

  • Added support for MOOF disk images (#71).
  • Added BinSCII decoder to command-line tool.
  • Added handling of source-text-only comment delimiters to Applesoft import.
  • Fixed handling of lower-case variables in Applesoft import (#69).
  • Added support for NRLE-compressed ".3201" images.
  • Fixed minor command-line handling and display issues (#60).
  • Fixed handling of mildly malformed ProDOS volumes (#70).

Installation instructions (long version): https://github.com/fadden/CiderPress2/blob/main/Install.md

Installation instructions (short version): there are pre-built binaries for 32-bit Windows, 64-bit Windows, 64-bit Mac OS, and 64-bit Linux. The versions with _sc in the names are self-contained, and do not require you to download any additional software. Downloads with _fd are framework-dependent, meaning you need to have .NET 8 or later installed. Download the appropriate file and unzip it. On the Mac you need to run xattr -dr com.apple.quarantine * on the downloaded files to tell the system that it's okay to execute them.

The cp2wine file is a pre-wrapped Wine emulation executable that allows the GUI app to be run on Mac OS. See the README in the ZIP file for post-download instructions.