Skip to content

Commit

Permalink
v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Zé Bateira committed May 13, 2014
1 parent d8537e4 commit f05d539
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ These are the contents of the script:
```sh
$ mkdir ~/Spotify ; cd ~/Spotify
$ rm -rf rama
$ rm rama_v0.9.1.tar.gz
$ curl https://github.com/carsy/rama-spotify/releases/download/v0.9.1/rama_v0.9.1.tar.gz
$ tar -xvf rama_v0.9.1.tar.gz
$ rm rama_v0.10.tar.gz
$ curl https://github.com/carsy/rama-spotify/releases/download/v0.10/rama_v0.10.tar.gz
$ tar -xvf rama_v0.10.tar.gz
$ open spotify:app:rama
```

Expand All @@ -59,6 +59,11 @@ With no official release for the Spotify Desktop Client, there's nothing I can d
[Releases]
----

[v0.10] - Tags menu
- Tags menu added
- Clicking on tags highlights the artists that have that tag
- Tags are retrieved from echonest (as well as for the artist menu)

[v0.9.1] - Expand button bugfix
- expand button shown after expand.

Expand Down Expand Up @@ -116,6 +121,7 @@ José Bateira
[here]:https://github.com/carsy/rama-spotify/releases/latest
[Releases]:https://github.com/carsy/rama-spotify/releases/latest
[issues]:https://github.com/carsy/rama-spotify/issues
[v0.10]:https://github.com/carsy/rama-spotify/releases/tag/v0.10
[v0.9.1]:https://github.com/carsy/rama-spotify/releases/tag/v0.9.1
[v0.9]:https://github.com/carsy/rama-spotify/releases/tag/v0.9
[v0.8]:https://github.com/carsy/rama-spotify/releases/tag/v0.8
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

version="v0.9.1"
version="v0.10"

mkdir ~/Spotify ; cd ~/Spotify
rm -rf rama-spotify
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"track"
],
"BundleType": "Application",
"BundleVersion": "0.9.1",
"BundleVersion": "0.10",
"Dependencies": {
"api": "1.0.0",
"views": "1.0.0",
Expand Down

0 comments on commit f05d539

Please sign in to comment.