Skip to content

Releases: nicks96432/mltd-asset-downloader

v2.0.0

09 Jan 08:14
cfc84a3
Compare
Choose a tag to compare

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

Full Changelog: 1.1.0...2.0.0

v2.0.0-beta.4

08 Jan 10:30
8b090fd
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

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

14 Jul 00:16
6f08b29
Compare
Choose a tag to compare
2.0.0-beta.3 Pre-release
Pre-release

What's Changed

  • The support for aarch64 platforms is back! 🥳 🎉 (#31, #32)

New Contributors

2.0.0-beta.2

12 Jul 03:04
c191b02
Compare
Choose a tag to compare
2.0.0-beta.2 Pre-release
Pre-release

What's Changed

build

  • 🐛 Fix msvc link problem (#30)

2.0.0-beta

08 Jul 02:15
d3ff771
Compare
Choose a tag to compare
2.0.0-beta Pre-release
Pre-release

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

  • Parse asset classes (#21)
  • Criware ACB extractor (#26)

misc

  • Replace unmaintained actions-rs/toolchain (#24)
  • Add build requirements in README (#28)

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

16 Feb 03:36
b8cd0fa
Compare
Choose a tag to compare
2.0.0-alpha Pre-release
Pre-release
  • rewrite the whole program in rust
  • remove --latest flag, it's the default behavior now
  • remove --dry-run flag, but you can enable the feature debug 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

05 Sep 04:40
44472ee
Compare
Choose a tag to compare
  • Add --locale option to select language version to download, supporting TW & KO server currently (#1)

1.0.0

10 Aug 05:16
fc4e2e4
Compare
Choose a tag to compare
  • initial release