Skip to content

Commit

Permalink
add option to get GitHub repo updates for pre-releases
Browse files Browse the repository at this point in the history
bump to 0.6.4
  • Loading branch information
scakemyer committed Jan 24, 2016
1 parent a664391 commit 9fb8ccd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

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="plugin.video.pulsar" name="Pulsar" version="0.6.4-alpha.3" provider-name="scakemyer">
<addon id="plugin.video.pulsar" name="Pulsar" version="0.6.4" provider-name="scakemyer">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
Expand Down
4 changes: 4 additions & 0 deletions resources/language/English/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ msgctxt "#30023"
msgid "Enable Choose Stream by default"
""

msgctxt "#30024"
msgid "Get updates for Pre-Releases"
""

# Interface

msgctxt "#30100"
Expand Down
1 change: 1 addition & 0 deletions resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<setting id="enable_paging" type="bool" label="30021" default="true" />
<setting id="enable_overlay_status" type="bool" label="30022" default="true" />
<setting id="enable_choose_stream" type="bool" label="30023" default="false" />
<setting id="pre_release_updates" type="bool" label="30024" default="false" />

<setting label="BitTorrent" type="lsep"/>
<setting id="buffer_size" label="30003" type="number" default="20" />
Expand Down

0 comments on commit 9fb8ccd

Please sign in to comment.