Skip to content

Releases: Hikari9/comfortable-swipe

v1.2.5: Add guard for root bash install

12 May 01:47
99f659c
Compare
Choose a tag to compare
Add guard for root bash install (#92)

* Add guard for root bash install

* Bump to version 1.2.5

v1.2.4: Improve install permissions

12 May 01:27
7728495
Compare
Choose a tag to compare
  • Add group permissions go+x to install script

v1.2.3: Patch specify disabled gestures on mouse move

07 May 16:04
9deaf2d
Compare
Choose a tag to compare
Specify disabled swipes (#86)

* Configure swipes ok for mouse3/4 = move

* Use filled heavy check mark

v1.2.2: Patch for comfortable-swipe status

07 May 14:40
548199b
Compare
Choose a tag to compare
Improve comfortable-swipe status and trysudo (#85)

v1.2.1: Patch catch-all for std::invalid_argument

07 May 13:38
cb018bf
Compare
Choose a tag to compare
Catch-all for std::invalid_argument for g++<8 (#84)

v1.2.0: Add config command line tools and simplify source code structure (#81)

01 May 18:58
66b2568
Compare
Choose a tag to compare

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 to start
  • Provide separate comfortable-swipe-buffer program
  • Improve README

v1.1.0: Add mouse hold gesture

17 Apr 21:38
f2f68a9
Compare
Choose a tag to compare

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 to all_headers.hpp
  • Rename source directory lib to comfortable_swipe
  • Separate swipe_gesture.cpp from keyboard_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)

02 May 07:57
8f6e231
Compare
Choose a tag to compare
  • Gesture also gets executed upon first encounter of GESTURE_SWIPE_UPDATE, instead of just at GESTURE_SWIPE_BEGIN to address quirk in Microsoft Surface Pro touchpad

v1.0.3: Update readme and version (#64)

15 Mar 02:42
4852993
Compare
Choose a tag to compare
  • Fill-in missing URL renames to comfortable-swipe
  • Add semantic versioning macro
  • Include release badge in README
  • Improve install script

v1.0.2

09 Mar 05:47
Compare
Choose a tag to compare
  • Improve overall code style
  • Security fixes