Releases: niemasd/NiemaFS
Releases · niemasd/NiemaFS
NiemaFS v0.0.15
NiemaFS v0.0.14
- Added
TgcFSfor GameCube TGC files
NiemaFS v0.0.13
- Renamed
gcm.pytogcn.py(GCN = Nintendo GameCube's official abbreviation)- I may add support for other GameCube-related filesystems (e.g. memory cards) in the future, so I can add them all to
gcn.pyas separate classes- I can do the same for
wii.pyif I ever add any other Wii-related filesystems
- I can do the same for
- I may add support for other GameCube-related filesystems (e.g. memory cards) in the future, so I can add them all to
NiemaFS v0.0.12
- Moved
pycryptodomerequirement fromrequirements.txttosetup.py- This ensures that it's installed automatically if the user runs
pip install niemafs
- This ensures that it's installed automatically if the user runs
NiemaFS v0.0.11
- Added
TarFSfor TAR support
NiemaFS v0.0.10
- Added multiprocessing to
WiiFSfor dramatic speedup
NiemaFS v0.0.9
- Fixed bug in
GcmFSfile system parsing - Added
WiiFSfor Wii DVDs
NiemaFS v0.0.8
- Added
GcmFSfor GameCube mini-DVDs
NiemaFS v0.0.7
- Added more ISO 9660 layouts to
IsoFS
NiemaFS v0.0.6
- Added getter functions for ISO layout properties in
IsoFS