Skip to content

Commit 66b2568

Browse files
authored
Add config command line tools and simplify source code structure (#81)
* 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
1 parent d878878 commit 66b2568

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+2071
-2129
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# C++ generated headers
22
*.gch
3+
*.o
34

45
# IDE-specific
56
.idea

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v1.2.0 (2020-04-20)
2+
* Simplified source files
3+
* Add `config get|set|list|delete` to command line
4+
* Add specific autostart toggles
5+
* Use clang-format and prettier for formatting
6+
* Add `--bare` and `--attach` flags to buffer
7+
* Remove `restart` and integrated single-instance to `start`
8+
* Provide separate `comfortable-swipe-buffer` program
9+
* Improve README
10+
111
v1.1.0 (2020-04-18)
212
* Add mouse hold gestures
313
* Add experimental `hold3` configuration

0 commit comments

Comments
 (0)