Releases: Endergreen12/Blue-Archive-Assets-Converter
v2.0.0-trimmed
What's Changed
- Changed build settings to significantly reduce the size of the executable file
v2.0.0
New Version Release
I rewrote the code from scratch (again)
The reason why I rewrote the code is that, first of all, TableBundles have recently been managed by catalogs in the same way as MediaPatch
Therefore, I tried to add a function to this program to convert TableBundles as well, but it was very difficult to implement the function
because the code was only intended to convert MediaPatch
What's changed
- Added TableBundles conversion function
After launching, you must first specify whether you want to convert MediaCatalog or TableCatalog - Arguments are now supported
(Example: Blue-Archive-Assets-Converter.exe MediaCatalog E:\MediaPatch E:\MediaPatch\MediaCatalog.bytes .\output)
Help is available with "--help" - Output destination can now be specified
Technical Changes
- Develop branch is created
Code changes are initially pushed there and merged into the base branch at release time - Some functions have been modularized
- Github Actions now does the build at release time
- Dropped linux-arm64 support
- Dropped localization support
v1.1.0
日本語
📋 変更履歴
✅ 改善
- ファイルのコピーにかかった総時間を表示する機能を追加
🔃 変更点
-
すでにコピー先にファイルが存在したときに内容が同じかどうか確認するためのハッシュ値チェックで
確認の途中で異なると判定されてもチェックが続いていた問題を修正
-
コンパイラから言われていた警告を修正(null関連の警告)
-
改行が一部多かった問題を修正
English
📋 Changelog
✅ Improvement
- Added the ability to display the total time taken to copy a file
🔃 Changes
-
Fixed a problem in which the hash value check to check whether the contents of a file were the same
when the file already existed at the destination,
continued even if the hash value was determined to be different during the check
-
Fixed a warning that was mentioned by the compiler (null-related warning)
-
Fixed a problem with some line breaks
v1.0.0
日本語
📋 変更履歴
✅ 改善
-
ソースファイルをコピーするとき、コピー先に既にファイルが存在し、
内容も一致している場合、処理速度向上のためコピーをスキップする機能を追加
🔃 変更点
-
MediaCatalogをJson形式でエクスポートする機能を削除
この機能は利便性向上のため新しくそれ専用のプログラムを作り独立させました
逆にJsonからbytesに変換することもできるので使ってみてください
https://github.com/Endergreen12/Blue-Archive-MediaCatalog-Editorリポジトリを変えました
https://github.com/Endergreen12/Blue-Archive-Catalog-Converter
English
📋 Changelog
✅ Improvement
-
When copying a source file, if the file already exists at the destination and the contents match,
a function to skip copying has been added to improve processing speed
🔃 Changes
-
Removed the ability to export MediaCatalog in Json format
This function has been made independent as a new dedicated program to improve convenience
Conversely, you can also convert from Json to bytes, so please try it
https://github.com/Endergreen12/Blue-Archive-MediaCatalog-EditorRepository changed:
https://github.com/Endergreen12/Blue-Archive-Catalog-Converter
v0.0.2.1
日本語
📋 変更履歴
✅ 改善
- Linuxのサポートを開始しました
English
📋 Changelog
✅ Improvement
- Linux support is now available
v0.0.2.0
日本語
📋 変更履歴
✅ 改善
-
MediaCatalogをJson形式でエクスポートする機能を追加しました
-
コピーするMediaTypeを指定できるようになりました
-
言語を指定できるようになりました
引数に指定してください(例: Blue-Archive-Assets-Converter.exe Japanese) -
ソースファイルがないときにログにエラーを出力するようにしました
🩹 バグ修正
- 同じ行にログを出力し続けるにあたりその行にすでに出力されたログを消去できていなかったバグを修正しました
🔃 変更点
- アプリの出力の改行コードを\n固定ではなくプラットフォームに準じるようにしました
English
📋 Changelog
✅ Improvement
-
Added ability to export MediaCatalog in Json format
-
You can now specify the MediaType to be copied
-
Languages can now be specified
argument (e.g. Blue-Archive-Assets-Converter.exe Japanese) -
Errors are now output to the log when source files are missing
🩹 Bug Fixes
- Fixed a bug that prevented erasing the previous log when outputting logs on the same line
🔃 Changes
- The line feed code of the app output now follows the platform instead of being fixed to \n
v0.0.1.0
日本語
最新のブルーアーカイブで動作する最初のバージョンです
📋 変更履歴
✅ 改善
-
コードを一から書き直しました
-
MediaCatalogの読み込み方法を大幅に改善しました
これにより、処理速度が向上し、コードも読みやすくなりました -
英語に対応しました
-
英語のソースコードのコメントを追加
-
ログの出力方法を改善しました
-
指定されたMediaPatchフォルダにMediaCatalog.bytesが入っていなくても別の場所にあるカタログを指定可能
🩹 バグ修正
- 入力されたパスにダブルクォーテーションが入っているとエラーが発生するバグを修正
English
This is the first version that works with the latest Blue Archive
📋 Changelog
✅ Improvement
-
The code was rewritten from scratch
-
Significantly improved the way MediaCatalog is loaded
This has resulted in faster processing speeds and more readable code -
English is now supported
-
Add English source code comments
-
Improved log output method
-
Can specify a catalog in another location even if the specified MediaPatch folder does not contain MediaCatalog.bytes
🩹 Bug Fixes
- Fixed a bug that caused an error if the entered path contained double quotation marks