fusuma 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/fusuma/plugin/manager.rb +3 -3
- data/lib/fusuma/version.rb +1 -1
- data/spec/helpers/config_helper.rb +20 -0
- data/spec/lib/config/searcher_spec.rb +97 -0
- data/spec/lib/config_spec.rb +112 -0
- data/spec/lib/custom_process_spec.rb +28 -0
- data/spec/lib/device_spec.rb +98 -0
- data/spec/lib/dummy_config.yml +31 -0
- data/spec/lib/fusuma_spec.rb +103 -0
- data/spec/lib/libinput-list-devices_iberianpig-XPS-9360.txt +181 -0
- data/spec/lib/libinput-list-devices_magic_trackpad.txt +51 -0
- data/spec/lib/libinput-list-devices_razer_razer_blade.txt +252 -0
- data/spec/lib/libinput-list-devices_thejinx0r.txt +361 -0
- data/spec/lib/libinput-list-devices_unavailable.txt +36 -0
- data/spec/lib/libinput_command_spec.rb +167 -0
- data/spec/lib/plugin/base_spec.rb +74 -0
- data/spec/lib/plugin/buffers/buffer_spec.rb +80 -0
- data/spec/lib/plugin/buffers/dummy_buffer.rb +20 -0
- data/spec/lib/plugin/buffers/gesture_buffer_spec.rb +172 -0
- data/spec/lib/plugin/detectors/detector_spec.rb +43 -0
- data/spec/lib/plugin/detectors/dummy_detector.rb +24 -0
- data/spec/lib/plugin/detectors/pinch_detector_spec.rb +119 -0
- data/spec/lib/plugin/detectors/rotate_detector_spec.rb +125 -0
- data/spec/lib/plugin/detectors/swipe_detector_spec.rb +118 -0
- data/spec/lib/plugin/events/event_spec.rb +30 -0
- data/spec/lib/plugin/events/records/gesture_record_spec.rb +22 -0
- data/spec/lib/plugin/events/records/record_spec.rb +31 -0
- data/spec/lib/plugin/events/records/text_record_spec.rb +26 -0
- data/spec/lib/plugin/executors/command_executor_spec.rb +57 -0
- data/spec/lib/plugin/executors/executor_spec.rb +160 -0
- data/spec/lib/plugin/filters/filter_spec.rb +92 -0
- data/spec/lib/plugin/filters/libinput_filter_spec.rb +120 -0
- data/spec/lib/plugin/inputs/input_spec.rb +70 -0
- data/spec/lib/plugin/inputs/libinput_command_input_spec.rb +120 -0
- data/spec/lib/plugin/inputs/timer_input_spec.rb +40 -0
- data/spec/lib/plugin/manager_spec.rb +27 -0
- data/spec/lib/plugin/parsers/parser_spec.rb +45 -0
- data/spec/spec_helper.rb +20 -0
- metadata +74 -20
- data/.github/FUNDING.yml +0 -8
- data/.github/ISSUE_TEMPLATE/bug_report.md +0 -32
- data/.github/ISSUE_TEMPLATE/feature_request.md +0 -17
- data/.github/pull_request_template.md +0 -9
- data/.github/stale.yml +0 -18
- data/.gitignore +0 -17
- data/.reek.yml +0 -96
- data/.rspec +0 -2
- data/.rubocop.yml +0 -43
- data/.rubocop_todo.yml +0 -55
- data/.solargraph.yml +0 -16
- data/.travis.yml +0 -9
- data/CHANGELOG.md +0 -456
- data/CODE_OF_CONDUCT.md +0 -74
- data/CONTRIBUTING.md +0 -72
- data/Gemfile +0 -23
- data/Rakefile +0 -15
- data/fusuma.gemspec +0 -29
data/.rubocop_todo.yml
DELETED
@@ -1,55 +0,0 @@
|
|
1
|
-
# This configuration was generated by
|
2
|
-
# `rubocop --auto-gen-config`
|
3
|
-
# on 2021-03-28 13:34:27 UTC using RuboCop version 1.10.0.
|
4
|
-
# The point is for the user to remove these configuration records
|
5
|
-
# one by one as the offenses are removed from the code base.
|
6
|
-
# Note that changes in the inspected code, or installation of new
|
7
|
-
# versions of RuboCop, may require this file to be generated again.
|
8
|
-
|
9
|
-
# Offense count: 1
|
10
|
-
# Cop supports --auto-correct.
|
11
|
-
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
|
12
|
-
# URISchemes: http, https
|
13
|
-
Layout/LineLength:
|
14
|
-
Max: 104
|
15
|
-
|
16
|
-
# Offense count: 9
|
17
|
-
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
|
18
|
-
Metrics/AbcSize:
|
19
|
-
Max: 67
|
20
|
-
|
21
|
-
# Offense count: 2
|
22
|
-
# Configuration parameters: CountComments, CountAsOne.
|
23
|
-
Metrics/ClassLength:
|
24
|
-
Max: 121
|
25
|
-
|
26
|
-
# Offense count: 7
|
27
|
-
# Configuration parameters: IgnoredMethods.
|
28
|
-
Metrics/CyclomaticComplexity:
|
29
|
-
Max: 12
|
30
|
-
|
31
|
-
# Offense count: 24
|
32
|
-
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
|
33
|
-
Metrics/MethodLength:
|
34
|
-
Max: 57
|
35
|
-
|
36
|
-
# Offense count: 5
|
37
|
-
# Configuration parameters: IgnoredMethods.
|
38
|
-
Metrics/PerceivedComplexity:
|
39
|
-
Max: 13
|
40
|
-
|
41
|
-
# Offense count: 1
|
42
|
-
# Configuration parameters: EnforcedStyleForLeadingUnderscores.
|
43
|
-
# SupportedStylesForLeadingUnderscores: disallowed, required, optional
|
44
|
-
Naming/MemoizedInstanceVariableName:
|
45
|
-
Exclude:
|
46
|
-
- 'lib/fusuma/plugin/detectors/detector.rb'
|
47
|
-
|
48
|
-
# Offense count: 3
|
49
|
-
Style/Documentation:
|
50
|
-
Exclude:
|
51
|
-
- 'spec/**/*'
|
52
|
-
- 'test/**/*'
|
53
|
-
- 'lib/fusuma/plugin/detectors/pinch_detector.rb'
|
54
|
-
- 'lib/fusuma/plugin/detectors/rotate_detector.rb'
|
55
|
-
- 'lib/fusuma/plugin/detectors/swipe_detector.rb'
|
data/.solargraph.yml
DELETED
data/.travis.yml
DELETED
data/CHANGELOG.md
DELETED
@@ -1,456 +0,0 @@
|
|
1
|
-
# Changelog
|
2
|
-
|
3
|
-
## [v1.11.0](https://github.com/iberianpig/fusuma/tree/v1.11.0) (2020-07-25)
|
4
|
-
|
5
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v1.10.2...v1.11.0)
|
6
|
-
|
7
|
-
**Implemented enhancements:**
|
8
|
-
|
9
|
-
- Feature/yaml check [\#193](https://github.com/iberianpig/fusuma/pull/193) ([iberianpig](https://github.com/iberianpig))
|
10
|
-
|
11
|
-
## [v1.10.2](https://github.com/iberianpig/fusuma/tree/v1.10.2) (2020-07-23)
|
12
|
-
|
13
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v1.10.1...v1.10.2)
|
14
|
-
|
15
|
-
**Closed issues:**
|
16
|
-
|
17
|
-
- Gestures from libinput are not recognised [\#192](https://github.com/iberianpig/fusuma/issues/192)
|
18
|
-
- Vertical 4 finger swipe and rotation not recognised [\#189](https://github.com/iberianpig/fusuma/issues/189)
|
19
|
-
- Pinch in gesture not recognized in Popos 20.04 \(Ubuntu 20.04\) [\#184](https://github.com/iberianpig/fusuma/issues/184)
|
20
|
-
- Fusuma crashes while switching between workspaces on KDE Plasma [\#181](https://github.com/iberianpig/fusuma/issues/181)
|
21
|
-
- Window Prev/Next moves desktop environment when no active window [\#178](https://github.com/iberianpig/fusuma/issues/178)
|
22
|
-
- Add ydotool to docs. [\#177](https://github.com/iberianpig/fusuma/issues/177)
|
23
|
-
- Can't use alternative .config.yml [\#176](https://github.com/iberianpig/fusuma/issues/176)
|
24
|
-
- Fusuma stops working sometimes [\#175](https://github.com/iberianpig/fusuma/issues/175)
|
25
|
-
- Pinch \(2, in\) does not work. [\#174](https://github.com/iberianpig/fusuma/issues/174)
|
26
|
-
|
27
|
-
**Merged pull requests:**
|
28
|
-
|
29
|
-
- 177. Add ydootool to docs. [\#179](https://github.com/iberianpig/fusuma/pull/179) ([mattdemarillac](https://github.com/mattdemarillac))
|
30
|
-
|
31
|
-
## [v1.10.1](https://github.com/iberianpig/fusuma/tree/v1.10.1) (2020-05-15)
|
32
|
-
|
33
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v1.10.0...v1.10.1)
|
34
|
-
|
35
|
-
**Closed issues:**
|
36
|
-
|
37
|
-
- Some gestures are not always recognized [\#172](https://github.com/iberianpig/fusuma/issues/172)
|
38
|
-
- Unable to reprogram Pinch [\#171](https://github.com/iberianpig/fusuma/issues/171)
|
39
|
-
|
40
|
-
## [v1.10.0](https://github.com/iberianpig/fusuma/tree/v1.10.0) (2020-05-04)
|
41
|
-
|
42
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v1.9.0...v1.10.0)
|
43
|
-
|
44
|
-
**Closed issues:**
|
45
|
-
|
46
|
-
- Each action took about 2 secs to react [\#167](https://github.com/iberianpig/fusuma/issues/167)
|
47
|
-
- ruby2.7 [\#164](https://github.com/iberianpig/fusuma/issues/164)
|
48
|
-
- Zoom-in not really usable on Vivaldi [\#159](https://github.com/iberianpig/fusuma/issues/159)
|
49
|
-
- Reversed directions with no alternatives [\#133](https://github.com/iberianpig/fusuma/issues/133)
|
50
|
-
|
51
|
-
**Merged pull requests:**
|
52
|
-
|
53
|
-
- Implement timeout event [\#169](https://github.com/iberianpig/fusuma/pull/169) ([iberianpig](https://github.com/iberianpig))
|
54
|
-
|
55
|
-
## [v1.9.0](https://github.com/iberianpig/fusuma/tree/v1.9.0) (2020-03-30)
|
56
|
-
|
57
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v1.8.0...v1.9.0)
|
58
|
-
|
59
|
-
**Closed issues:**
|
60
|
-
|
61
|
-
- Touchpad is filtered in listed devices [\#156](https://github.com/iberianpig/fusuma/issues/156)
|
62
|
-
|
63
|
-
## [v1.8.0](https://github.com/iberianpig/fusuma/tree/v1.8.0) (2020-03-28)
|
64
|
-
|
65
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v1.7.0...v1.8.0)
|
66
|
-
|
67
|
-
**Implemented enhancements:**
|
68
|
-
|
69
|
-
- Capturing Finger Taps on Touchpad [\#152](https://github.com/iberianpig/fusuma/issues/152)
|
70
|
-
|
71
|
-
**Closed issues:**
|
72
|
-
|
73
|
-
- When xdotool acts crazy. Workaround should be clearly informed. [\#146](https://github.com/iberianpig/fusuma/issues/146)
|
74
|
-
|
75
|
-
**Merged pull requests:**
|
76
|
-
|
77
|
-
- Fix cops [\#158](https://github.com/iberianpig/fusuma/pull/158) ([iberianpig](https://github.com/iberianpig))
|
78
|
-
- Add ruby 2.7 to .travis.yml [\#157](https://github.com/iberianpig/fusuma/pull/157) ([iberianpig](https://github.com/iberianpig))
|
79
|
-
|
80
|
-
## [v1.7.0](https://github.com/iberianpig/fusuma/tree/v1.7.0) (2020-03-25)
|
81
|
-
|
82
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v1.6.0...v1.7.0)
|
83
|
-
|
84
|
-
## [v1.6.0](https://github.com/iberianpig/fusuma/tree/v1.6.0) (2020-03-14)
|
85
|
-
|
86
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v1.5.0...v1.6.0)
|
87
|
-
|
88
|
-
## [v1.5.0](https://github.com/iberianpig/fusuma/tree/v1.5.0) (2020-03-02)
|
89
|
-
|
90
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v1.4.1...v1.5.0)
|
91
|
-
|
92
|
-
## [v1.4.1](https://github.com/iberianpig/fusuma/tree/v1.4.1) (2020-02-27)
|
93
|
-
|
94
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v1.4.0...v1.4.1)
|
95
|
-
|
96
|
-
## [v1.4.0](https://github.com/iberianpig/fusuma/tree/v1.4.0) (2020-02-18)
|
97
|
-
|
98
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v1.3.3...v1.4.0)
|
99
|
-
|
100
|
-
**Closed issues:**
|
101
|
-
|
102
|
-
- Can not use fusuma with a error: NoMethodError [\#149](https://github.com/iberianpig/fusuma/issues/149)
|
103
|
-
|
104
|
-
## [v1.3.3](https://github.com/iberianpig/fusuma/tree/v1.3.3) (2020-02-10)
|
105
|
-
|
106
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v1.3.2...v1.3.3)
|
107
|
-
|
108
|
-
## [v1.3.2](https://github.com/iberianpig/fusuma/tree/v1.3.2) (2020-01-07)
|
109
|
-
|
110
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v1.3.1...v1.3.2)
|
111
|
-
|
112
|
-
**Closed issues:**
|
113
|
-
|
114
|
-
- Two-finger zoom direction not reversing [\#143](https://github.com/iberianpig/fusuma/issues/143)
|
115
|
-
|
116
|
-
**Merged pull requests:**
|
117
|
-
|
118
|
-
- Feature/143/gesture direction not reversing [\#150](https://github.com/iberianpig/fusuma/pull/150) ([iberianpig](https://github.com/iberianpig))
|
119
|
-
|
120
|
-
## [v1.3.1](https://github.com/iberianpig/fusuma/tree/v1.3.1) (2020-01-03)
|
121
|
-
|
122
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v1.3.0...v1.3.1)
|
123
|
-
|
124
|
-
**Implemented enhancements:**
|
125
|
-
|
126
|
-
- Assign command with combination of key press and gesture [\#105](https://github.com/iberianpig/fusuma/issues/105)
|
127
|
-
|
128
|
-
**Closed issues:**
|
129
|
-
|
130
|
-
- Some gestures do not work anymore after resume [\#148](https://github.com/iberianpig/fusuma/issues/148)
|
131
|
-
- Quick swipes are not recognised by Fusuma [\#147](https://github.com/iberianpig/fusuma/issues/147)
|
132
|
-
- pinch out gesture laggy [\#139](https://github.com/iberianpig/fusuma/issues/139)
|
133
|
-
|
134
|
-
## [v1.3.0](https://github.com/iberianpig/fusuma/tree/v1.3.0) (2019-11-11)
|
135
|
-
|
136
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v1.2.1...v1.3.0)
|
137
|
-
|
138
|
-
**Implemented enhancements:**
|
139
|
-
|
140
|
-
- Add show-keycodes option to libinput\_command\_input [\#138](https://github.com/iberianpig/fusuma/pull/138) ([iberianpig](https://github.com/iberianpig))
|
141
|
-
|
142
|
-
**Closed issues:**
|
143
|
-
|
144
|
-
- elementory os libinput debug shows Permission denied [\#140](https://github.com/iberianpig/fusuma/issues/140)
|
145
|
-
|
146
|
-
**Merged pull requests:**
|
147
|
-
|
148
|
-
- Merge modifier event records [\#142](https://github.com/iberianpig/fusuma/pull/142) ([iberianpig](https://github.com/iberianpig))
|
149
|
-
|
150
|
-
## [v1.2.1](https://github.com/iberianpig/fusuma/tree/v1.2.1) (2019-10-19)
|
151
|
-
|
152
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v1.2...v1.2.1)
|
153
|
-
|
154
|
-
**Fixed bugs:**
|
155
|
-
|
156
|
-
- Fusuma must be started after connecting bluetooth trackpad [\#125](https://github.com/iberianpig/fusuma/issues/125)
|
157
|
-
|
158
|
-
**Merged pull requests:**
|
159
|
-
|
160
|
-
- Reload Filter when new device is added [\#137](https://github.com/iberianpig/fusuma/pull/137) ([iberianpig](https://github.com/iberianpig))
|
161
|
-
|
162
|
-
## [v1.2](https://github.com/iberianpig/fusuma/tree/v1.2) (2019-10-13)
|
163
|
-
|
164
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v1.1...v1.2)
|
165
|
-
|
166
|
-
## [v1.1](https://github.com/iberianpig/fusuma/tree/v1.1) (2019-10-12)
|
167
|
-
|
168
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v1.0...v1.1)
|
169
|
-
|
170
|
-
## [v1.0](https://github.com/iberianpig/fusuma/tree/v1.0) (2019-10-12)
|
171
|
-
|
172
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.11.1...v1.0)
|
173
|
-
|
174
|
-
**Merged pull requests:**
|
175
|
-
|
176
|
-
- Update rake requirement from ~\> 12.3 to ~\> 13.0 [\#136](https://github.com/iberianpig/fusuma/pull/136) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
177
|
-
- Fixed Spelling mistake [\#128](https://github.com/iberianpig/fusuma/pull/128) ([thomascrha](https://github.com/thomascrha))
|
178
|
-
- \[Readme\] Added step to install Ruby [\#127](https://github.com/iberianpig/fusuma/pull/127) ([mmoraes-rafael](https://github.com/mmoraes-rafael))
|
179
|
-
- Plugin Based Architecture [\#116](https://github.com/iberianpig/fusuma/pull/116) ([iberianpig](https://github.com/iberianpig))
|
180
|
-
|
181
|
-
## [v0.11.1](https://github.com/iberianpig/fusuma/tree/v0.11.1) (2019-05-27)
|
182
|
-
|
183
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.11.0...v0.11.1)
|
184
|
-
|
185
|
-
**Merged pull requests:**
|
186
|
-
|
187
|
-
- Added Mac OS gestures mapping for Ubuntu [\#123](https://github.com/iberianpig/fusuma/pull/123) ([Rajanpandey](https://github.com/Rajanpandey))
|
188
|
-
|
189
|
-
## [v0.11.0](https://github.com/iberianpig/fusuma/tree/v0.11.0) (2019-05-24)
|
190
|
-
|
191
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.10.2...v0.11.0)
|
192
|
-
|
193
|
-
**Fixed bugs:**
|
194
|
-
|
195
|
-
- Misspelling in description [\#100](https://github.com/iberianpig/fusuma/issues/100)
|
196
|
-
- Add Warning `shortcut: ` property [\#95](https://github.com/iberianpig/fusuma/issues/95)
|
197
|
-
|
198
|
-
**Merged pull requests:**
|
199
|
-
|
200
|
-
- Fork, daemonize, and detach when running executing commands. [\#121](https://github.com/iberianpig/fusuma/pull/121) ([epakai](https://github.com/epakai))
|
201
|
-
- Update bundler requirement from ~\> 1.13 to ~\> 2.0 [\#111](https://github.com/iberianpig/fusuma/pull/111) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
202
|
-
|
203
|
-
## [v0.10.2](https://github.com/iberianpig/fusuma/tree/v0.10.2) (2018-08-30)
|
204
|
-
|
205
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.10.1...v0.10.2)
|
206
|
-
|
207
|
-
## [v0.10.1](https://github.com/iberianpig/fusuma/tree/v0.10.1) (2018-08-30)
|
208
|
-
|
209
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.9.2...v0.10.1)
|
210
|
-
|
211
|
-
**Merged pull requests:**
|
212
|
-
|
213
|
-
- Interval and threshold specific for a trigger [\#92](https://github.com/iberianpig/fusuma/pull/92) ([irq](https://github.com/irq))
|
214
|
-
- Fix spelling: Elementary to elementary [\#90](https://github.com/iberianpig/fusuma/pull/90) ([ryonakano](https://github.com/ryonakano))
|
215
|
-
|
216
|
-
## [v0.9.2](https://github.com/iberianpig/fusuma/tree/v0.9.2) (2018-07-19)
|
217
|
-
|
218
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.9.1...v0.9.2)
|
219
|
-
|
220
|
-
## [v0.9.1](https://github.com/iberianpig/fusuma/tree/v0.9.1) (2018-07-16)
|
221
|
-
|
222
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.9.0...v0.9.1)
|
223
|
-
|
224
|
-
## [v0.9.0](https://github.com/iberianpig/fusuma/tree/v0.9.0) (2018-07-14)
|
225
|
-
|
226
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.8.0...v0.9.0)
|
227
|
-
|
228
|
-
**Implemented enhancements:**
|
229
|
-
|
230
|
-
- Option to filter libinput by device [\#77](https://github.com/iberianpig/fusuma/issues/77)
|
231
|
-
|
232
|
-
**Fixed bugs:**
|
233
|
-
|
234
|
-
- Error: /usr/share/ruby/open3.rb:199:in `spawn': No such file or directory - libinput-list-devices \(Errno::ENOENT\) [\#84](https://github.com/iberianpig/fusuma/issues/84)
|
235
|
-
|
236
|
-
## [v0.8.0](https://github.com/iberianpig/fusuma/tree/v0.8.0) (2018-06-23)
|
237
|
-
|
238
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.7.2...v0.8.0)
|
239
|
-
|
240
|
-
**Fixed bugs:**
|
241
|
-
|
242
|
-
- Deprecation warning [\#76](https://github.com/iberianpig/fusuma/issues/76)
|
243
|
-
|
244
|
-
## [v0.7.2](https://github.com/iberianpig/fusuma/tree/v0.7.2) (2018-06-17)
|
245
|
-
|
246
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.7.1...v0.7.2)
|
247
|
-
|
248
|
-
**Closed issues:**
|
249
|
-
|
250
|
-
- Print system information for debugging [\#70](https://github.com/iberianpig/fusuma/issues/70)
|
251
|
-
- rescue from SIGINT Interruption with Ctrl-C [\#64](https://github.com/iberianpig/fusuma/issues/64)
|
252
|
-
|
253
|
-
## [v0.7.1](https://github.com/iberianpig/fusuma/tree/v0.7.1) (2018-06-01)
|
254
|
-
|
255
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.7.0...v0.7.1)
|
256
|
-
|
257
|
-
## [v0.7.0](https://github.com/iberianpig/fusuma/tree/v0.7.0) (2018-06-01)
|
258
|
-
|
259
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.6.0...v0.7.0)
|
260
|
-
|
261
|
-
## [v0.6.0](https://github.com/iberianpig/fusuma/tree/v0.6.0) (2018-05-31)
|
262
|
-
|
263
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.5.0...v0.6.0)
|
264
|
-
|
265
|
-
**Implemented enhancements:**
|
266
|
-
|
267
|
-
- Daemon mode [\#81](https://github.com/iberianpig/fusuma/issues/81)
|
268
|
-
|
269
|
-
## [v0.5.0](https://github.com/iberianpig/fusuma/tree/v0.5.0) (2018-05-31)
|
270
|
-
|
271
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.4.1...v0.5.0)
|
272
|
-
|
273
|
-
**Implemented enhancements:**
|
274
|
-
|
275
|
-
- feature request: configure number of fingers for pinch [\#82](https://github.com/iberianpig/fusuma/issues/82)
|
276
|
-
|
277
|
-
## [v0.4.1](https://github.com/iberianpig/fusuma/tree/v0.4.1) (2018-05-22)
|
278
|
-
|
279
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.4.0...v0.4.1)
|
280
|
-
|
281
|
-
**Implemented enhancements:**
|
282
|
-
|
283
|
-
- assigning commands [\#50](https://github.com/iberianpig/fusuma/issues/50)
|
284
|
-
|
285
|
-
**Fixed bugs:**
|
286
|
-
|
287
|
-
- Questionable necessity of --enable-dwt [\#78](https://github.com/iberianpig/fusuma/issues/78)
|
288
|
-
|
289
|
-
**Merged pull requests:**
|
290
|
-
|
291
|
-
- Remove --enable-dwt option [\#80](https://github.com/iberianpig/fusuma/pull/80) ([z0rc](https://github.com/z0rc))
|
292
|
-
|
293
|
-
## [v0.4.0](https://github.com/iberianpig/fusuma/tree/v0.4.0) (2018-04-15)
|
294
|
-
|
295
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.3.7...v0.4.0)
|
296
|
-
|
297
|
-
## [v0.3.7](https://github.com/iberianpig/fusuma/tree/v0.3.7) (2018-04-15)
|
298
|
-
|
299
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.3.5...v0.3.7)
|
300
|
-
|
301
|
-
**Merged pull requests:**
|
302
|
-
|
303
|
-
- Assigning commands [\#73](https://github.com/iberianpig/fusuma/pull/73) ([iberianpig](https://github.com/iberianpig))
|
304
|
-
- Update rake requirement to ~\> 12.3 [\#72](https://github.com/iberianpig/fusuma/pull/72) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
305
|
-
|
306
|
-
## [v0.3.5](https://github.com/iberianpig/fusuma/tree/v0.3.5) (2018-01-01)
|
307
|
-
|
308
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.3.4...v0.3.5)
|
309
|
-
|
310
|
-
## [v0.3.4](https://github.com/iberianpig/fusuma/tree/v0.3.4) (2018-01-01)
|
311
|
-
|
312
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.3.3...v0.3.4)
|
313
|
-
|
314
|
-
## [v0.3.3](https://github.com/iberianpig/fusuma/tree/v0.3.3) (2017-06-07)
|
315
|
-
|
316
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.3.2...v0.3.3)
|
317
|
-
|
318
|
-
## [v0.3.2](https://github.com/iberianpig/fusuma/tree/v0.3.2) (2017-04-22)
|
319
|
-
|
320
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.3.1...v0.3.2)
|
321
|
-
|
322
|
-
**Implemented enhancements:**
|
323
|
-
|
324
|
-
- External + Internal Trackpad? [\#34](https://github.com/iberianpig/fusuma/issues/34)
|
325
|
-
|
326
|
-
## [v0.3.1](https://github.com/iberianpig/fusuma/tree/v0.3.1) (2017-04-22)
|
327
|
-
|
328
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.3.0...v0.3.1)
|
329
|
-
|
330
|
-
**Implemented enhancements:**
|
331
|
-
|
332
|
-
- How about adding adjustable interval threshold? [\#35](https://github.com/iberianpig/fusuma/issues/35)
|
333
|
-
|
334
|
-
## [v0.3.0](https://github.com/iberianpig/fusuma/tree/v0.3.0) (2017-04-22)
|
335
|
-
|
336
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.2.7...v0.3.0)
|
337
|
-
|
338
|
-
**Implemented enhancements:**
|
339
|
-
|
340
|
-
- Maybe add info that you need to restart? [\#33](https://github.com/iberianpig/fusuma/issues/33)
|
341
|
-
|
342
|
-
**Fixed bugs:**
|
343
|
-
|
344
|
-
- parse\_finger\_directions: undefined method `tr' for nil:NilClass \(NoMethodError\) [\#29](https://github.com/iberianpig/fusuma/issues/29)
|
345
|
-
- Error after upgrading to libinput 1.6.0 [\#26](https://github.com/iberianpig/fusuma/issues/26)
|
346
|
-
|
347
|
-
**Merged pull requests:**
|
348
|
-
|
349
|
-
- Added interval options to config. [\#36](https://github.com/iberianpig/fusuma/pull/36) ([joshuatshaffer](https://github.com/joshuatshaffer))
|
350
|
-
|
351
|
-
## [v0.2.7](https://github.com/iberianpig/fusuma/tree/v0.2.7) (2017-02-04)
|
352
|
-
|
353
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.2.6...v0.2.7)
|
354
|
-
|
355
|
-
**Implemented enhancements:**
|
356
|
-
|
357
|
-
- How about add a "-c" options to specify config file manually? [\#24](https://github.com/iberianpig/fusuma/issues/24)
|
358
|
-
|
359
|
-
**Merged pull requests:**
|
360
|
-
|
361
|
-
- update parser [\#30](https://github.com/iberianpig/fusuma/pull/30) ([iberianpig](https://github.com/iberianpig))
|
362
|
-
|
363
|
-
## [v0.2.6](https://github.com/iberianpig/fusuma/tree/v0.2.6) (2017-01-22)
|
364
|
-
|
365
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.2.5...v0.2.6)
|
366
|
-
|
367
|
-
**Implemented enhancements:**
|
368
|
-
|
369
|
-
- input from multiple devices [\#4](https://github.com/iberianpig/fusuma/issues/4)
|
370
|
-
|
371
|
-
## [v0.2.5](https://github.com/iberianpig/fusuma/tree/v0.2.5) (2017-01-18)
|
372
|
-
|
373
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.2.3...v0.2.5)
|
374
|
-
|
375
|
-
**Fixed bugs:**
|
376
|
-
|
377
|
-
- it show some error [\#17](https://github.com/iberianpig/fusuma/issues/17)
|
378
|
-
|
379
|
-
## [v0.2.3](https://github.com/iberianpig/fusuma/tree/v0.2.3) (2017-01-01)
|
380
|
-
|
381
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.2.2...v0.2.3)
|
382
|
-
|
383
|
-
**Implemented enhancements:**
|
384
|
-
|
385
|
-
- sensitivity of 3 finger swipe [\#15](https://github.com/iberianpig/fusuma/issues/15)
|
386
|
-
|
387
|
-
## [v0.2.2](https://github.com/iberianpig/fusuma/tree/v0.2.2) (2016-12-31)
|
388
|
-
|
389
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.2.0...v0.2.2)
|
390
|
-
|
391
|
-
## [v0.2.0](https://github.com/iberianpig/fusuma/tree/v0.2.0) (2016-12-18)
|
392
|
-
|
393
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.1.9...v0.2.0)
|
394
|
-
|
395
|
-
## [v0.1.9](https://github.com/iberianpig/fusuma/tree/v0.1.9) (2016-12-17)
|
396
|
-
|
397
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.1.8...v0.1.9)
|
398
|
-
|
399
|
-
**Implemented enhancements:**
|
400
|
-
|
401
|
-
- Disabling some shortcuts [\#14](https://github.com/iberianpig/fusuma/issues/14)
|
402
|
-
|
403
|
-
## [v0.1.8](https://github.com/iberianpig/fusuma/tree/v0.1.8) (2016-12-17)
|
404
|
-
|
405
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.1.7...v0.1.8)
|
406
|
-
|
407
|
-
## [v0.1.7](https://github.com/iberianpig/fusuma/tree/v0.1.7) (2016-12-10)
|
408
|
-
|
409
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.1.6...v0.1.7)
|
410
|
-
|
411
|
-
## [v0.1.6](https://github.com/iberianpig/fusuma/tree/v0.1.6) (2016-12-07)
|
412
|
-
|
413
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.1.5...v0.1.6)
|
414
|
-
|
415
|
-
**Fixed bugs:**
|
416
|
-
|
417
|
-
- New libinput version, space at line beginning [\#13](https://github.com/iberianpig/fusuma/issues/13)
|
418
|
-
- fusuma does not run or show any error in Terminal [\#11](https://github.com/iberianpig/fusuma/issues/11)
|
419
|
-
|
420
|
-
## [v0.1.5](https://github.com/iberianpig/fusuma/tree/v0.1.5) (2016-12-05)
|
421
|
-
|
422
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.1.4...v0.1.5)
|
423
|
-
|
424
|
-
## [v0.1.4](https://github.com/iberianpig/fusuma/tree/v0.1.4) (2016-11-17)
|
425
|
-
|
426
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.1.3...v0.1.4)
|
427
|
-
|
428
|
-
**Implemented enhancements:**
|
429
|
-
|
430
|
-
- fusuma not working [\#3](https://github.com/iberianpig/fusuma/issues/3)
|
431
|
-
- Reading configuration from /home/fusuma/config.yml [\#2](https://github.com/iberianpig/fusuma/issues/2)
|
432
|
-
|
433
|
-
**Merged pull requests:**
|
434
|
-
|
435
|
-
- Match left and right actions [\#10](https://github.com/iberianpig/fusuma/pull/10) ([z0rc](https://github.com/z0rc))
|
436
|
-
- Relax the device name regex [\#9](https://github.com/iberianpig/fusuma/pull/9) ([z0rc](https://github.com/z0rc))
|
437
|
-
|
438
|
-
## [v0.1.3](https://github.com/iberianpig/fusuma/tree/v0.1.3) (2016-11-01)
|
439
|
-
|
440
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.1.2...v0.1.3)
|
441
|
-
|
442
|
-
## [v0.1.2](https://github.com/iberianpig/fusuma/tree/v0.1.2) (2016-10-30)
|
443
|
-
|
444
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.1.1...v0.1.2)
|
445
|
-
|
446
|
-
## [v0.1.1](https://github.com/iberianpig/fusuma/tree/v0.1.1) (2016-10-30)
|
447
|
-
|
448
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/v0.1.0...v0.1.1)
|
449
|
-
|
450
|
-
## [v0.1.0](https://github.com/iberianpig/fusuma/tree/v0.1.0) (2016-10-30)
|
451
|
-
|
452
|
-
[Full Changelog](https://github.com/iberianpig/fusuma/compare/bd5e5959d81b7d79aaa8cf11d8fadd8a1faa2181...v0.1.0)
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|