Skip to content

Commit

Permalink
chore(release): 0.27.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.27.0](v0.26.1...v0.27.0) (2023-10-19)

### Bug Fixes

* **GamepadManager:** Do not hide devices in sysfs. ([4f6a656](4f6a656))
* **GamepadManager:** improve is_gamepad_virtual ([3bb1183](3bb1183))
* **GamepadManager:** Properly detect virtual devices. ([88afec6](88afec6))
* **LaunchManager:** add SDL_JOYSTICK_HIDAPI launch environment variable ([503bd2e](503bd2e))
* **ManagedGamepad:** Add support for axes that start at 0 instead of -max ([10d330f](10d330f))
* **ManagedGamepad:** Fix denormalize axis for axes that start at 0 ([dd7ba11](dd7ba11))
* **OverlayMode:** Fix export SDL HIDAPI silence for overlay mode on child processes. ([88937d4](88937d4))
* **OverlayMode:** Use reaper to create the underlay process. ([012b363](012b363))

### Features

* **Settings:** Adds ability to toggle SDL_JOYSTICK_HIDAPI. ([11e3198](11e3198))
  • Loading branch information
semantic-release-bot committed Oct 19, 2023
1 parent 503bd2e commit ac7727f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/global/version.tres
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

[resource]
script = ExtResource("1_g72si")
core = "0.26.1"
core = "0.27.0"
plugin_api = "1.0.0"

0 comments on commit ac7727f

Please sign in to comment.