Skip to content

Commit

Permalink
Version 2.2.0 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kbinani committed May 11, 2024
1 parent 88e3cec commit bbe3f7c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
Version 2.1.0 (TBD)
Version 2.2.0
・Added support for Minecraft 1.20.6.
・Improved the conversion accuracy for items such as Lodestone and Bucket of Salmon. [b2j, j2b]
・Fixed an issue that could cause a crash during conversion to the Java edition. [b2j]

Version 2.1.0 (6 Feb 2024)
・Fixed a problem in which the progress bar display could decrease during processing. [x2j, x2b, p2j, p2b]
・Improved memory utilization. [x2j, x2b, p2j, p2b, b2j]

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 @@
バージョン 2.1.0 (TBD)
バージョン 2.2.0 (TBD)
・Minecraft 1.20.6 に対応しました。
・ロードストーン、鮭入のバケツなどの変換精度を改善しました。[b2j, j2b]
・Java 版への変換中にクラッシュする可能性があった問題を修正しました。[b2j]

バージョン 2.1.0 (2024/2/6)
・進捗バーの表示が処理中に減ることがある問題を修正しました。[x2j, x2b, p2j, p2b]
・メモリーの利用効率を改善しました。[x2j, x2b, p2j, p2b, b2j]

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.26.3)
enable_language(OBJCXX)
project(je2be-ios LANGUAGES C CXX Swift VERSION 2.1.0)
project(je2be-ios LANGUAGES C CXX Swift VERSION 2.2.0)

set(je2be_product_bundle_identifier "com.github.kbinani.je2be-ios")

Expand Down
2 changes: 1 addition & 1 deletion build/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PODFILE CHECKSUM: 31857bc43f543e59bba32af21d95fd303de4f563
PODFILE CHECKSUM: 5044c923edf6733bf92856691a5ef6afd92ff40c

COCOAPODS: 1.14.3
2 changes: 1 addition & 1 deletion resource/Settings.bundle/Root.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</dict>
<dict>
<key>DefaultValue</key>
<string>2.1.0</string>
<string>2.2.0</string>
<key>Key</key>
<string>version</string>
<key>Title</key>
Expand Down

0 comments on commit bbe3f7c

Please sign in to comment.