Skip to content

Commit

Permalink
knewc 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emveepee committed Jan 19, 2020
1 parent 686b733 commit 490aa5a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.kodi.knewc" name="NextPVR New Client" version="2.8.0~rc4" provider-name="emveepee">
<addon id="script.kodi.knewc" name="NextPVR New Client" version="2.8.0" provider-name="emveepee">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.future" version="0.16.0.4"/>
Expand Down
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[B]2.8.0~rc4[/B]
[B]2.8.0[/B]
- Added linux mouse support (via xdo)
- This is rc4 with no other changes

[B]2.8.0~rc3[/B]
- Fix odd indentation in last build
Expand Down
4 changes: 2 additions & 2 deletions resources/src/XNEWAGlobals.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@

# Script doc constants
__scriptname__ = "knewc"
__version__ = '2.8.0~rc4'
__version__ = '2.8.0'
__author__ = 'emveepee'
__original_author__ = 'Ton van der Poel'
__date__ = '2019-12-02'
__date__ = '2020-01-19'

XBMC_DIALOG_BUSY_OPEN = "ActivateWindow(busydialognocancel)"
XBMC_DIALOG_BUSY_CLOSE = "Dialog.Close(busydialognocancel)"
Expand Down

0 comments on commit 490aa5a

Please sign in to comment.