Skip to content

Commit

Permalink
Version 2.0.0 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kbinani committed Jan 13, 2024
1 parent 7acd9e0 commit db96ec3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Version 1.25.0 (TBD)
Version 2.0.0 (TBD)
・Added the ability to convert game data of the PS3 edition.

Version 1.25.0 (1 Jan 2024)
・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]
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.ja-JP
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
バージョン 1.25.0 (TBD)
バージョン 2.0.0 (TBD)
・PS3 版のデータを変換できるようになりました。

バージョン 1.25.0 (2024/1/1)
・変換結果のデータを読み込んだ際トロッコが地面に埋まる場合があった問題を修正しました。[b2j]
・変換結果のデータに不正なバイオームが混入する場合があった問題を修正しました。[b2j]
・Xbox360 版のデータを変換した際不要な "entities" ディレクトリが作成されていた問題を修正しました。[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.25.0)
project(je2be-ios LANGUAGES C CXX Swift VERSION 2.0.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: c10c6d8590f63448f34c103a0d7794170915bc95
PODFILE CHECKSUM: 4b0e1352425b7e217fad0bb90bb91d1672692074

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.25.0</string>
<string>2.0.0</string>
<key>Key</key>
<string>version</string>
<key>Title</key>
Expand Down

0 comments on commit db96ec3

Please sign in to comment.