Skip to content

Commit

Permalink
version bump of sc2casts to test update capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
hackebeil committed Mar 26, 2016
1 parent 8da263d commit 3956a6e
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 3 deletions.
4 changes: 2 additions & 2 deletions repo/addons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</extension>
</addon>

<addon id="plugin.video.sc2casts" name="SC2Casts" version="0.61" provider-name="hackebeil">
<addon id="plugin.video.sc2casts" name="SC2Casts" version="0.62" provider-name="hackebeil">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.beautifulsoup4" version="4.3.1"/>
Expand All @@ -31,7 +31,7 @@
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">SC2Casts</summary>
<description lang="en">A plugin for the site SC2Casts.com - Keeps track of the best Starcraft 2 video casted matches from all over the Internet!</description>
<description lang="en">A plugin for the site SC2Casts.com - Keeps track of the best Starcraft 2 video cast matches from all over the Internet.</description>
<disclaimer lang="en">Background image: CC-BY-2.0 by https://www.flickr.com/photos/joo0ey/. Anything else is licensed under AGPLv3.</disclaimer>
<license>AGPLv3</license>
</extension>
Expand Down
2 changes: 1 addition & 1 deletion repo/addons.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
000c8d13e70728757da11f62a1dfcc0f
4047889f0b65cdff70ff39c1c66c2878
88 changes: 88 additions & 0 deletions repo/plugin.video.sc2casts/changelog-0.62.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
v0.62
----------------------
First version distributed via its own repository for testing.

v0.6
----------------------
- Complete rework by hackebeil. Thanks to the original authors of the plugin (Kristoffer Petersson, Phek, G Nyman, Bsdfish) and all other contributors for their hard work.
- Source now includes parts of the twitch plugin to allow twitch videos to be played with a start offset. Thanks to StateOfTheArt and ccaspers and all the other contributors for their hard work.

- All old features are repaired.
- New features:
--- Twitch support
--- Browse players
--- Various context menu option, e.g., Queue all items of a series, Go to players' games, or Go to casters' games
--- Optional colors
--- Parsing about 10x faster
--- Automatically marks watched series
--- Fanart and logo


v0.4.8
----------------------
- Work with the new source format of sc2casts page
- Single game youtube videos should work now as well

v0.4.7
----------------------
- Fix for new 'embed' Youtube link
- Cleaned up code (retiman)

v0.4.6
----------------------
- Changed backend to use the youtube plugin to work around youtube issues.

v0.4.5
----------------------
- Fixed video path for some videos according to Phek's instructions http://forum.xbmc.org/showthread.php?tid=98094&page=3

v0.4.4
----------------------
- Updated some code due to changes on Youtube

v0.4.3
----------------------
- Updated the code

v0.4.2
----------------------
- Updated URL:s in sc2casts.py

v0.4.1
----------------------
- Added strings to strings.xml

v0.4.0
----------------------
- Version 0.4.0 is now uploaded.
- Submitted to the official repo
- Updated the "browse" menu and added a "search" function

v0.3.0
----------------------
- Version 0.3.0 is now uploaded and ready for testing.
- Made some changes in the codes structure

v0.2.3
----------------------
- You can now configure how your gametitles should look like under "Addon Settings"

v0.2.2
----------------------
- Fixed so that all videos now shows even if they are divaded in 2 or more parts.
- Added "browse casts" in the root menu

v0.2.1
----------------------
- Added an icon + fanart
- the titles now shows ex. "(Best of 5) - [ZvP]....."

v0.2.0
----------------------
- New version of the SC2Casts plugin with these features:
- Latest casts
- Top casts in: all time/month/week/24h

v0.1
----------------------
- Test version to make sure everything is working
Binary file not shown.

0 comments on commit 3956a6e

Please sign in to comment.