vitunes 0.0.7 → 0.0.8

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 (4) hide show
  1. data/NOTES +9 -0
  2. data/README.markdown +4 -4
  3. data/lib/vitunes/version.rb +1 -1
  4. metadata +1 -1
data/NOTES CHANGED
@@ -214,3 +214,12 @@ LATER
214
214
  - compile vitunes tool and put in bin/
215
215
 
216
216
 
217
+
218
+ ------------------------------------------------------------------------
219
+ Fri Jul 1 17:03:25 EDT 2011
220
+
221
+ found out about this project
222
+ http://freshmeat.net/projects/vitunes
223
+ - last change jan 2011
224
+
225
+
data/README.markdown CHANGED
@@ -44,15 +44,15 @@ directory.
44
44
  * `,A` select album
45
45
  * `ENTER` start playing a track under cursor
46
46
 
47
- The query and selection drop downs make use of Vim autocompletion. Start typing
47
+ The selection drop-downs make use of Vim autocompletion. Start typing
48
48
  the first few letters of what you want. For example, if you want to jump to all
49
- artists that start with the letter 'P', type 'P' and you'll see the drop down
49
+ artists that start with the letter 'P', type 'P' and you'll see the drop-down
50
50
  items update. This autocompletion is case-sensitive.
51
51
 
52
- `CTRL-p` and `CTRL-n` let you navigate the matches. Press `ENTER` to select
52
+ `CTRL-p` and `CTRL-n` let you navigate the drop-down matches. Press `ENTER` to select
53
53
  one.
54
54
 
55
- Press `ENTER` or `ESC` to exit drop down selection mode.
55
+ Press `ENTER` or `ESC` to exit either search query or drop-down selection mode.
56
56
 
57
57
  ### Volume Control
58
58
 
@@ -1,3 +1,3 @@
1
1
  module ViTunes
2
- VERSION = '0.0.7'
2
+ VERSION = '0.0.8'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: vitunes
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.7
5
+ version: 0.0.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Choi