Skip to content

Releases: niemasd/NiemaFS

NiemaFS v0.0.15

25 Jan 21:40

Choose a tag to compare

  • Added GcRarcFS for GameCube RARC (.arc) files
  • Changed order in which files in GcmFS are iterated over
    • Before, it would result in a seemingly reverse alphabetical order
    • Now, it should result in a (mostly) alphabetical order

NiemaFS v0.0.14

25 Jan 04:37

Choose a tag to compare

  • Added TgcFS for GameCube TGC files

NiemaFS v0.0.13

25 Jan 00:25

Choose a tag to compare

  • Renamed gcm.py to gcn.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.py as separate classes
      • I can do the same for wii.py if I ever add any other Wii-related filesystems

NiemaFS v0.0.12

20 Jan 20:05

Choose a tag to compare

  • Moved pycryptodome requirement from requirements.txt to setup.py
    • This ensures that it's installed automatically if the user runs pip install niemafs

NiemaFS v0.0.11

20 Jan 03:15

Choose a tag to compare

  • Added TarFS for TAR support

NiemaFS v0.0.10

19 Jan 23:11

Choose a tag to compare

  • Added multiprocessing to WiiFS for dramatic speedup

NiemaFS v0.0.9

19 Jan 22:11

Choose a tag to compare

  • Fixed bug in GcmFS file system parsing
  • Added WiiFS for Wii DVDs

NiemaFS v0.0.8

18 Jan 07:32
1784256

Choose a tag to compare

  • Added GcmFS for GameCube mini-DVDs

NiemaFS v0.0.7

18 Jan 00:58

Choose a tag to compare

  • Added more ISO 9660 layouts to IsoFS

NiemaFS v0.0.6

17 Jan 19:51

Choose a tag to compare

  • Added getter functions for ISO layout properties in IsoFS