Updated History.txt for 1.29.10.0
This commit is contained in:
parent
4956957ca1
commit
d978a1789b
2 changed files with 13 additions and 3 deletions
|
@ -9,6 +9,16 @@ https://github.com/AppleWin/AppleWin/issues/new
|
|||
Tom Charlesworth
|
||||
|
||||
|
||||
1.29.10.0 - ? Feb 2020
|
||||
----------------------
|
||||
. [PR #756] Write support for WOZ1/WOZ2 images.
|
||||
- Fixes titles that need write support (see: #686, #704, #705).
|
||||
- Allow creation of a blank (WOZ2) image (see AppleWin.chm: 'Creating Disk Images').
|
||||
- multi-file zip support extended to scan for the first valid image.
|
||||
- useful for most woz-a-day multi-file zips which have at least 2 entries and previously needed unzipping.
|
||||
. NB. files in multi-file zips are still write-protected (same for all image types, not just woz).
|
||||
|
||||
|
||||
1.29.9.0 - 26 Jan 2020
|
||||
----------------------
|
||||
. [Bug #752] Fixed double-clicking a registered file-type issue (regression introduced at 1.29.8.0).
|
||||
|
|
|
@ -63,9 +63,9 @@ Disk Images</a> topic for more information. </p>
|
|||
<p>Please note that not all disk image types supported by
|
||||
AppleWin can be created in this manner. Since there is no way
|
||||
to detect the image type from the image itself, it is determined by the
|
||||
given file extension only. Three extensions are allowed: (.DSK, .DO,
|
||||
.NIB). The first two create a "DOS Order Image" and then latter creates
|
||||
a "Nibble Image". If the extension is completely omitted,
|
||||
given file extension only. Four extensions are allowed: (.DSK, .DO,
|
||||
.NIB, .WOZ). The first two create a "DOS Order Image", .NIB creates
|
||||
a "Nibble Image" and .WOZ creates an empty .WOZ image. If the extension is completely omitted,
|
||||
".DSK" will be chosen by default. For more information, see <a href="ddi-formats.html">Disk Image Formats</a>.</p>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Add table
Reference in a new issue