Skip to content

Commit

Permalink
Version 4.25.0 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kbinani committed Oct 1, 2023
1 parent 73c892f commit d49bcf2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 4.25.0
・Added support for Minecraft version 1.20.2.
・Improved the accuracy of item conversion when converting to Bedrock. [j2b, x2b]
・Fixed an issue where some map items could not be converted and would disappear when converting from Bedrock to Java. [b2j]

Version 4.24.0
・Improved the conversion accuracy of blocks and block entities when converting to the Bedrock version. [j2b, x2b]

Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.ja-JP
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
バージョン 4.24.0 (TBD)
バージョン 4.25.0 (TBD)
・Minecraft 1.20.2 に対応しました。
・統合版への変換でアイテムの変換精度を改善しました。[j2b, x2b]
・統合版からJava版への変換で、一部の地図アイテムが変換できず消えてしまう問題を修正しました。[b2j]

バージョン 4.24.0 (2023/9/4)
・統合版への変換でブロック・ブロックエンティティの変換精度を改善しました。[j2b, x2b]

バージョン 4.23.0 (2023/8/22)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(je2be-desktop VERSION 4.24.0)
project(je2be-desktop VERSION 4.25.0)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit d49bcf2

Please sign in to comment.