Skip to content

Releases: fadden/ciderpress

CiderPress v4.1.1

12 May 23:17
Compare
Choose a tag to compare

Changes since v4.1.0:

  • Fix file viewer window layout when primary desktop is scaled (issue #53).
  • Fix DOS T/S end-of-list test (issue #59).
  • Fix typos in help file [@polluks].

A Win32 installer binary for Windows 7 and later is attached. For older versions of CiderPress, which will run on systems dating back to Win98, visit http://a2ciderpress.com/.

CiderPress v4.1.1-d1

07 Jan 19:36
Compare
Choose a tag to compare
CiderPress v4.1.1-d1 Pre-release
Pre-release

Changes since v4.1.0:

  • Fix file viewer window layout when primary desktop is scaled (issue #53).

A Win32 installer binary for Windows 7 and later is attached. For older versions of CiderPress, which will run on systems dating back to Win98, visit http://a2ciderpress.com/.

CiderPress v4.1.0

16 Aug 22:23
Compare
Choose a tag to compare

Changes since v4.0.5:

  • Added save and restore of main window placement (issue #41).
  • Added workaround for ProDOS sparse file issue (issues #15 and #49).
  • Updated to modern build tools (breaks WinXP support).

A Win32 installer binary for Windows 7 and later is attached. For older versions of CiderPress, which will run on systems dating back to Win98, visit http://a2ciderpress.com/.

CiderPress v4.0.5

24 Apr 17:09
Compare
Choose a tag to compare

This is a minor update. Bug fixes and features since v4.0.4:

  • Fix an obscure crash (issue #42).
  • Fix problem with Linux MakeDisk tool.
  • Add raw filename access API [markdavidlong].

A Win32 installer binary for WinXP and later is attached. For older versions of CiderPress, which will run on systems dating back to Win98, visit http://a2ciderpress.com/. (This is the last version that is expected to work with WinXP.)

CiderPress v4.0.4

23 Jul 21:59
Compare
Choose a tag to compare

This is a minor update. Bug fixes and features since v4.0.3:

  • Fix assertion failure on ProDOS disks with short volume directories (issue #32).
  • Fix limitation that prevented files larger than 16MB from being added to HFS volumes.
  • Fix an incorrect Apple /// BASIC token.
  • Fix reporting of OMF segment version numbers.
  • Fix range check on volume number in 2IMG properties editor (allow zero).

A Win32 installer binary for WinXP and later is attached. For older versions of CiderPress, which will run on systems dating back to Win98, visit http://a2ciderpress.com/.

CiderPress v4.0.3

12 Dec 18:57
Compare
Choose a tag to compare

This is a minor update. Bug fixes and features since v4.0.2:

  • Changed the behavior of file extraction so that file extensions are never added unless "add file extension" is checked. Previously, files whose contents were converted for use in Windows always had the file extension added.
  • Added support for MouseText and inverse text in AppleWorks 5 WP docs. MouseText can be converted to similar Unicode symbols or ASCII.
  • Fixed a bug that caused assertion failures on volumes with partitions larger than 4GB.

A Win32 installer binary for WinXP and later is attached. For older versions of CiderPress, which will run on systems dating back to Win98, visit http://a2ciderpress.com/.

CiderPress v4.0.2

23 Sep 00:46
Compare
Choose a tag to compare

This is a minor update. Bug fixes and features since v4.0.1:

  • Improved handling of odd-sized packed Super Hi-Res images.
  • Incorporated latest NufxLib changes, notably corrected handling of zero-length resource forks in archives created by GS/ShrinkIt.
  • Fixed a bug that caused CiderPress to hang when certain malformed dates were encountered.
  • Fixed some display issues in the file viewer.
  • Updated build files to work with Visual Studio 2015 / 2017.

A Win32 installer binary for WinXP and later is attached. For older versions of CiderPress, which will run on systems dating back to Win98, visit http://a2ciderpress.com/.

CiderPress v4.0.1

24 Aug 16:06
Compare
Choose a tag to compare

This is a minor update. Bug fixes and features:

  • Added support for displaying hi-res images compressed with LZ4FH.
  • Fixed handling of semicolons in Merlin assembly source conversion.
  • Fixed "find" feature in file viewer.

A Win32 installer binary for WinXP and later is attached. For older versions of CiderPress, which will run on systems dating back to Win98, visit http://a2ciderpress.com/.

CiderPress v4.0.0

23 Jan 18:35
Compare
Choose a tag to compare

The last official release, v3.0.1, came out six years ago. A summary of the changes made since that release follows.

New Features

  • Support for viewing and extracting the contents of AppleSingle files.

UI and Usability

  • When opening files, CiderPress no longer restricts you to a specific type of file (ShrinkIt archive, ACU archive, disk image, etc.). Just open the file and CiderPress will figure it out.
  • The custom file+folder selection dialog, used when adding files, has been rewritten. The long-absent "Accept" button has been restored, and the newer style of dialog is easier to use.
  • The custom folder-selection dialog, used when selecting the folder to extract files to, has been replaced with a much nicer standard system dialog.
  • The font used in all dialogs has been updated to take advantage of ClearType.
  • Help files have been migrated from WinHelp to HtmlHelp, so it is no longer necessary to download the WinHelp viewer on Windows 7 and later.
  • Non-ASCII characters in the Mac OS Roman set -- used for HFS filenames and IIgs documents -- are converted to Unicode in the file list, file viewer, and many dialogs.

Bug Fixes

  • Corrected the default size of the file viewer, and the initial position when viewing tall SHR images.
  • Teach and AWGS conversions now handle "shadow" and "outline" (though you need to open the converted file in something like Word to actually see it). Applesoft listings with carriage returns embedded in REM statements now match LIST output.
  • Fixed the 640-mode palette offsets in the SHR converter. (This was actually fixed a year ago by Bill Buckels, and available in v3.0.2-d1, but the patch wasn't part of an "official" release until now.)
  • Expanded Gutenberg disk support to include Gutenberg, Jr disks.
  • DiskCopy images with resource forks (e.g. on the ByteWorks Opus ][ CD-ROM) now open with double-click.
  • File type associations, i.e. what makes it so you can double-click a file and have CiderPress open it, started breaking a bit with permission changes in WinVista. This has been fixed, but not perfectly.

Internal changes

  • Moved from a CVS repository on sourceforge to a git repository on github.
  • Registered a2ciderpress.com and moved the web site to it (now served up by github).
  • Updated the build files, which were originally set up for Visual Studio 6 (which dates back to 1998). It now builds cleanly "out of the box" with Visual Studio 2013.
  • Switched from _MBCS (narrow strings) to _UNICODE (wide strings). This affected all strings used in the user interface and in file names. The NuFX and disk image libraries still primarily use narrow strings, because they also build for Linux, but the Windows-specific parts are fully converted.
  • The help file "source code", which used to be stored in a proprietary format, is now just plain text and HTML files.
  • Made various global changes to the source code, such as converting tabs to spaces, switching to variadic macros for debug log messages, and replacing vague C types like "unsigned short" with explicit types like "uint16_t".
  • Fixed the Linux build, which had suffered from bit rot.
  • Updated to the latest version of DeployMaster (which creates the installer).
  • Expanded and updated developer documentation.

A Win32 installer binary for WinXP and later is below. For older versions of CiderPress that are compatible all the way back to Win98, visit http://a2ciderpress.com/.

CiderPress v4.0.0-rc1

20 Jan 01:51
Compare
Choose a tag to compare
CiderPress v4.0.0-rc1 Pre-release
Pre-release

Changes since v4.0.0-b2:

  • Changed all dialogs to use the "system" font, which can use ClearType for text rendering.
  • Adjusted the default size of the file viewer to fit 80-column text and a full SHR graphic.
  • Perform Mac OS Roman charset conversions in more dialogs, notably when displaying the HFS volume name.
  • Tweaked the "file open" code slightly.

Win32 installer binary for WinXP and later is below. For older versions of CiderPress that are compatible all the way back to Win98, visit http://a2ciderpress.com/.

(This pre-release version still has the debug logging enabled; C:\Src\cplog.txt will be overwritten.)