Skip to content

Releases: nextonesfaster/sc-extract

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 08 May 18:08
Release v1.1.0

v1.0.2

Choose a tag to compare

@AriusX7 AriusX7 released this 04 Sep 10:47
  • Improved help messages formatting and added tool help.
  • Excluded tests directory from the crates.io package, further reducing the crate size.

This is a minor release and has no additional features, bug fixes or optimizations.

v1.0.1

Choose a tag to compare

@AriusX7 AriusX7 released this 25 Aug 21:42

Removed tests/out/ directory from version control. This reduces the crate size substantially.

This version has no changes to the CLI tool or the public API. If you're only using the CLI tool, you do not need to update.

If you're using the crate to create your own tool, you're recommended to update to this version to reduce the crate size.

v1.0.0

Choose a tag to compare

@AriusX7 AriusX7 released this 21 Aug 19:46

Adds support for extraction of individual images from extracted sc files and adds more flags and options to the tool.

The API of the library was changed substantially:

  • process_sc was renamed to process_tex
  • new process_sc was added to process extracted sc files
  • UnknownPixel and DecompressionError were removed in favour of new Error enum.

v0.2.0

Choose a tag to compare

@AriusX7 AriusX7 released this 27 Jul 14:32
Release v0.2.0

v0.1.2

Choose a tag to compare

@AriusX7 AriusX7 released this 02 Jul 16:20

Version 0.1.2 of sc_extract.

You can download pre-built binaries of the tool and start using it instantly, without needing Rust! Choose the binary which is suitable for your operating system.

After downloading and unzipping the binary, you'll see a folder containing three files: LICENSE, README.md and sc_extract. cd into this folder/directory and use a command with the following signature to begin extracting:

sc_extract [FLAGS] [OPTIONS] <path>

For help, use sc_extract --help.

Note: You may need to change sc_extract to ./sc_extract or sc_extract.exe. For more information, see usage section.

v0.1.1

Choose a tag to compare

@AriusX7 AriusX7 released this 07 Jun 14:11

Version 1.1.0 of sc_extract.

You can download precompiled binaries of the tool and start using it instantly, without needing Rust! Choose the binary which is suitable for your operating system.

After downloading and unzipping the binary, you'll find a directory containing three files: LICENSE, README.md and sc_extract. cd into this directory and use sc_extract [FLAGS] [OPTIONS] <path> command to begin extracting.

For help, use sc_extract --help.

Note: All Windows binaries are empty. Please use the tool using cargo install until the next release!