Skip to content

Commit

Permalink
Version 2.1.0 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kbinani committed Feb 5, 2024
1 parent a93fa1e commit ae65e1d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Version 2.0.0 (TBD)
Version 2.1.0 (TBD)
・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]

Version 2.0.0 (13 Jan 2024)
・Added the ability to convert game data of the PS3 edition.

Version 1.25.0 (1 Jan 2024)
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.ja-JP
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
バージョン 2.0.0 (TBD)
バージョン 2.1.0 (TBD)
・進捗バーの表示が処理中に減ることがある問題を修正しました。[x2j, x2b, p2j, p2b]
・メモリーの利用効率を改善しました。[x2j, x2b, p2j, p2b, b2j]

バージョン 2.0.0 (2024/1/13)
・PS3 版のデータを変換できるようになりました。

バージョン 1.25.0 (2024/1/1)
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.0.0)
project(je2be-ios LANGUAGES C CXX Swift VERSION 2.1.0)

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

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

0 comments on commit ae65e1d

Please sign in to comment.