* Add simplified shell script * Update stop command * Update defaults.conf * Add help dialog * Simplify file checkpoint * Improve tests * Remove old library files * Update install log * Bump to version 1.2.0 * Apply clang format * Add command line tools for configurations * Bugfix keyswipe gesture not passing test * Reformat files with clang and prettier * Update dispatch script * Add abort statuement * Improve command line * Add --bare flag * Apply clang-format * Update README * Add to CHANGELOG for v1.2.0
43 lines
1008 B
Plaintext
43 lines
1008 B
Plaintext
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 (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
|
|
* Bugfixes
|
|
|
|
v1.0.3
|
|
* Bugfixes
|
|
|
|
v1.0.2
|
|
* Change directory structure
|
|
* Bugfixes
|
|
|
|
v1.0.1
|
|
* Bugfixes
|
|
|
|
v1.0.0
|
|
* Initial version
|