vitunes 0.1.9 → 0.2.0

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.
Files changed (3) hide show
  1. data/README.markdown +2 -2
  2. data/lib/vitunes/version.rb +1 -1
  3. metadata +3 -3
data/README.markdown CHANGED
@@ -75,9 +75,9 @@ More advanced autocompletion tips:
75
75
  * `CTRL-u`: when the match list is active, cycles forward through the match list and what you've typed so far; when the match list is inactive, erases what you've typed.
76
76
  * `CTRL-x C-u` reactivates autocompletion if it's gone away
77
77
  * `CTRL-y` selects the highlighted match without triggering ENTER
78
- * `ENTER` selects the highlighted match from the match list
79
78
 
80
- Press `ENTER` or `ESC` to exit either search query or drop-down selection mode.
79
+ To exist the drop down or search query mini-window, press `ENTER` when the
80
+ query line is blank, or try `ESC` then `q`.
81
81
 
82
82
  ### Volume Control
83
83
 
@@ -1,3 +1,3 @@
1
1
  module ViTunes
2
- VERSION = '0.1.9'
2
+ VERSION = '0.2.0'
3
3
  end
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 1
8
- - 9
9
- version: 0.1.9
7
+ - 2
8
+ - 0
9
+ version: 0.2.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi