Releases: Hikari9/comfortable-swipe
Releases · Hikari9/comfortable-swipe
v1.2.5: Add guard for root bash install
v1.2.4: Improve install permissions
- Add group permissions
go+xto install script
v1.2.3: Patch specify disabled gestures on mouse move
Specify disabled swipes (#86) * Configure swipes ok for mouse3/4 = move * Use filled heavy check mark
v1.2.2: Patch for comfortable-swipe status
Improve comfortable-swipe status and trysudo (#85)
v1.2.1: Patch catch-all for std::invalid_argument
Catch-all for std::invalid_argument for g++<8 (#84)
v1.2.0: Add config command line tools and simplify source code structure (#81)
Changelog v1.2.0 (2020-04-20)
- Simplified source files
- Add
config get|set|list|deleteto command line - Add specific autostart toggles
- Use clang-format and prettier for formatting
- Add
--bareand--attachflags to buffer - Remove
restartand integrated single-instance tostart - Provide separate
comfortable-swipe-bufferprogram - Improve README
v1.1.0: Add mouse hold gesture
Changelog v1.1.0 (2020-04-18)
- Add mouse hold gestures
- Add experimental
hold3configuration - Add experimental
hold4configuration - Add linker tests
- Add
driver.cpp - Add
mouse_hold_gestures.cpp - Bugfix
comfortable-swipe stop - Bugfix
comfortable-swipe restart - Rename
index.hpptoall_headers.hpp - Rename source directory
libtocomfortable_swipe - Separate
swipe_gesture.cppfromkeyboard_swipe_gesture.cpp - Update compiler scripts
- Update configurations
- Update README
- Bump to version 1.1.0
v1.0.4: Patch missing gesture begin for Microsoft Surface Pro (#69)
- Gesture also gets executed upon first encounter of
GESTURE_SWIPE_UPDATE, instead of just atGESTURE_SWIPE_BEGINto address quirk in Microsoft Surface Pro touchpad
v1.0.3: Update readme and version (#64)
- Fill-in missing URL renames to
comfortable-swipe - Add semantic versioning macro
- Include release badge in README
- Improve
installscript