Releases: nicks96432/mltd-asset-downloader
Releases · nicks96432/mltd-asset-downloader
v2.0.0
What's Changed
- Fix CI build in #19 and #20
- Replace unmaintained actions-rs/toolchain in #24
- Parse asset classes in #21
- Criware ACB extractor in #26
- Fix statically linking on Windows in #27
- Add build requirements in README in #28
- Upgrade dependencies in #29
- Fix msvc link problem in #30
- Setup CD tool for MacOS M1 build by @jeff999955 in #32
- Texture2D & Sprite extraction in #38
- Remove macos and windows in
check.yaml
to speedup checking in #39 - Save image in different formats in #40
- Fix CI-built executable permission in #41
- Auto build on codemagic when new tags is created in #42
- Enable codemagic build caching in #43
- Audio format conversion in #45
- Parallel asset extraction in #46
New Contributors
- @jeff999955 made their first contribution in #32
Full Changelog: 1.1.0...2.0.0
v2.0.0-beta.4
What's Changed
- Texture2D & Sprite extraction in #38
- Remove macos and windows in
check.yaml
to speedup checking in #39 - Save image in different formats in #40
Full Changelog: 2.0.0-beta.3...2.0.0-beta.4
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta
What's Changed
build
⚠️ breaking: Drop support for aarch64-apple-darwin and aarch64-unknown-linux-gnu. I'm sorry but I cannot cross-compile the acb extractor on these platforms. If anyone can find out a way to do that, I'll be very appreciated.
cli
misc
Warning
The windows builds requires mingw installed on your system. Sorry but I cannot statically link them to libstdc++. Please download the next release.
2.0.0-alpha
- rewrite the whole program in rust
- remove
--latest
flag, it's the default behavior now - remove
--dry-run
flag, but you can enable the featuredebug
and build to get the same result - remove
--locale
flag since there are no other server anymore 😢 - remove
--checksum
flag temporarily, but will add it back after I implement it - rename
--output-path
to--output
- rename
-b, --batch-size
to-P, --parallel
The macOS binaries are cross compiled from linux and aren't tested yet.
1.1.0
1.0.0
- initial release