Added notes for v4.0.0d1 release

This commit is contained in:
Andy McFadden 2014-12-16 14:16:20 -08:00
parent 84b54a88ea
commit 3b7081bf1f
3 changed files with 41 additions and 19 deletions

View File

@ -29,13 +29,32 @@
track/sector, block, or nibble track.  The DiskFS class imitates a File
System Translator (FST), abstracting
filesystem differences away to provide ProDOS-like file access on all
supported filesystems.&nbsp; This library also runs under Linux.</li>
supported filesystems.&nbsp; This library can be built for Linux.</li>
</ol>
<p>In addition, CiderPress uses the NufxLib library to access NuFX (ShrinkIt)
archives, and zlib to compress and expand &quot;.gz&quot; and &quot;.zip&quot; files.</p>
<h2>v4.0.0d1 - 16-Dec-2014</h2>
<ul>
<li>[all] Moved 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. Added snapshots of NufxLib and zlib to source tree.</li>
<li>[all] Switched from MBCS to UNICODE APIs.</li>
<li>[app] Converted help from WinHelp to HtmlHelp.</li>
<li>[app] File type association code now uses HKCU rather than HKCR.</li>
<li>[util] Fixed file+folder selection dialog.</li>
<li>[diskimg] Fixed Linux build.</li>
</ul>
<h2>v3.0.2d1 - 19-Jan-2014</h2>
<ul>
<li>[reformat] Fixed 640 mode palette offsets in SHR converter
(Bill Buckels).</li>
</ul>
<h2>v3.0.1 - 4-Jan-2009</h2>
<ul>
<li>[reformat] Added Apple /// Business Basic support (David Schmidt)</li>
<li>[reformat] Added Apple /// Business Basic support (David Schmidt).</li>
<li>[reformat] Added Gutenberg doc support (David Schmidt).</li>
<li>[diskimg] Added read-only support for Gutenberg disks (David Schmidt).</li>
<li>[diskimg] Fixed CP/M 3.x disk recognition, and added support for
disks that store data in the first 3 tracks.</li>
</ul>

View File

@ -34,8 +34,9 @@ under the BSD license, in March 2007.</p>
<li><a href="features.htm#tools">Some handy tools</a>.</li>
</ul>
<p><b><a href="downloads/CiderPress301.zip">
Download CiderPress v3.0.1</a> (4-Jan-2009)</b> as a Win32 executable.</p>
<p><b>Download the current stable release,
<a href="downloads/CiderPress301.zip">CiderPress v3.0.1</a> (4-Jan-2009)</b>,
as a Win32 executable.</p>
<p>A <a href="tutorial/index.htm">tutorial</a> is available, with some sample
files. In addition, Walt Perko has created an <a href="Create-CF-Volume.gif">
@ -47,24 +48,29 @@ a CFFA (useful if your Apple II isn't able to format the CF card first).
<p>Got questions?&nbsp; Check the <a href="faq.htm">FAQ</a> and <a href="hardware.htm">hardware
compatibility</a> pages.</p>
<p>The old <a href="requested-features.htm">requested features</a> list has some
ideas. You can also view the original <a href="change-log.htm">change log</a>.
<p>The <a href="http://github.com/fadden/ciderpress/">
GitHub project page</a> has the full source code, as well as places
to file bug reports. The source for this web site can be found in
the <a href="https://github.com/fadden/ciderpress/tree/gh-pages">
gh-pages branch</a>.</p>
<p>The old <a href="requested-features.htm">requested features</a> list has
some ideas. See the <a href="change-log.htm">change log</a> to see how
CiderPress has evolved over time.
<h4>Win32 Executable Downloads</h4>
These include CiderPress and MDC, and will run on Win98/ME/2K/XP. Version 3.x
may behave a bit strangely on Vista/7/8, but will generally work.
These include CiderPress and MDC. CiderPress v3.x runs well on
Win98/ME/2K/XP, but may behave a bit strangely on Vista/7/8. CiderPress v4.x
requires WinXP/Vista/7/8.
<ul>
<li><a href="downloads/CiderPress400d1.zip">CiderPress v4.0.0d1</a> (16-Dec-2014)
<li><a href="downloads/CiderPress302d1.zip">CiderPress v3.0.2d1</a> (19-Jan-2014)
<li><a href="downloads/CiderPress301.zip">CiderPress v3.0.1</a> (4-Jan-2009)
<li><a href="downloads/CiderPress300.zip">CiderPress v3.0.0</a> (26-Mar-2007)
</ul> </p>
</body>
<h4>Source Code Downloads</h4>
<p>The <a href="http://github.com/fadden/ciderpress/">
GitHub project page</a> has the full source code, as well as places
to file bug reports. Click "releases" to get sources for a specific
release tag. The source for this web site can be found in
the <a href="https://github.com/fadden/ciderpress/tree/gh-pages">
gh-pages branch</a>.</p>
</body>
</html>

View File

@ -186,11 +186,8 @@
<li>Add: Packed hi-res (Beagle Graphics).</li>
<li>Add: Dreamgrafix PNT/$8005 (and the less-common PIC/$8003).</li>
<li>Add: AppleWriter.</li>
<li>Add: Magic Window.</li>
<li>Add: Finder icons.</li>
<li>Add: Sound files.</li>
<li>Add: Apple /// Business Basic (BA3).</li>
<li>Add: Magic Window.</li>
<li>Display text in an &quot;Apple II&quot; font.&nbsp; (There are some Apple
II fonts on the web that you can install and use with the file viewer.&nbsp;
CiderPress should include one.)</li>
@ -198,7 +195,7 @@
<li>Correctly support tabs in AWP and GWP documents.</li>
<li>Have option to convert AWP to plain text instead of RTF.&nbsp; (Can get
same effect by cut &amp; pasting into Notepad.)</li>
<li>Expand files compressed with HardPressed.</li>
<li>Expand files compressed with HardPressed&trade;.</li>
<li>Applesoft/Integer syntax highlighting could grey-out unreachable lines.</li>
<li>Have alternate Integer BASIC mode that deciphers the POKEs that conceal
BASIC listing in mixed Integer/assembly programs (fairly common in programs