Skip to content

Commit

Permalink
Build 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jez500 committed Mar 18, 2017
1 parent 037ea7c commit e1cb8d2
Show file tree
Hide file tree
Showing 12 changed files with 65 additions and 12 deletions.
10 changes: 9 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 2.4.4
-------------
* Added year to movie edit form #231
* Added additional keys 61/173 for vol control and removed tab from whitelist #242
* Fixed media progress bar appearing over filters bar #253
* Fixed issue with volume resetting to 50% in local playback song change #254 #230 #235
* Removed debugging that was spamming console
* Polish translation - updates #249

Version 2.4.3
-------------
* Fixed context menu in browser #226
Expand All @@ -8,7 +17,6 @@ Version 2.4.3
* Updated Polish translation #227
* German language updates #225


Version 2.4.2
-------------
* Added trailer selector to movie editor
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.4.3"
version="2.4.4"
name="Kodi web interface - Chorus2"
provider-name="jez500, Team Kodi">
<requires>
Expand Down
24 changes: 20 additions & 4 deletions dist/js/kodi-webinterface.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lang/_strings/pl.json

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions dist/lang/en/app-changelog.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 id="version-2-4-4">Version 2.4.4</h2>
<ul>
<li>Added year to movie edit form #231</li>
<li>Added additional keys 61/173 for vol control and removed tab from whitelist #242</li>
<li>Fixed media progress bar appearing over filters bar #253</li>
<li>Fixed issue with volume resetting to 50% in local playback song change #254 #230 #235</li>
<li>Removed debugging that was spamming console</li>
<li>Polish translation - updates #249</li>
</ul>
<h2 id="version-2-4-3">Version 2.4.3</h2>
<ul>
<li>Fixed context menu in browser #226</li>
Expand Down
12 changes: 12 additions & 0 deletions dist/lang/pl/app-changelog.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<h2 id="wersja-2-4-3">Wersja 2.4.3</h2>
<ul>
<li>Naprawiono działanie menu kontekstowego w przeglądarce #226</li>
<li>Naprawiono wyodrębianie kodu BBcode w przeglądarce #223</li>
<li>Added party mode functionality to local browser player #218</li>
<li>Dodano funkcjonalność Trybu Imprezy do odtwarzacza w przeglądarce #218</li>
<li>Updated to latest Soundmanager2 (297a-20150601)</li>
<li>Zaktualizowano bibliotekę Soundmanager2 do najnowszej wersji (297a-20150601)</li>
<li>Naprawiono mechanizm wyboru trybu odtwarzania po wczytaniu</li>
<li>Zaktualizowano tłumaczenie na język polski #227</li>
<li>Zaktualizowano tłumaczenie na język niemiecki #225</li>
</ul>
<h2 id="wersja-2-4-2">Wersja 2.4.2</h2>
<ul>
<li>Dodano do edytora filmu możliwość wyboru zwiastuna</li>
Expand Down
2 changes: 1 addition & 1 deletion dist/themes/base/css/base.css

Large diffs are not rendered by default.

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.4.3",
"version": "2.4.4",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.2",
Expand Down
10 changes: 9 additions & 1 deletion src/lang/en/app-changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 2.4.4
-------------
* Added year to movie edit form #231
* Added additional keys 61/173 for vol control and removed tab from whitelist #242
* Fixed media progress bar appearing over filters bar #253
* Fixed issue with volume resetting to 50% in local playback song change #254 #230 #235
* Removed debugging that was spamming console
* Polish translation - updates #249

Version 2.4.3
-------------
* Fixed context menu in browser #226
Expand All @@ -8,7 +17,6 @@ Version 2.4.3
* Updated Polish translation #227
* German language updates #225


Version 2.4.2
-------------
* Added trailer selector to movie editor
Expand Down
2 changes: 1 addition & 1 deletion src/xml/addon.dev.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.defaultdev"
version="2.4.3"
version="2.4.4"
name="Kodi web interface - Chorus2 - dev"
provider-name="jez500, Team Kodi">
<requires>
Expand Down
2 changes: 1 addition & 1 deletion src/xml/addon.release.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.4.3"
version="2.4.4"
name="Kodi web interface - Chorus2"
provider-name="jez500, Team Kodi">
<requires>
Expand Down
Binary file not shown.

0 comments on commit e1cb8d2

Please sign in to comment.