Skip to content

Commit

Permalink
v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jez500 committed May 3, 2014
1 parent 7f17ad0 commit 523eeb1
Show file tree
Hide file tree
Showing 14 changed files with 16,028 additions and 15,668 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -14,7 +14,7 @@ module.exports = function(grunt) {
src: [

// jQuery
jsPath + '/lib/required/jquery-1.10.2.js',
jsPath + '/lib/required/jquery-1.11.1.js',

// underscore
jsPath + '/lib/required/underscore-min.js',
Expand Down
2 changes: 1 addition & 1 deletion dist/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="webinterface.chorus"
version="0.3.7"
version="0.3.8"
name="Chorus"
provider-name="jez500">
<requires>
Expand Down
12 changes: 12 additions & 0 deletions dist/changelog.txt
@@ -1,3 +1,15 @@
Version 0.3.8
- Fixed ability to delete a custom playlist song
- Refactored player state and added some improvements to stream playback
- Refined fields used in listing calls
- Movies now resume from last played position
- Added more keymaps: spacebar, x, t, +, -, <, >
- Added progress to full view of movie or episode
- Progress on movie/episode full view updates while playing
- Added "Ignore articles when sorting" to video lists for Martijn
- Updated to jQuery v1.11.1


Version 0.3.7
- Added support for the Radio AddOn
- Improvements to AddOn framework
Expand Down

0 comments on commit 523eeb1

Please sign in to comment.