Releases: HiveGamesOSS/Chunker
Releases · HiveGamesOSS/Chunker
1.15.0
Features / Improvements:
- Initial Bedrock 1.26.0 support
- Update Java 1.21.11 to release
- Initial support for converting lodestone compass positions
- Enable compaction by default when using the CLI
- Implement preserving of waterlogged state for Bedrock for custom blocks
- Migrate deprecated intel macos-13 builds to macos-15
Bug fixes:
Dependencies:
- Version junit-platform-launcher
- Bump actions/upload-artifact from 5 to 6
- Bump actions/download-artifact from 6 to 7
- Bump react from 19.2.3 to 19.2.4 in /app
- Bump com.gradleup.shadow from 9.2.2 to 9.3.1
- Bump azure/trusted-signing-action from 0.5.10 to 1.0.0
- Bump org.junit.platform:junit-platform-launcher from 6.0.1 to 6.0.2
- Bump electron from 40.0.0 to 40.1.0 in /app
- Bump @fortawesome/react-fontawesome from 3.1.0 to 3.1.1 in /app
- Bump chroma-js from 3.1.2 to 3.1.4 in /app
- Bump org.junit.jupiter:junit-jupiter from 6.0.1 to 6.0.2
- Bump actions/checkout from 5 to 6
- Bump lodash from 4.17.21 to 4.17.23 in /app
- Bump electron-builder from 26.5.0 to 26.6.0 in /app
- Bump fs-extra from 11.3.2 to 11.3.3 in /app
- Bump react-dom from 19.2.3 to 19.2.4 in /app
- Bump react-router-dom from 7.10.0 to 7.13.0 in /app
- Bump gradle/actions from 5.0.0 to 5.0.1
- Bump com.palantir.git-version from 4.2.0 to 4.3.0
- Update node to 24.13.0 and npm to 11.8.0
- Bump gradle-wrapper from 8.13 to 9.3.1
1.14.0
Features / Improvements:
- Add initial R21U13 Bedrock / 1.21.11 Java support
- Add region naming for pruning to make reusing regions easier
- Fix and introduce exclude mode for chunk pruning
- Improve firework color conversion between Java and Bedrock
Bug fixes:
- Ignore non-vanilla horn instrument tags
- Fix 1.21.5 and above not encoding/decoding firework colors/fade_colors properly
- Write waterlogged state for custom blocks for Java if present
- Fix naturalgeneration -> naturalregeneration for Bedrock
- Fix parsing of Java skull data for 1.21.5+
- Fix page switching for Bedrock lecterns
- Use InvertibleMap for legacy block entities and add TrappedChest
Dependencies:
- Bump com.github.ben-manes.caffeine:caffeine from 3.2.2 to 3.2.3
- Bump actions/upload-artifact from 4 to 5
- Bump react-router-dom from 7.9.4 to 7.9.6 in /app
- Bump actions/download-artifact from 5 to 6
- Bump org.junit.jupiter:junit-jupiter from 6.0.0 to 6.0.1
- Bump com.palantir.git-version from 4.1.0 to 4.2.0
- Bump wait-on from 9.0.1 to 9.0.3 in /app
- Bump electron from 38.2.2 to 38.4.0 in /app
1.13.0
Features / Improvements:
Bug fixes:
- Only fallback to custom block mappings for items if the item was resolved
- Prevent custom states being passed through twice when converting
- Remove unused compressed block data files
Dependencies:
- Bump cross-env from 10.0.0 to 10.1.0 in /app
- Bump org.junit.jupiter:junit-jupiter from 5.13.4 to 6.0.0
- Bump electron from 38.1.2 to 38.2.2 in /app
- Bump com.gradleup.shadow from 9.1.0 to 9.2.1
- Bump fs-extra from 11.3.1 to 11.3.2 in /app
- Bump org.panteleyev.jpackageplugin from 1.7.5 to 1.7.6
- Bump react-router-dom from 7.9.1 to 7.9.2 in /app
- Bump wait-on from 8.0.4 to 9.0.1 in /app
- Bump gradle/actions from 4.4.3 to 5.0.0
- Bump it.unimi.dsi:fastutil from 8.5.16 to 8.5.18
- Bump com.palantir.git-version from 4.0.0 to 4.1.0
- Bump @fortawesome/react-fontawesome from 3.0.2 to 3.1.0 in /app
- Bump azure/trusted-signing-action from 0.5.9 to 0.5.10
- Bump react-router-dom from 7.9.3 to 7.9.4 in /app
- Bump react from 19.1.1 to 19.2.0 in /app
- Bump react-dom from 19.1.1 to 19.2.0 in /app
- Bump @fortawesome/free-solid-svg-icons from 7.0.1 to 7.1.0 in /app
1.12.0
Features / Improvements:
- Process bundled block data json before packaging to reduce asar size
- Update 1.21.9 Java
- Implement basic structure block conversion Java <-> Bedrock
Bug fixes:
- Improve wording on chunker-cli backend issue error
- Enforce lower-case block entity identifiers for newer versions
- Allow for edge-case that damage is a short and not an int for Java items
Dependencies:
- Bump axios from 1.11.0 to 1.12.1 in /app
- Bump gradle/actions from 4.4.2 to 4.4.3
- Bump react-router-dom from 7.8.2 to 7.9.1 in /app
- Bump @fortawesome/react-fontawesome from 3.0.0 to 3.0.2 in /app
- Bump org.panteleyev.jpackageplugin from 1.7.3 to 1.7.5
- Bump org.jetbrains:annotations from 26.0.2 to 26.0.2-1
- Bump com.gradleup.shadow from 9.0.2 to 9.1.0
- Bump com.google.code.gson:gson from 2.13.1 to 2.13.2
- Bump com.google.guava:guava from 33.4.8-jre to 33.5.0-jre
- Bump @fortawesome/free-solid-svg-icons from 7.0.0 to 7.0.1 in /app
- Bump electron from 37.3.1 to 38.1.2 in /app
1.11.0
Features / Improvements:
- Add R21U11 support / Update Java 1.21.9
- Use ByteBuffer for parsing LevelDB keys to improve performance
- Add hours to CLI duration tracker
- Improve initial capacities for various collections
Dependencies:
- Update leveldb-api to 1.1.0, with improvements to memory consumption
- Bump electron-log from 5.4.2 to 5.4.3 in /app
- Bump cross-env from 7.0.3 to 10.0.0 in /app
- Bump com.gradleup.shadow from 9.0.1 to 9.0.2
- Bump electron from 37.3.0 to 37.3.1 in /app
- Bump gradle/actions from 4.4.1 to 4.4.2
- Bump actions/download-artifact from 4 to 5
- Bump fs-extra from 11.3.0 to 11.3.1 in /app
- Bump actions/checkout from 4 to 5
- Bump react-router-dom from 7.8.0 to 7.8.1 in /app
- Bump @fortawesome/react-fontawesome from 0.2.3 to 3.0.0 in /app
- Bump actions/setup-java from 4 to 5
- Upgrade node to 24.6.0 and npm to 11.5.2
- Remove unused react-syntax-highlighter package
- Bump concurrently from 9.2.0 to 9.2.1 in /app
- Bump react-router-dom from 7.8.1 to 7.8.2 in /app
1.10.0
Features / Improvements:
- 1.21.100 Bedrock support
- 1.21.8 Java support
- 1.21.9 Java support
- Add support for minecraft:container for campfire, chiseled_bookshelf and shelf for Java
Bug fixes:
- Fix crafter not being correctly versioned in Bedrock
- Fix signs with numbers not converting from Java
Dependencies:
- Bump electron from 37.2.0 to 37.2.4 in /app
- Bump react-select from 5.10.1 to 5.10.2 in /app
- Bump @fortawesome/free-solid-svg-icons from 6.7.2 to 7.0.0 in /app
- Bump org.junit.jupiter:junit-jupiter from 5.13.3 to 5.13.4
- Bump azure/trusted-signing-action from 0.5.1 to 0.5.9
- Bump com.github.ben-manes.caffeine:caffeine from 3.2.1 to 3.2.2
- Bump form-data from 4.0.0 to 4.0.4 in /app
- Bump react-router-dom from 7.6.3 to 7.7.1 in /app
- Bump wait-on from 8.0.3 to 8.0.4 in /app
- Bump react-dom from 19.1.0 to 19.1.1 in /app
- Bump electron from 37.2.4 to 37.2.5 in /app
1.9.0
Features / Improvements:
- 1.21.7 Java / 1.21.93 Bedrock
- Update Java data version to release for 1.21.6
- Split jpackage into copyJar
Bug fixes:
Dependencies:
- Bump gradle/actions from 4.4.0 to 4.4.1
- Bump it.unimi.dsi:fastutil from 8.5.15 to 8.5.16
- Bump com.github.ben-manes.caffeine:caffeine from 3.2.0 to 3.2.1
- Bump com.palantir.git-version from 3.2.0 to 3.3.0
- Bump electron-log from 5.3.3 to 5.4.1 in /app
- Bump concurrently from 9.1.2 to 9.2.0 in /app
- Bump react-router-dom from 7.6.2 to 7.6.3 in /app
- Bump electron from 36.4.0 to 37.2.0 in /app
- Bump org.junit.jupiter:junit-jupiter from 5.13.0 to 5.13.3
- Bump com.gradleup.shadow from 8.3.6 to 8.3.8
- Bump org.panteleyev.jpackageplugin from 1.6.1 to 1.7.3
1.8.0
Features / Improvements:
- 1.21.6 Java / 1.21.90 Bedrock
- Use --java-options="..." for supplying JVM options but still allow Xmx, Xms
- Improve loading of legacy item IDs for Java
Bug fixes:
- Ensure combining columns fails if position isn't present in entities
- Use gtk-version=3 unless specified otherwise - electron/electron#46538
Dependencies:
- Bump electron-log from 5.3.3 to 5.4.0 in /app
- Bump gradle/actions from 4.3.1 to 4.4.0
- Bump com.palantir.git-version from 3.2.0 to 3.3.0
- Bump org.junit.jupiter:junit-jupiter from 5.12.2 to 5.13.0
- Bump electron from 36.0.0 to 36.4.0 in /app
- Bump react-router-dom from 7.5.3 to 7.6.2 in /app
- Upgrade node to 24.1.0 and npm to 11.4.1
1.7.1
Bug fixes:
- Wrap rotations in the case of negative inputs
- Use fallback biome for column / 4x4 biomes when they're empty
- Harden logging of missing mappings in the rare case of null
Dependencies:
- Bump electron-builder from 25.0.5 to 26.0.12 in /app
- Upgrade node to 23.11.0 and npm to 11.3.0
- Bump react-router-dom from 7.4.0 to 7.5.3 in /app
- Bump react from 19.0.0 to 19.1.0 in /app
- Bump react-dom from 19.0.0 to 19.1.0 in /app
- Bump electron from 35.1.4 to 36.0.0 in /app
- Bump com.google.code.gson:gson from 2.12.1 to 2.13.1
- Bump info.picocli:picocli from 4.7.6 to 4.7.7
- Bump com.google.guava:guava from 33.4.7-jre to 33.4.8-jre
- Bump org.junit.jupiter:junit-jupiter from 5.12.1 to 5.12.2
1.7.0
Features / Improvements:
Dependencies:
- Bump com.google.guava:guava from 33.4.6-jre to 33.4.7-jre
- Bump com.gradleup.shadow from 8.3.0 to 8.3.6
- Bump com.palantir.git-version from 3.1.0 to 3.2.0
- Bump react-select from 5.9.0 to 5.10.1 in /app
- Bump wait-on from 8.0.2 to 8.0.3 in /app
- Bump electron-log from 5.3.2 to 5.3.3 in /app
- Bump electron from 35.1.0 to 35.1.4 in /app