Skip to content

NeFS Edit 0.7.0

Pre-release
Pre-release

Choose a tag to compare

@ptasev ptasev released this 06 Sep 05:44
· 6 commits to master since this release
f820c95

Version 0.7.0

  • Added support for reading NeFS versions 0.1.0, 0.2.0, 1.3.0, 1.4.0, 1.5.0, 1.5.1
  • Added support for reading split data and multiple volume archives
  • Added support for reading big-endian NeFS headers
  • Added support for writing NeFS version 1.5.1, 1.6.0
  • Added ability to search for headers in elf and mach-o executables (Linux, Mac, PS3)
  • Added ability to associate NeFS files with the app
  • Changed executable header auto-search to improve accuracy (at the expense of speed)
  • Changed .NET framework to .NET 8.0
  • Fixed bug where all replaced files would have the same data as the last file that was replaced
  • Fixed mistakenly treating untransformed items the same as blockless items in 2.0.0 archives
  • Fixed duplicate items not being saved

Commits

  • Support reading 1.5.1 files by @ptasev in #28
  • Support for reading 1.5.0 and big endian by @ptasev in #30
  • Refactor and support for 1.6.0 big-endian by @ptasev in #31
  • Remove nefs inject by @ptasev in #32
  • Move source files by @ptasev in #33
  • Support reading 0.1.0 and 0.2.0 by @ptasev in #34
  • Support reading 1.3.0 and 1.4.0 by @ptasev in #35
  • Bring back exe header auto-search feature by @ptasev in #36
  • Support writing 1.5.1 and 1.6.0 by @ptasev in #39
  • Allow associating nefs files with the app by @ptasev in #40

New Contributors

Full Changelog: 0.6.0...0.7.0