Skip to content

Commit

Permalink
Version 1.25.0 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kbinani committed Jan 1, 2024
1 parent 3b072dd commit 50c02e6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Version 1.24.1 (TBD)
Version 1.25.0 (TBD)
・Fixed a problem where the minecarts would sometimes be buried in the ground when reading the converted data. [b2j]
・Fixed a problem in which incorrect biomes could be included in the resulting data. [b2j]
・Fixed a problem in which an unnecessary "entities" directory was created when converting data from the Xbox360 version. [x2j]
・Improved entity conversion accuracy. [x2j]

Version 1.24.1 (29 Dec 2023)
・Fixed a problem where bees in a beehive/bee_next were not being converted correctly. [b2j]
・Fixed a problem where entities would not load correctly when the resulting conversion data was read by the Paper server. [b2j, x2j]

Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.ja-JP
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
バージョン 1.24.1 (TBD)
バージョン 1.25.0 (TBD)
・変換結果のデータを読み込んだ際トロッコが地面に埋まる場合があった問題を修正しました。[b2j]
・変換結果のデータに不正なバイオームが混入する場合があった問題を修正しました。[b2j]
・Xbox360 版のデータを変換した際不要な "entities" ディレクトリが作成されていた問題を修正しました。[x2j]
・エンティティの変換精度を改良しました。[x2j]

バージョン 1.24.1 (2023/12/29)
・ミツバチの巣/養蜂箱の中にいるミツバチが正しく変換されない問題を修正しました。[b2j]
・変換結果のデータを Paper サーバーで読み込んだ場合、エンティティが正常に読み込まれない問題を修正しました。[b2j, x2j]

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 1.24.1)
project(je2be-ios LANGUAGES C CXX Swift VERSION 1.25.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: df34039f5c79744ecaa25611d312914cf6c5989f
PODFILE CHECKSUM: c10c6d8590f63448f34c103a0d7794170915bc95

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>1.24.1</string>
<string>1.25.0</string>
<key>Key</key>
<string>version</string>
<key>Title</key>
Expand Down

0 comments on commit 50c02e6

Please sign in to comment.