Releases: worklouder/input-linux
Release list
v0.16.0-rc5-Devbuild2
Linux Release - Input 0.16.0-rc6-Devbuild2
This release includes additional Linux-specific fixes and cleanup changes.
Changes
-
Fixed Linux native service initialization.
- The Linux native service is now properly created through DI instead of being left undefined.
- This fixes repeated
MediaPlayerServicecrashes caused bygetMediaPlayerInfobeing called on an undefined native service.
-
Added safer media player handling.
- Media polling now avoids crashing if native media support is unavailable.
-
Added/cleaned up Linux native service stubs.
- Linux now has safer placeholder behavior for native app features that are not fully implemented yet.
-
Re-enabled native service shutdown handling.
- Native services can now cleanly shut down when the app exits.
-
Includes the latest upstream changes.
v0.16.0-rc5-Devbuild
Input Linux Release Notes
This release focuses on improving Linux behavior, reducing unsupported Wayland-related noise, and fixing the radial menu overlay on multi-monitor setups.
Changes
Fixed radial menu positioning on Linux
The radial menu overlay now opens centered on the monitor where the mouse cursor is currently located, instead of appearing in the wrong position or defaulting to the top-left area of a display.
This should make radial menu behavior much closer to the Windows/macOS experience, especially for users with multiple monitors.
Commit: a66f434
Disabled focused app layer linking on Linux
Focused application detection is not currently reliable on Linux, especially under Wayland. Previously, the focused app service would repeatedly fail and spam the console with messages like:
focus_app_service| could not get app in focus
v0.14.0-rc.5-Devbuild
v0.14.0-rc.2-Devbuild
v0.13.2-Community
• Refactored radial menu to a small anchored overlay (no more fullscreen layer)
• Radial menu attempts to close before the microv2 executes a keypress to avoid focus issues
• Added cooldown to prevent flicker when releasing the joystick
• Fixed centering and layout issues in the new windowed mode
v0.13.1-rc.3-Devbuild7
v0.13.1-rc.2-Devbuild7
v0.13.0-rc.8-Devbuild2
Linux Specific Changes:
• Refactored radial menu to a small anchored overlay (no more fullscreen layer)
• Radial menu attempts to close before the microv2 executes a keypress to avoid focus issues
• Added cooldown to prevent flicker when releasing the joystick
• Fixed centering and layout issues in the new windowed mode
Upstream Changes:
• Input no longer always updates profile upon opening