Releases: DaMatrix/SaveSearcher
Releases · DaMatrix/SaveSearcher
1.6.14
What's Changed
- Fixed crash when running on certain Windows configurations
- Fixed error when outputting to an empty directory without
-o
Full Changelog: 1.6.11...1.6.14
1.6.11
What's Changed
- Broken Portals by @thelampgod in #12
- Add tile entity search by @thelampgod in #15
- Add command block search
- Massively improved performance when running many different scans simultaneously
Full Changelog: 1.6.2...1.6.11
1.6.2
- add entity search mode
- fix a variety of bugs on windows
1.5.4
make output writing even faster and update to latest porklib
1.5.3
Added --count
mode and fixed some critical bugs with CSV output.
1.5.0
Block data arrays are now re-used internally for another significant speedup.
The output format has changed completely, it's now written on-the-fly and uses the csv format (optionally gzip-compressed).
1.4.4
Fixes a number of issues with JVM crashes.
Uses memory-mapped files to further enhance performance.
1.4.3
Build against PorkLib 0.5.0-SNAPSHOT (for native decompression on select platforms), and add spawner search module.
1.4.0-SNAPSHOT
Modified the output format to allow running the same module multiple times with multiple settings.