Skip to content

Commit

Permalink
push 1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
whomwah committed Apr 9, 2015
1 parent ec07979 commit b8de0eb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Motion::Project::App.setup do |app|
app.sparkle do
release :base_url, 'https://raw.github.com/kyan/kyan_bar/master'
release :package_base_url, 'https://github.com/kyan/kyan_bar/releases/download'
release :version, '1.4'
release :version, '1.5'

# Optional settings
release :feed_filename, 'releases.xml'
Expand Down
17 changes: 9 additions & 8 deletions release_notes.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
KyanBar - version 1.4
KyanBar - version 1.5
---------------------

NOTE:
Voting and Dragging tracks from Spotify uses the open websocket and will
also be added with your jukebox username.

Drag tracks from Spotify
NOTE:

You can now drag tracks from the Spotify app onto the nowplaying window. This
will add it to the office Jukebox playlist in the same way the web site does.
You will need to go to the preferences window and enter you jukebox user id.
(This can be fetched from the jukebox website via your account settings).
This is temporary, whilst a more robust solution is worked on, but it's so that
we can assign any voting or tracks added to you.

TODO:

Currently the new tracks are marked as being added by BRH. A fix for this is
needed in the Jukebox app, so will come in the next update.

Create a notification when a new dragged track is added.

11 changes: 6 additions & 5 deletions releases.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,24 @@
en
</language>
<pubDate>
Wed, 11 Feb 2015 08:53:36 +0000
Thu, 09 Apr 2015 09:09:46 +0100
</pubDate>
<atom:link href='https://raw.github.com/kyan/kyan_bar/master/releases.xml' rel='self' type='application/rss+xml'/>
<item>
<title>
KyanBar 1.4
KyanBar 1.5
</title>
<pubDate>
Wed, 11 Feb 2015 08:53:36 +0000
Thu, 09 Apr 2015 09:09:46 +0100
</pubDate>
<guid isPermaLink='false'>
KyanBar-1.4
KyanBar-1.5
</guid>
<sparkle:releaseNotesLink>
https://raw.github.com/kyan/kyan_bar/master/release_notes.html
</sparkle:releaseNotesLink>
<enclosure url='https://github.com/kyan/kyan_bar/releases/download/1.4/KyanBar.zip' length='2815383' type='application/octet-stream' sparkle:version='1.4' sparkle:dsaSignature='MC0CFHkPDdeK4NKwtYARGpqeJmXfFZOjAhUAmE4/R7wv9YUibsXq6jKafiG8EJo='/>
<enclosure url='https://github.com/kyan/kyan_bar/releases/download/1.5/KyanBar.zip' length='3291719' type='application/octet-stream' sparkle:version='1.5' sparkle:dsaSignature='MCwCFAT+yi+adBt6jEJtLD4u23+l/4hOAhR/AN4os3Pbhgk6m9GK2cipx+MBdw=='/>
</item>
</channel>
</rss>

0 comments on commit b8de0eb

Please sign in to comment.