Commit ae5dd6f 2 people authored and committed
1 parent 8dc3c1d commit ae5dd6f Copy full SHA for ae5dd6f
File tree 3 files changed +11
-2
lines changed
src/karabiner_configurator
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,15 @@ All notable changes to this project will be documented in this file. This change
3
3
4
4
** Unreleased
5
5
6
- [Unreleased Commits]: https://github.com/yqrashawn/GokuRakuJoudo/compare/v0.5.1...HEAD
6
+ [Unreleased Commits]: https://github.com/yqrashawn/GokuRakuJoudo/compare/v0.5.2...HEAD
7
+
8
+ ** 0.5.2 - 2022-04-25
9
+
10
+ *** Fixed
11
+ - add consumer key `:dictation`
12
+
13
+ [commits in 0.5.2]: https://github.com/yqrashawn/GokuRakuJoudo/compare/v0.5.1...v0.5.2
14
+
7
15
8
16
** 0.5.1 - 2022-04-16
9
17
Original file line number Diff line number Diff line change 211
211
(:version options)
212
212
{:action " exit-with-message"
213
213
:ok? true
214
- :exit-message " 0.5.1 " }
214
+ :exit-message " 0.5.2 " }
215
215
; ; log
216
216
(:log options)
217
217
{:action " log"
Original file line number Diff line number Diff line change 146
146
:rewind {:not-from true :consumer-key true }
147
147
:play_or_pause {:not-from true :consumer-key true }
148
148
:fastforward {:not-from true :consumer-key true }
149
+ :dictation {:not-from true :consumer-key true }
149
150
:mute {:consumer-key true }
150
151
:volume_decrement {:consumer-key true }
151
152
:volume_increment {:consumer-key true }
You can’t perform that action at this time.
0 commit comments