mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Corrected syntax in changelog.
This commit is contained in:
94
Changelog.md
94
Changelog.md
@@ -1,15 +1,15 @@
|
||||
# [4.0.0.0-beta] - 2017-05-19
|
||||
## Added
|
||||
###- Create Sidecar command
|
||||
### - Create Sidecar command
|
||||
- Use dump drive information from images that support it.
|
||||
|
||||
###- Devices
|
||||
### - Devices
|
||||
- MMC
|
||||
- PCMCIA block devices
|
||||
- SCSI Streaming Devices (aka "tapes")
|
||||
- SecureDigital
|
||||
|
||||
###- Disc images.
|
||||
### - Disc images.
|
||||
- Alcohol 120%.
|
||||
- Apple New Disk Image Format (aka NDIF, aka img, aka DiskCopy 6).
|
||||
- Apple Nibble (aka NIB).
|
||||
@@ -33,10 +33,10 @@
|
||||
- VMware.
|
||||
- X68k .DIM.
|
||||
|
||||
###- DiskCopy 4.2 disk image
|
||||
### - DiskCopy 4.2 disk image
|
||||
- Use resource fork to get DiskCopy version used to create them.
|
||||
|
||||
###- Filesystems
|
||||
### - Filesystems
|
||||
- Apple DOS.
|
||||
- CP/M.
|
||||
- Detecting Commodore 1540/1541/1571/1581.
|
||||
@@ -62,7 +62,7 @@
|
||||
- Detecting Zettabyte File System (aka ZFS).
|
||||
- UCSD Pascal.
|
||||
|
||||
###- Filters
|
||||
### - Filters
|
||||
- Apple PCExchange
|
||||
- AppleDouble
|
||||
- AppleSingle
|
||||
@@ -70,19 +70,19 @@
|
||||
- GZIP
|
||||
- MacBinary
|
||||
|
||||
###- GUID Partition Table
|
||||
### - GUID Partition Table
|
||||
- New type GUIDs.
|
||||
|
||||
###- Lisa filesystem
|
||||
### - Lisa filesystem
|
||||
- Full read-only support
|
||||
|
||||
###- Media types
|
||||
### - Media types
|
||||
- DDS, DDS-2, DDS-3, DDS-4.
|
||||
- IOMEGA Clik! (aka PocketZip)
|
||||
- NEC floppies.
|
||||
- SHARP floppies.
|
||||
|
||||
###- Partitions
|
||||
### - Partitions
|
||||
- Acorn FileCore.
|
||||
- BSD disklabels.
|
||||
- DEC disklabels.
|
||||
@@ -94,34 +94,34 @@
|
||||
- UNIX disklabels.
|
||||
|
||||
## Fixes
|
||||
###- AmigaDOS filesystem
|
||||
### - AmigaDOS filesystem
|
||||
- Detection on hard disks or with clusters bigger than 1 sector.
|
||||
|
||||
###- cdrdao
|
||||
### - cdrdao
|
||||
- Audio track matching
|
||||
- Prevent reading binary files.
|
||||
|
||||
###- CDRWin
|
||||
### - CDRWin
|
||||
- CD-Text detection
|
||||
- CD+G data return.
|
||||
- Prevent reading binary files.
|
||||
|
||||
###- DiskCopy 4.2
|
||||
### - DiskCopy 4.2
|
||||
- Track order for Lisa and Macintosh Twiggy
|
||||
|
||||
###- Dreamcast GDI images
|
||||
### - Dreamcast GDI images
|
||||
- Prevent reading binary files.
|
||||
|
||||
###- FAT filesystem
|
||||
### - FAT filesystem
|
||||
- Behaviour with some non-compliant media descriptors.
|
||||
|
||||
###- Nero Burning ROM
|
||||
### - Nero Burning ROM
|
||||
- Disc types
|
||||
- Lead-In handling
|
||||
- Mode2 RAW sectors
|
||||
- Session count
|
||||
|
||||
###- ProDOS filesystem
|
||||
### - ProDOS filesystem
|
||||
- Volume size.
|
||||
|
||||
## Changes
|
||||
@@ -133,7 +133,7 @@
|
||||
|
||||
# [3.0.0.0] - 2016-07-19
|
||||
## Added
|
||||
###- Commands
|
||||
### - Commands
|
||||
- benchmark: Tests speed for checksum algorithms.
|
||||
- create-sidecar: Creates an XML sidecar with metadata.
|
||||
- decode: Decodes and prints a disk tag present on the image.
|
||||
@@ -143,11 +143,11 @@
|
||||
- media-info: Prints media information.
|
||||
- scan-media: Scans media for errors.
|
||||
|
||||
###- Checksums
|
||||
### - Checksums
|
||||
- Adler-32
|
||||
- SpamSum
|
||||
|
||||
###- Devices
|
||||
### - Devices
|
||||
- ATA on Linux.
|
||||
- ATA on Windows (untested).
|
||||
- FireWire on Linux.
|
||||
@@ -155,16 +155,16 @@
|
||||
- SCSI on Windows (untested).
|
||||
- USB on Linux.
|
||||
|
||||
###- Disc images
|
||||
### - Disc images
|
||||
- Apple 2IMG.
|
||||
- CDRDAO.
|
||||
- Dreamcast GDI.
|
||||
- VirtualPC.
|
||||
|
||||
###- Fast File System (FFS)
|
||||
### - Fast File System (FFS)
|
||||
- Atari UNIX variant.
|
||||
|
||||
###- Filesystems
|
||||
### - Filesystems
|
||||
- Acorn ADFS.
|
||||
- AmigaDOS.
|
||||
- Apple File System, aka APFS.
|
||||
@@ -173,95 +173,95 @@
|
||||
- Nintendo Gamecube.
|
||||
- Nintendo Wii.
|
||||
|
||||
###- Partitions
|
||||
### - Partitions
|
||||
- Amiga Rigid Disk Block (aka RDB).
|
||||
- Atari.
|
||||
- Sun.
|
||||
- (U)EFI GPT.
|
||||
|
||||
## Changes
|
||||
###- PrintHex command
|
||||
### - PrintHex command
|
||||
- Allow to print several sectors.
|
||||
|
||||
## Fixes
|
||||
###- Be filesystem
|
||||
### - Be filesystem
|
||||
- Endianness.
|
||||
- Support for Be CDs.
|
||||
|
||||
###- CDRWin disk image
|
||||
### - CDRWin disk image
|
||||
- Behaviour on .NET Framework.
|
||||
- Detection of CD-ROM XA.
|
||||
- Flags.
|
||||
- Partition calculations.
|
||||
|
||||
###- Fast File System (FFS)
|
||||
### - Fast File System (FFS)
|
||||
- False positives with 7th Edition.
|
||||
|
||||
###- ISO9660
|
||||
### - ISO9660
|
||||
- Dreamcast IP.BIN decoding.
|
||||
- Sega CD IP.BIN decoding.
|
||||
|
||||
###- System V Filesystem
|
||||
### - System V Filesystem
|
||||
- Big endian support
|
||||
|
||||
# [2.20] - 2014-08-28
|
||||
## Added
|
||||
###- Checksums
|
||||
### - Checksums
|
||||
- Reed Solomon.
|
||||
|
||||
## Fixes
|
||||
###- Apple Partition Map
|
||||
### - Apple Partition Map
|
||||
- Disks with 2048 bytes/sector but a 512 bytes/sector map.
|
||||
|
||||
###- HFS
|
||||
### - HFS
|
||||
- Disks with 2048 bytes/sector but a 512 bytes/sector filesystem.
|
||||
|
||||
# [2.10] - 2014-08-25
|
||||
## Added
|
||||
###- Checksums
|
||||
### - Checksums
|
||||
- CD EDC and ECC.
|
||||
- CRC16.
|
||||
|
||||
###- Commands
|
||||
### - Commands
|
||||
- Verify: Verifies disk image contents, if supported.
|
||||
|
||||
###- Disc images
|
||||
### - Disc images
|
||||
- Nero Burning ROM.
|
||||
|
||||
# [2.0] - 2014-07-03
|
||||
## Added
|
||||
###- Commands
|
||||
### - Commands
|
||||
- analyze: Gives informatio about disk image contents as well as detecting partitions and filesystems.
|
||||
- checksum: Generates CRC32, CRC64, RIPEMD160, MD5, SHA1, SHA256, SHA384 and SHA512 checksums of disk image contents.
|
||||
- compare: Compares two media images.
|
||||
- printhex: Prints a hexadecimal output of a sector.
|
||||
|
||||
###- Disc images
|
||||
### - Disc images
|
||||
- RAW (sector by sector).
|
||||
|
||||
###- Media types
|
||||
### - Media types
|
||||
- BD-R.
|
||||
- BD-RE XL.
|
||||
- FDFORMAT.
|
||||
|
||||
## Fixes
|
||||
###- FAT filesystem
|
||||
### - FAT filesystem
|
||||
- Workaround FAT12 without BIOS Parameter Block.
|
||||
|
||||
###- MBR partitions
|
||||
### - MBR partitions
|
||||
- Do not search for them on disks with less than 512 bytes/sector.
|
||||
|
||||
###- ODS-11 filesystem
|
||||
### - ODS-11 filesystem
|
||||
- Do not search for them on disks with less than 512 bytes/sector.
|
||||
|
||||
# [1.10] - 2014-04-21
|
||||
## Added
|
||||
###- Disc images
|
||||
### - Disc images
|
||||
- Sydex TeleDisk.
|
||||
|
||||
# [1.0] - 2014-04-17
|
||||
## Added
|
||||
###- Filesystems
|
||||
### - Filesystems
|
||||
- Detecting BeFS.
|
||||
- Detecting ext.
|
||||
- Detecting ext2.
|
||||
@@ -288,11 +288,11 @@
|
||||
- Detecting UFS2.
|
||||
- Detecting UnixWare boot.
|
||||
|
||||
###- Disc images
|
||||
### - Disc images
|
||||
- Apple DiskCopy 4.2.
|
||||
- CDRWin.
|
||||
|
||||
###- Partitions
|
||||
### - Partitions
|
||||
- Apple Partition Map (aka APM).
|
||||
- Master Boot Record (aka MBR).
|
||||
- NeXT disklabels.
|
||||
Reference in New Issue
Block a user