Bump version.
This commit is contained in:
+3
-3
@@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
|
|
||||||
project(thunderpad)
|
project(thunderpad)
|
||||||
|
|
||||||
set(THUNDERPAD_MAJOR 2025)
|
set(THUNDERPAD_MAJOR 2026)
|
||||||
set(THUNDERPAD_MINOR 06)
|
set(THUNDERPAD_MINOR 09)
|
||||||
set(THUNDERPAD_PATCH 30)
|
set(THUNDERPAD_PATCH 01)
|
||||||
|
|
||||||
find_package(Qt6Widgets REQUIRED)
|
find_package(Qt6Widgets REQUIRED)
|
||||||
find_package(Qt6Gui REQUIRED)
|
find_package(Qt6Gui REQUIRED)
|
||||||
|
|||||||
@@ -21,11 +21,11 @@ For more details see [Installation](#installation).
|
|||||||
|
|
||||||
## What's New in ThunderPad
|
## What's New in ThunderPad
|
||||||
|
|
||||||
### Latest Updates (2025.06.30)
|
### Latest Updates (2026.09.01)
|
||||||
- **Qt 6 Migration**: Updated from Qt5 to Qt6 for improved performance and future-proofing
|
- **Chord and sequence bindings**: Record multi-key shortcuts and ordered key sequences from Quick Set or the binding editors
|
||||||
- **Streamlined Interface**: Removed redundant close dialog button - single "Quit" button for clearer UX
|
- **Reliable trigger handling**: Axis bindings activate once, rearm through the configured deadzone, and release the correct key or mouse button
|
||||||
- **Enhanced X11 Integration**: Direct X11 library usage for better compatibility
|
- **Safer layout changes**: Active synthetic input is released during reconfiguration, layout changes, and shutdown
|
||||||
- **Modern APIs**: Updated all deprecated Qt functions for Qt6 compatibility
|
- **Automated binding coverage**: Focused Qt tests cover recording, parsing, legacy bindings, sequences, and axis edge cases
|
||||||
|
|
||||||
### Accessibility Features
|
### Accessibility Features
|
||||||
- **Full keyboard navigation**: All interface elements are accessible via Tab/Shift+Tab
|
- **Full keyboard navigation**: All interface elements are accessible via Tab/Shift+Tab
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
pkgname=thunderpad-git
|
pkgname=thunderpad-git
|
||||||
_pkgname=thunderpad
|
_pkgname=thunderpad
|
||||||
pkgver=r162.32c9924
|
pkgver=r163.47f39ca
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Accessible joypad to keyboard and mouse mapper"
|
pkgdesc="Accessible joypad to keyboard and mouse mapper"
|
||||||
arch=('aarch64' 'x86_64')
|
arch=('aarch64' 'x86_64')
|
||||||
|
|||||||
Reference in New Issue
Block a user