Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@stijnfrishert stijnfrishert released this 22 Jun 14:05
· 2 commits to master since this release

Been a while, but time for another upgrade! Big thanks to Shakaboyd for pointing out that lsdj-mono wasn't processing files.

  • Fixed lsdj-mono which would skip everything but .MONO files, instead of the other way around
  • Removed ghc dependency, because I can use std::filesystem now
  • Upgraded the minimum language version to C++20
  • Fixed tools returning 1 on success
  • Added LSDJ_UNKNOWN_EXTENSION error
  • Fixed a function missing a return statement
  • Added some missing includes for Linux
  • Built the Windows binaries with vs 2022