Version bumped to 3.4.99.0.

This commit is contained in:
2017-06-04 23:09:27 +01:00
parent 7105fbb333
commit ce3e941e1c
36 changed files with 85 additions and 49 deletions

View File

@@ -1,8 +1,11 @@
# [4.0.0.0-beta] - 2017-05-19
# [4.0.0.0-beta] - 2017-06-04
## Added
### - Create Sidecar command
- Use dump drive information from images that support it.
### - Decoders
- Xbox DMI
### - Devices
- MMC
- PCMCIA block devices
@@ -36,6 +39,10 @@
### - DiskCopy 4.2 disk image
- Use resource fork to get DiskCopy version used to create them.
### - Dumping
- Raw dump of DVD with Matshita recorders
- XGD with Kreon drives
### - Filesystems
- Apple DOS.
- CP/M.
@@ -81,6 +88,7 @@
- IOMEGA Clik! (aka PocketZip)
- NEC floppies.
- SHARP floppies.
- XGD3
### - Partitions
- Acorn FileCore.
@@ -93,6 +101,9 @@
- SGI Disk Volume Headers.
- UNIX disklabels.
### - Statistics
- Added version and operating system statistics.
## Fixes
### - AmigaDOS filesystem
- Detection on hard disks or with clusters bigger than 1 sector.
@@ -106,12 +117,21 @@
- CD+G data return.
- Prevent reading binary files.
### - Device reports
- Call ATA READ LONG last, as it confuses some drives
- Try SCSI READ LONG (10) until max block size (65535)
### - DiskCopy 4.2
- Track order for Lisa and Macintosh Twiggy
### - Dreamcast GDI images
- Prevent reading binary files.
### - Dumping
- Streaming Devices now store block size changes in metadata sidecar.
- Calculation of streaming device dumping speed.
- Optical media with 2048 bytes/sector now get ".iso" file extension.
### - FAT filesystem
- Behaviour with some non-compliant media descriptors.
@@ -124,6 +144,10 @@
### - ProDOS filesystem
- Volume size.
### - SCSI decoding
- Handling of modes 02h and 04h smaller than expected.
- Handling of EVPDs smaller than length field.
## Changes
- Added a public changelog.
- Added support for filters.