Skip to content

v2.3.4

Latest

Choose a tag to compare

@Avasam Avasam released this 15 Jun 02:35
· 33 commits to main since this release

Changes

Bugfixes

  • Fixed start_also_resets not sending the split/start hotkey (#351)
  • Fixed a crash on Windows ARM64 trying to initialize D3D Desktop Duplication (#357)

Linux source install

(these only affect Linux users building and running from source)

  • install.ps1 script won't try to install debian/ubuntu packages on non-debian-based distros (checks if apt-get command is available)
  • install.ps1 won't try to install already-installed packages, as to avoid marking them as "manually installed"
  • Fixed AutoSplit.py shebang to properly use the environment Python

Full Changelog: v2.3.3...v2.3.4

Which Asset should I download?

  • arm64 vs x64: Check your Processor Platform Architecture (note that x86_64 and x64 means the same). If you're still unsure, x64 will work either way. arm64 should be more efficient.
  • WineCompat: This is for running the Windows executable under Wine on Linux

Where did AutoSplit.v2.3.4.for.linux-x64 go ?

Whilst build from source of this version works, the automated Linux build for x86_64 was unfortunately broken to to a glibc incompatibility between pyinstaller, numpy and the GitHub 22.04 runner. Read more