Skip to content

Commit

Permalink
Add config command line tools and simplify source code structure (#81)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Hikari9 authored May 1, 2020
1 parent d878878 commit 66b2568
Show file tree
Hide file tree
Showing 46 changed files with 2,071 additions and 2,129 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# C++ generated headers
*.gch
*.o

# IDE-specific
.idea
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
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
Expand Down
Loading

0 comments on commit 66b2568

Please sign in to comment.