v2.0.0
github-actions
released this
01 Aug 11:05
·
17 commits
to version-2
since this release
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