Skip to content

Commit

Permalink
Push 1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
whomwah committed Feb 11, 2015
1 parent 4ecdd91 commit b1862a6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 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.3.2'
release :version, '1.4'

# Optional settings
release :feed_filename, 'releases.xml'
Expand Down
18 changes: 11 additions & 7 deletions release_notes.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
KyanBar - version 1.3.2
-----------------------
KyanBar - version 1.4
---------------------

NOTE:

Tweaks for Yosemite.
Drag tracks from Spotify

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.

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.

Updates:

* Fix the choose hotkeys mapped to voting
* Layout and padding changes
* Don't show focus ring on vote buttons
10 changes: 5 additions & 5 deletions releases.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
en
</language>
<pubDate>
Wed, 28 Jan 2015 13:48:34 +0000
Wed, 11 Feb 2015 08:53:36 +0000
</pubDate>
<atom:link href='https://raw.github.com/kyan/kyan_bar/master/releases.xml' rel='self' type='application/rss+xml'/>
<item>
<title>
KyanBar 1.3.2
KyanBar 1.4
</title>
<pubDate>
Wed, 28 Jan 2015 13:48:34 +0000
Wed, 11 Feb 2015 08:53:36 +0000
</pubDate>
<guid isPermaLink='false'>
KyanBar-1.3.2
KyanBar-1.4
</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.3.2/KyanBar.zip' length='2815453' type='application/octet-stream' sparkle:version='1.3.2' sparkle:dsaSignature='MC0CFH6SPpPlhamc2NE56xgO1T95TJfXAhUAnhLxVtGZTxYQV9aTc9wsATkICTk='/>
<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='/>
</item>
</channel>
</rss>

0 comments on commit b1862a6

Please sign in to comment.