Skip to content

Releases: ISSOtm/fortISSimO

v1.0.4

11 Dec 03:01
Compare
Choose a tag to compare

Changelog

  • Accept tracks with “out of bounds” subpattern jump targets the same way hUGETracker does
  • align[n] is now supported in the argument to teNOR -t
  • The “arpeggio not supported on CH4” debug check was incorrect, this has been fixed
  • Several small performance improvements, with some help from @MrBlinky!

...and some miscellaneous changes behind the scenes, check out the full changelog if you're curious.

Install teNOR 1.0.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ISSOtm/fortISSimO/releases/download/v1.0.4/teNOR-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/ISSOtm/fortISSimO/releases/download/v1.0.4/teNOR-installer.ps1 | iex"

Download teNOR 1.0.4

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

v1.0.3

10 Mar 22:56
Compare
Choose a tag to compare

Install teNOR 1.0.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ISSOtm/fortISSimO/releases/download/v1.0.3/teNOR-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/ISSOtm/fortISSimO/releases/download/v1.0.3/teNOR-installer.ps1 | iex"

Download teNOR 1.0.3

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

v1.0.2

26 Nov 17:13
Compare
Choose a tag to compare

Changelog

  • Fixed some songs with many instruments being rejected by teNOR (#18, thanks to @sttng!)

Install teNOR 1.0.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ISSOtm/fortISSimO/releases/download/v1.0.2/teNOR-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/ISSOtm/fortISSimO/releases/download/v1.0.2/teNOR-installer.ps1 | iex

Download teNOR 1.0.2

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

v1.0.1

26 Nov 13:35
Compare
Choose a tag to compare

Changelog

  • Fixed some songs with many instruments being rejected by teNOR (#18, thanks to @sttng!)

Install teNOR 1.0.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ISSOtm/fortISSimO/releases/download/v1.0.1/teNOR-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/ISSOtm/fortISSimO/releases/download/v1.0.1/teNOR-installer.ps1 | iex

Download teNOR 1.0.1

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

v1.0.0

02 Jul 22:19
Compare
Choose a tag to compare

This is the first release of fortISSimO!

It should work with hUGETracker 1.0b10, 1.0.0, and 1.0.1.

There isn't much else to add, thank you for being interested in it ^^

Download teNOR pre-built

Pick the target below that matches your OS. (macOS users should pick the "aarch64" version if they are on Apple Silicon, and "x86_64" otherwise.)

target kind download
aarch64-apple-darwin tarball teNOR-v1.0.0-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball teNOR-v1.0.0-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball teNOR-v1.0.0-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball teNOR-v1.0.0-x86_64-unknown-linux-gnu.tar.xz