From d978a1789b6817d3416f89a8724ef46f8d97ff1a Mon Sep 17 00:00:00 2001 From: tomcw Date: Mon, 10 Feb 2020 21:49:45 +0000 Subject: [PATCH] Updated History.txt for 1.29.10.0 --- bin/History.txt | 10 ++++++++++ help/ddi-create.html | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/bin/History.txt b/bin/History.txt index 71099e27..8a657725 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -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). diff --git a/help/ddi-create.html b/help/ddi-create.html index 2c545727..97f95790 100644 --- a/help/ddi-create.html +++ b/help/ddi-create.html @@ -63,9 +63,9 @@ Disk Images topic for more information.

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 Disk Image Formats.