Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@parhamgholami parhamgholami released this 10 Feb 09:59

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) and DiscImage(FileStream fileStream, bool keepStreamInMemory) constructors.
  • Implemented IDisposable in DiscImage.
  • 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 and FileName properties in FileSystemTableEntry. These properties are now nullable.
  • Deprecated DiscImage(string filePath) constructor. While still functional, it will be phased out in a future release.