mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
* DiscImageChef.Metadata/MediaType.cs: * DiscImageChef.CommonTypes/MediaType.cs: Added Jaguar CD, Super CD-ROM² and 3DO discs. * DiscImageChef.Metadata/Dimensions.cs: Add dimensions for CDs and family. * DiscImageChef/Commands/DumpMedia.cs: Added creation of IBG logs. Added filesystem and partitions detection (does not work with raw).
60 lines
1.3 KiB
Plaintext
60 lines
1.3 KiB
Plaintext
2016-02-04 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* MediaType.cs:
|
|
Added Jaguar CD, Super CD-ROM² and 3DO discs.
|
|
|
|
2016-01-16 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* MediaType.cs:
|
|
Added about 200 new media types.
|
|
|
|
2016-01-16 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* MediaType.cs:
|
|
Refactor: added regions
|
|
|
|
2016-01-16 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* MediaType.cs:
|
|
* DiscImageChef.CommonTypes.csproj:
|
|
Refactor most disk references to media.
|
|
|
|
2015-12-31 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiskType.cs:
|
|
Added Acorn Archimedes and Commodore 15xx floppies.
|
|
|
|
2015-12-03 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiskType.cs:
|
|
Added support for CD-V.
|
|
|
|
2015-11-24 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiskType.cs:
|
|
Added DVD-RW DL, DVD-Download, HD DVD-R DL and HD DVD-RW DL.
|
|
|
|
2015-11-23 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiskType.cs:
|
|
* DiscImageChef.CommonTypes.csproj:
|
|
Moved DiskType to commons.
|
|
|
|
2015-10-19 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.CommonTypes.csproj:
|
|
Upgrade .NET version to 4.0.
|
|
|
|
2015-10-12 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Partition.cs:
|
|
Added standard header.
|
|
|
|
2015-10-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Partition.cs:
|
|
* Properties/AssemblyInfo.cs:
|
|
* DiscImageChef.CommonTypes.csproj:
|
|
Moved disc image plugins to a separate library.
|
|
|