February 10th, 2025
GCNTools 1.0.1 is now live! A huge thank you to the C# Discord community for their valuable feedback.
What's New
- Added
DiscImage(FileStream fileStream)
andDiscImage(FileStream fileStream, bool keepStreamInMemory)
constructors. - Implemented
IDisposable
inDiscImage
. - Introduced
UNKNOWN
as a language option.
Improvements
- Optimized disc image reading and writing by utilizing buffers.
- Updated game code validation to use a generated regex.
Breaking Changes
- Removed default values for
FullPath
andFileName
properties inFileSystemTableEntry
. These properties are now nullable. - Deprecated
DiscImage(string filePath)
constructor. While still functional, it will be phased out in a future release.