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+x
to 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|delete
to command line - Add specific autostart toggles
- Use clang-format and prettier for formatting
- Add
--bare
and--attach
flags to buffer - Remove
restart
and integrated single-instance tostart
- Provide separate
comfortable-swipe-buffer
program - Improve README
v1.1.0: Add mouse hold gesture
Changelog v1.1.0 (2020-04-18)
- Add mouse hold gestures
- Add experimental
hold3
configuration - Add experimental
hold4
configuration - Add linker tests
- Add
driver.cpp
- Add
mouse_hold_gestures.cpp
- Bugfix
comfortable-swipe stop
- Bugfix
comfortable-swipe restart
- Rename
index.hpp
toall_headers.hpp
- Rename source directory
lib
tocomfortable_swipe
- Separate
swipe_gesture.cpp
fromkeyboard_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_BEGIN
to 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
install
script