Skip to content
Merged

1.10.0 #1264

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
e2153a8
1.21.100 Bedrock support
HiveGames-OSS Jul 10, 2025
516631e
1.21.8 Java support
HiveGames-OSS Jul 28, 2025
1257cc3
Fix crafter not being correctly versioned in Bedrock
HiveGames-OSS Jul 28, 2025
b341dc4
Bump electron from 37.2.0 to 37.2.4 in /app
HiveGames-OSS Jul 24, 2025
15650ad
Bump react-select from 5.10.1 to 5.10.2 in /app
HiveGames-OSS Jul 22, 2025
783dae2
Bump @fortawesome/free-solid-svg-icons from 6.7.2 to 7.0.0 in /app
HiveGames-OSS Jul 23, 2025
24cb8c1
Bump org.junit.jupiter:junit-jupiter from 5.13.3 to 5.13.4
HiveGames-OSS Jul 22, 2025
807abb6
Bump azure/trusted-signing-action from 0.5.1 to 0.5.9
HiveGames-OSS Jul 14, 2025
8a6df66
Bump com.github.ben-manes.caffeine:caffeine from 3.2.1 to 3.2.2
HiveGames-OSS Jul 14, 2025
bedaff5
Bump form-data from 4.0.0 to 4.0.4 in /app
HiveGames-OSS Jul 22, 2025
6270230
Bump react-router-dom from 7.6.3 to 7.7.1 in /app
HiveGames-OSS Jul 31, 2025
f9fa056
Fix signs with numbers not converting from Java
HiveGames-OSS Jul 31, 2025
fdd9144
1.21.9 Java support
HiveGames-OSS Jul 30, 2025
edc7ed7
Add support for minecraft:container for campfire, chiseled_bookshelf …
HiveGames-OSS Aug 1, 2025
cd95049
Bump wait-on from 8.0.3 to 8.0.4 in /app
HiveGames-OSS Aug 1, 2025
72f2193
Bump @fortawesome/react-fontawesome from 0.2.2 to 0.2.3 in /app
HiveGames-OSS Aug 1, 2025
a2376be
Bump react-dom from 19.1.0 to 19.1.1 in /app
HiveGames-OSS Aug 1, 2025
fc3f932
Bump electron from 37.2.4 to 37.2.5 in /app
HiveGames-OSS Aug 1, 2025
8c94411
1.10.0
HiveGames-OSS Aug 1, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build_platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: ./gradlew build -x test

- name: Sign exe with Trusted Signing
uses: azure/trusted-signing-action@v0.5.1
uses: azure/trusted-signing-action@v0.5.9
if: github.repository == 'HiveGamesOSS/Chunker'
with:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand All @@ -93,7 +93,7 @@ jobs:
timestamp-digest: SHA256

- name: Sign unpacked with Trusted Signing
uses: azure/trusted-signing-action@v0.5.1
uses: azure/trusted-signing-action@v0.5.9
if: github.repository == 'HiveGamesOSS/Chunker'
with:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: ./gradlew build -x test

- name: Sign exe with Trusted Signing
uses: azure/trusted-signing-action@v0.5.1
uses: azure/trusted-signing-action@v0.5.9
if: github.repository == 'HiveGamesOSS/Chunker'
with:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand All @@ -92,7 +92,7 @@ jobs:
timestamp-digest: SHA256

- name: Sign unpacked with Trusted Signing
uses: azure/trusted-signing-action@v0.5.1
uses: azure/trusted-signing-action@v0.5.9
if: github.repository == 'HiveGamesOSS/Chunker'
with:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Supported Formats:
- 1.18.0 - 1.18.30
- 1.19.0 - 1.19.80
- 1.20.0 - 1.20.80
- 1.21.0 - 1.21.93
- 1.21.0 - 1.21.100
- Java
- 1.8.8
- 1.9.0 - 1.9.3
Expand All @@ -32,7 +32,7 @@ Supported Formats:
- 1.18.0 - 1.18.2
- 1.19.0 - 1.19.4
- 1.20.0 - 1.20.6
- 1.21.0 - 1.21.7
- 1.21.0 - 1.21.9

**Microsoft Creator Docs:**
https://learn.microsoft.com/en-us/minecraft/creator/documents/chunkeroverview?view=minecraft-bedrock-stable
Expand Down
4 changes: 2 additions & 2 deletions app/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chunker-electron",
"private": true,
"version": "1.9.0",
"version": "1.10.0",
"description": "Convert worlds between Java and Bedrock.",
"main": "src/index.js",
"type": "module",
Expand All @@ -15,7 +15,7 @@
"homepage": "https://github.com/HiveGamesOSS/Chunker",
"license": "MIT",
"devDependencies": {
"electron": "37.2.0",
"electron": "37.2.5",
"electron-builder": "26.0.12",
"git-last-commit": "^1.0.1"
},
Expand Down
Loading