Skip to content

Commit

Permalink
Build 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jez500 committed Oct 21, 2016
1 parent 83ac263 commit 1dce2c7
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 11 deletions.
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ grunt build

echo "removing old zip and build files"
echo "=============================================="
rm webinterface.kodi*.zip
rm webinterface.default*.zip
rm dist/js/build/*.js

echo "Building zip"
echo "=============================================="
cp -r ./dist ./webinterface.kodi
zip -r -q webinterface.kodi.$1.zip ./webinterface.kodi
rm -rf ./webinterface.kodi
cp -r ./dist ./webinterface.default
zip -r -q webinterface.default.$1.zip ./webinterface.default
rm -rf ./webinterface.default

echo "Build complete"
echo "=============================================="
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 2.3.1
-------------
* Changed build script to use webinterface.default

Version 2.3.0
-------------
* Version bump to be greater than current default web interface
Expand Down
2 changes: 1 addition & 1 deletion dist/addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="webinterface.default"
version="2.3.0"
version="2.3.1"
name="Kodi web interface - Chorus2"
provider-name="jez500">
<requires>
Expand Down
4 changes: 4 additions & 0 deletions dist/lang/en/app-changelog.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<h2 id="version-2-3-1">Version 2.3.1</h2>
<ul>
<li>Changed build script to use webinterface.default</li>
</ul>
<h2 id="version-2-3-0">Version 2.3.0</h2>
<ul>
<li>Version bump to be greater than current default web interface</li>
Expand Down
2 changes: 1 addition & 1 deletion dist/lang/en/app-readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h2 id="current-state">Current state</h2>
<h2 id="getting-it-working">Getting it working</h2>
<p>Disclaimer: Beta software, expect bugs, changes, nuclear war, etc.</p>
<h3 id="installing">Installing</h3>
<p>Install via zip is the easiest way to go. Grab the zip from the root of this repo <a href="http://kodi.wiki/view/Add-on_manager#How_to_install_from_a_ZIP_file">then do this</a></p>
<p>Install via zip is the easiest way to go. Grab the latest release of webinterface.default.2.X.X.zip from the <a href="https://github.com/xbmc/chorus2/releases">releases page</a> then install it <a href="http://kodi.wiki/view/Add-on_manager#How_to_install_from_a_ZIP_file">like this</a></p>
<h3 id="configuring">Configuring</h3>
<ul>
<li>Kodi &gt; System &gt; Settings &gt; Services</li>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kodi-webinterface",
"version": "2.3.0",
"version": "2.3.1",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.2",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pretty good, most things work really well. Other things need [polish/finishing/f
Disclaimer: Beta software, expect bugs, changes, nuclear war, etc.

### Installing
Install via zip is the easiest way to go. Grab the zip from the root of this repo [then do this](http://kodi.wiki/view/Add-on_manager#How_to_install_from_a_ZIP_file)
Install via zip is the easiest way to go. Grab the latest release of webinterface.default.2.X.X.zip from the [releases page](https://github.com/xbmc/chorus2/releases) then install it [like this](http://kodi.wiki/view/Add-on_manager#How_to_install_from_a_ZIP_file)

### Configuring
* Kodi > System > Settings > Services
Expand Down Expand Up @@ -113,4 +113,4 @@ Are you a fan of Chorus? You can [buy me Jeremy a beer](https://www.paypal.com/c
![alt text](https://raw.githubusercontent.com/xbmc/chorus2/master/dist/screenshots/settings.jpg "Settings")

### Add-ons
![alt text](https://raw.githubusercontent.com/xbmc/chorus2/master/dist/screenshots/addons.jpg "Add-ons")
![alt text](https://raw.githubusercontent.com/xbmc/chorus2/master/dist/screenshots/addons.jpg "Add-ons")
4 changes: 4 additions & 0 deletions src/lang/en/app-changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 2.3.1
-------------
* Changed build script to use webinterface.default

Version 2.3.0
-------------
* Version bump to be greater than current default web interface
Expand Down
4 changes: 2 additions & 2 deletions src/lang/en/app-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pretty good, most things work really well. Other things need [polish/finishing/f
Disclaimer: Beta software, expect bugs, changes, nuclear war, etc.

### Installing
Install via zip is the easiest way to go. Grab the zip from the root of this repo [then do this](http://kodi.wiki/view/Add-on_manager#How_to_install_from_a_ZIP_file)
Install via zip is the easiest way to go. Grab the latest release of webinterface.default.2.X.X.zip from the [releases page](https://github.com/xbmc/chorus2/releases) then install it [like this](http://kodi.wiki/view/Add-on_manager#How_to_install_from_a_ZIP_file)

### Configuring
* Kodi > System > Settings > Services
Expand Down Expand Up @@ -113,4 +113,4 @@ Are you a fan of Chorus? You can [buy me Jeremy a beer](https://www.paypal.com/c
![alt text](https://raw.githubusercontent.com/xbmc/chorus2/master/dist/screenshots/settings.jpg "Settings")

### Add-ons
![alt text](https://raw.githubusercontent.com/xbmc/chorus2/master/dist/screenshots/addons.jpg "Add-ons")
![alt text](https://raw.githubusercontent.com/xbmc/chorus2/master/dist/screenshots/addons.jpg "Add-ons")
Binary file not shown.

0 comments on commit 1dce2c7

Please sign in to comment.