mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added Acorn Archimedes and Commodore 15xx floppies. * DiscImageChef.DiscImages/ImagePlugin.cs: Added DiskTag for PCMCIA CIS and SecureDigital/MMC CID, CSD and extended CSD. * DiscImageChef.Metadata/DiskType.cs: Added known floppies and magneto-opticals. * DiscImageChef/Commands/CreateSidecar.cs: Implemented most support for block media sidecars.
23 lines
551 B
Plaintext
23 lines
551 B
Plaintext
2015-12-31 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiskType.cs:
|
|
Added known floppies and magneto-opticals.
|
|
|
|
2015-12-13 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiskType.cs:
|
|
Corrected miswriting of CDXA, CDRW and CDROM.
|
|
|
|
2015-12-06 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiskType.cs:
|
|
* DiscImageChef.Metadata.csproj:
|
|
Added method to convert DiskType to disk type and subtype
|
|
strings.
|
|
|
|
2015-12-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.Metadata.csproj:
|
|
Added generating XML metadata for file systems.
|
|
|