Skip to content

Version 0.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 May 19:12

Release Notes

This is just an update of the changes accumulated over they year. This doesn't improve compat, mostly small internal
changes

  • Add a very basic linear scenario disassembler. The output format is not stable yet, probably should work on making it
    compatible with what shin-asm expects.
  • Implement & expose in sdu shin-asm: a way-too-much over-engineered assembler for SNR files. It is still largely
    unfinished and can assembly only very basic files.
  • Add an optional gstreamer backend to shin-video, allowing for hardware-accelerated decoding. Not build by default,
    unsure on how to distribute on windows yet.
  • Use typed NumberSpec values, which will get lowered to a more concrete type than i32 when computed.
  • Various dependency updates.

sdu 0.6.0

Install sdu 0.6.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/DCNick3/shin/releases/download/v0.6.0/sdu-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/DCNick3/shin/releases/download/v0.6.0/sdu-installer.ps1 | iex"

Download sdu 0.6.0

File Platform Checksum
sdu-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
sdu-x86_64-apple-darwin.tar.xz Intel macOS checksum
sdu-x86_64-pc-windows-msvc.zip x64 Windows checksum
sdu-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

shin 0.6.0

Install shin 0.6.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/DCNick3/shin/releases/download/v0.6.0/shin-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/DCNick3/shin/releases/download/v0.6.0/shin-installer.ps1 | iex"

Download shin 0.6.0

File Platform Checksum
shin-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
shin-x86_64-apple-darwin.tar.xz Intel macOS checksum
shin-x86_64-pc-windows-msvc.zip x64 Windows checksum
shin-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum