Releases: fadden/CiderPress2
CiderPress II v1.1.0
Changes since v1.0.7:
- Added import conversion of plain text to UCSD Pascal Textfile format.
- Added conversion of Higher Text double-size fonts to a bitmap grid.
- Added experimental support for ZX0 compression in NuFX (#49).
- Fixed generated directory permissions (#56).
- Misc fixes.
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 files. Downloads with _fd
are framework-dependent, meaning you need to have .NET Core 6 or later installed. Download the appropriate file and unzip it. On the Mac you need to use xattr -d com.apple.quarantine *
from a Terminal window to tell the system that it's okay to run.
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.
CiderPress II v1.0.8-dev2
This is a development snapshot pre-release. It may be mildly unstable. Unless you need a feature or bug fix introduced here, we recommend downloading the latest stable release instead.
Changes since v1.0.7:
- Added experimental support for ZX0 compression (#49).
- Added conversion of Higher Text double-size fonts.
- Fixed generated directory permissions (#56).
- Misc fixes.
See the release notes for the previous full release for installation instructions.
CiderPress II v1.0.7
Changes since v1.0.6:
- Changed ProDOS date generation for years >= 2000 (#47).
- Added "bless" command for Macintosh HD images (#42).
- Added IIgs Paintworks ANI converter (just shows first frame).
- Added support for colored text in AWGS WP converter.
- Added experimental IIgs Paintworks ANI to animated GIF converter.
- Added "--exdir" option for extract/export (#45).
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. Downloads with _fd
are framework-dependent, meaning you need to have .NET Core 6 or later installed. The versions with _sc
in the names are self-contained, and do not require a separate runtime download. Download the appropriate file and unzip it. On the Mac you need to use xattr -d com.apple.quarantine *
from a Terminal window to tell the system that it's okay to run.
Experimental: a download with the GUI app, wrapped with the Wine emulation layer, is now available for macOS. Get CP2Mac107.zip
and see the instructions in the README.
CiderPress II v1.0.6
Changes since v1.0.5:
- Added support for DART disk images (#33).
- Added flag to disable adding filename extensions to exported files.
- SHR conversion accepts $C1/0000 files larger than 32KB.
- Minor fixes.
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. Downloads with _fd
are framework-dependent, meaning you need to have .NET Core 6 or later installed. The versions with _sc
in the names are self-contained, and do not require a separate runtime download. Download the appropriate file and unzip it. On the Mac you need to use xattr -d com.apple.quarantine *
from a Terminal window to tell the system that it's okay to run.
Experimental: a download with the GUI app, wrapped with the Wine emulation layer, is now available for macOS. Get CP2Mac106.zip
and see the instructions in the README.
CiderPress II v1.0.5
Changes since v1.0.4:
- Added support for Apple II cassette recordings in .wav files as an archive format.
- Improved keyboard navigation: "view files" descends into directories and embedded archives (#25).
- Recognize "Probable" embedded disk images (#35).
- Fix failure to convert certain APF images (mixed 320/640).
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. Downloads with _fd
are framework-dependent, meaning you need to have .NET Core 6 or later installed. The versions with _sc
in the names are self-contained, and do not require a separate runtime download. Download the appropriate file and unzip it. On the Mac you need to use xattr -d com.apple.quarantine *
from a Terminal window to tell the system that it's okay to run.
CiderPress II v1.0.4
Changes since v1.0.3:
- Added Fontrix font converter (#14, by @markdavidlong).
- Updated "set-attr" CLI command to allow attributes to be changed on multiple files (#30).
- Added "get-attr" command to CLI.
- Added support for LZC compression.
- Updated Print Shop font converter (show sample/grid rather than font strike).
- Fixed file viewer display of zero-length files (Applesoft shape table converter was throwing).
- Manually generate HTML from Markdown for file format docs on web site.
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. Downloads with _fd
are framework-dependent, meaning you need to have .NET Core 6 or later installed. The versions with _sc
in the names are self-contained, and do not require a separate runtime download. Download the appropriate file and unzip it. On the Mac you need to use xattr -d com.apple.quarantine *
from a Terminal window to tell the system that it's okay to run.
CiderPress II v1.0.3
Changes since v1.0.2:
- Added "simple block image" option to disk image creation dialogs.
- Allow Edit Attributes dialog to show values in read-only archives.
- Fixed rendering bug in Applesoft shape table converter (#21).
- Patched crash when using "find" feature in large hierarchical archive (#22).
- Changed "export" command to preserve timestamp from original file (#24).
- Improved keyboard support (#25).
- Preserve directory timestamps in paste/drop operations (#26).
- Fixed DiskCopy 4.2 tag checksum calculation.
- Minor fixes and updates.
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. Downloads with _fd
are framework-dependent, meaning you need to have .NET Core 6 or later installed. The versions with _sc
in the names are self-contained, and do not require a separate runtime download. Download the appropriate file and unzip it. On the Mac you need to use xattr -d com.apple.quarantine *
from a Terminal window to tell the system that it's okay to run.
CiderPress II v1.0.2
Changes since v1.0.1:
- Added Merlin assembly source file importer.
- Added Apple IIgs bitmap font viewer.
- Added Apple IIgs Finder icon file viewer.
- Added Applesoft shape table viewer.
- Added "overwrite all" for add/extract/copy (issue #19).
- Fixed odd drag & drop behavior (issue #20).
- Tweaked display of HFS file types in disk catalogs.
- Minor fixes.
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. Downloads with _fd
are framework-dependent, meaning you need to have .NET Core 6 or later installed. The versions with _sc
in the names are self-contained, and do not require a separate runtime download. Download the appropriate file and unzip it. On the Mac you need to use xattr -d com.apple.quarantine *
from a Terminal window to tell the system that it's okay to run.
CiderPress II v1.0.1
Changes since v1.0.0:
- Add support for viewing Print Shop fonts (#13, by @markdavidlong).
- File viewer now sends PDF/RTF/Word documents to external viewer (#7).
- Allow editing of ProDOS directory file auxtypes (#15).
- Improve handling of marginal UCSD Pascal filesystems.
- Fixed access to read-only archives (#9).
- Open archives as read-only if read-write fails (#16).
- Various minor updates.
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. Downloads with _fd
are framework-dependent, meaning you need to have .NET Core 6 or later installed. The versions with _sc
in the names are self-contained, and do not require a separate runtime download. Download the appropriate file and unzip it. On the Mac you need to use xattr -d com.apple.quarantine *
from a Terminal window to tell the system that it's okay to run.
CiderPress II v1.0
This is the initial release of CiderPress II.
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. Downloads with _fd
are framework-dependent, meaning you need to have .NET Core 6 or later installed. The versions with _sc
in the names are self-contained, and do not require a separate runtime download. Download the appropriate file and unzip it. On the Mac you need to use xattr -d com.apple.quarantine *
from a Terminal window to tell the system that it's okay to run.