Skip to content

Releases: C0rn3j/sc-controller

v0.6.2

Choose a tag to compare

@C0rn3j C0rn3j released this 18 Jul 08:31

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2

If you wish to use the AppImage but you're not sure which version to go for, stick with sc-controller-0.6.2-noble-x86_64.AppImage

v0.6.1

v0.6.0

Choose a tag to compare

@C0rn3j C0rn3j released this 15 Jul 00:43

What's Changed

If you wish to use the AppImage but you're not sure which version to go for, stick with sc-controller-0.6.0-noble-x86_64.AppImage

New Contributors

Full Changelog: v0.5.5...v0.6.0

v0.5.5

Choose a tag to compare

@C0rn3j C0rn3j released this 13 Dec 16:13
f376330

What's Changed

New Contributors

Full Changelog: v0.5.4...v0.5.5

v0.5.4

Choose a tag to compare

@C0rn3j C0rn3j released this 03 Oct 15:38

Re-release with fixed CI to get prebuilt binaries, otherwise identical to v0.5.3.

What's Changed

Full Changelog: v0.5.3...v0.5.4

v0.5.3

Choose a tag to compare

@C0rn3j C0rn3j released this 19 Sep 19:21

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

Choose a tag to compare

@C0rn3j C0rn3j released this 14 Apr 12:08
85a72f1

Fix crash when toggling Advanced mode on distributions with up to date evdev.

What's Changed

  • Migrate from evdevice.fn to evdevice.path by @lunegh in #75

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

Choose a tag to compare

@C0rn3j C0rn3j released this 21 Mar 12:51

Re-released with fixed CI

What's Changed

  • Fixed inability to use trackball mode on Steam Deck by @Kitsumi in #70
  • Use tomllib rather than toml by @chewi in #71
  • Fix evdev .fn removal mentioned in #74

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@C0rn3j C0rn3j released this 25 Jan 14:43

Rereleased with fixed CI

New stable release, including all the changes from the 0.4.9.x beta releases.

For packagers:

  • The dependencies have changed, as copypasted hardcoded libraries were torn out, replaced by an actual dependency on them, notably at least python-ioctl-opt and python-libusb1, hopefully I am not forgetting any others
  • Non-git cloned repositories are currently broken with the build system, you can git clone a tag.

Removed support for Python 3.9.
Removed prebuilds for Ubuntu Focal, Debian bullseye, Fedora 39 .
Temporarily disabled Debian Trixie as the arm64 builds were failing(so does Fedora 41).

What's Changed

Full Changelog: v0.4.8.21...v0.5.0

v0.4.9.8 - BETA

v0.4.9.8 - BETA Pre-release
Pre-release

Choose a tag to compare

@C0rn3j C0rn3j released this 28 Oct 10:14

Full Changelog: v0.4.9.7...v0.4.9.8

Attempt to fix #57 by catching libUSB transfer errors in bb5ea69