Update for v4.0.4

This commit is contained in:
Andy McFadden 2020-07-23 15:05:18 -07:00
parent fcca617a4e
commit 82beaf5420
2 changed files with 12 additions and 1 deletions

View File

@ -37,6 +37,17 @@
<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.4 - 23-Jul-2020</h2>
<ul>
<li>[app] Fixed limitation that prevented files larger than 16MB from being
added to HFS volumes.</li>
<li>[app] Fixed range check on volume number in 2IMG properties editor.</li>
<li>[diskimg] Fixed a bug that caused assertion failures on ProDOS disks with
short volume directories.</li>
<li>[reformat] Fixed an incorrect Apple /// BASIC token.</li>
<li>[reformat] Fixed reporting of OMF segment version numbers.</li>
</ul>
<h2>v4.0.3 - 12-Dec-2017</h2>
<ul>
<li>[app] 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.</li>

View File

@ -42,7 +42,7 @@ A &quot;refresh&quot; to modernize the code was done in January 2015.</p>
<h3><b>Downloads</b></h3>
<p>The current stable release runs on WinXP and later:
<a href="https://github.com/fadden/ciderpress/releases/download/v4.0.3/CiderPress403.zip"><strong>CiderPress v4.0.3</strong></a>
<a href="https://github.com/fadden/ciderpress/releases/download/v4.0.4/CiderPress404.zip"><strong>CiderPress v4.0.4</strong></a>
(12-Dec-2017)</p>
<p>For Win98/ME/2K, download the final version 3 stable release:
<a href="downloads/CiderPress301.zip"><strong>CiderPress v3.0.1</strong></a> (4-Jan-2009)</p>