mirror of
https://github.com/fadden/ciderpress.git
synced 2024-10-31 16:04:54 +00:00
Update for v4.0.0 release
This commit is contained in:
parent
fa625b9900
commit
0a4a327ad3
@ -33,18 +33,19 @@
|
||||
</ol>
|
||||
<p>In addition, CiderPress uses the NufxLib library to access NuFX (ShrinkIt)
|
||||
archives, and zlib to compress and expand ".gz" and ".zip" files.</p>
|
||||
<h2>v4.0.0-rc1 - 19-Jan-2015</h2>
|
||||
<h2>v4.0.0 - 23-Jan-2015</h2>
|
||||
<ul>
|
||||
<li>[all] Moved sources from CVS on sourceforge.net to git on github.com.
|
||||
Registered a2ciderpress.com.</li>
|
||||
<li>[all] Updated build system and source code to work with Visual
|
||||
Studio 2013. As a result, WinXP or later is now required.</li>
|
||||
<li>[all] Added snapshots of NufxLib and zlib to source tree.
|
||||
Much source code scrubbing.</li>
|
||||
<li>[all] Added snapshots of NufxLib and zlib to source tree.</li>
|
||||
<li>[all] Much source code scrubbing.</li>
|
||||
<li>[all] Switched from MBCS to wide-character UNICODE APIs.</li>
|
||||
<li>[app] Converted help from WinHelp to HtmlHelp.</li>
|
||||
<li>[app] Added support for AppleSingle files.</li>
|
||||
<li>[app] "Open file" is much better about detecting file types.</li>
|
||||
<li>[app] "Open file" is much better about detecting file types.
|
||||
Fixed double-click handling of DiskCopy images with resource forks.</li>
|
||||
<li>[app] File type association code now uses HKCU registry rather
|
||||
than HKCR.</li>
|
||||
<li>[app] File listing, file viewer, and many dialogs display filenames
|
||||
@ -52,6 +53,7 @@ archives, and zlib to compress and expand ".gz" and ".zip" f
|
||||
archives) with correct Unicode characters.</li>
|
||||
<li>[app] Switched to "system" font for dialogs to take advantage of
|
||||
ClearType (when available).
|
||||
<li>[app] Fixed default size and initial position of file viewer.
|
||||
<li>[util] Fixed file+folder selection dialog. Improved folder selection
|
||||
dialog.</li>
|
||||
<li>[diskimg] Fixed Linux build.</li>
|
||||
@ -59,6 +61,8 @@ archives, and zlib to compress and expand ".gz" and ".zip" f
|
||||
<li>[reformat] Teach and AWGS converter now generate RTF with Unicode
|
||||
values for non-ASCII Mac OS Roman characters. Outline and shadow
|
||||
styles added.</li>
|
||||
<li>[reformat] Listings of Applesoft programs with carriage returns in
|
||||
REM statements now match LIST output.</li>
|
||||
</ul>
|
||||
<h2>v3.0.2-d1 - 19-Jan-2014</h2>
|
||||
<ul>
|
||||
|
@ -36,12 +36,15 @@ was done in January 2015.</p>
|
||||
</ul>
|
||||
|
||||
<h3><b>Downloads</b></h3>
|
||||
<p>Windows installer for current stable release:
|
||||
<p>The current stable release runs on WinXP and later:
|
||||
<a href="https://github.com/fadden/ciderpress/releases/download/v4.0.0/CiderPress400.zip"><strong>CiderPress v4.0.0</strong></a>
|
||||
(23-Jan-2015)</p>
|
||||
<p>For Win98/ME/2K, download the last version 3 stable release:
|
||||
<a href="downloads/CiderPress301.zip"><strong>CiderPress v3.0.1</strong></a> (4-Jan-2009)</p>
|
||||
<p>This will install the main CiderPress app, as well as a Multi-Disk Catalog
|
||||
<p>The installation package includes the main CiderPress app and the Multi-Disk Catalog
|
||||
utility (MDC).</p>
|
||||
<h3>Documentation</h3>
|
||||
<p>The full documentation is available from the "help" menu. A
|
||||
<p>Extensive documentation is available from the "help" menu. A
|
||||
<a href="tutorial/index.htm"><strong>tutorial</strong></a> is available, with some sample
|
||||
files.</p>
|
||||
<p>In addition, Walt Perko has created an <a href="Create-CF-Volume.gif">
|
||||
|
Loading…
Reference in New Issue
Block a user