forked from a4k-openproject/plugin.program.openwizard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
54 lines (51 loc) · 2.26 KB
/
Copy pathaddon.xml
File metadata and controls
54 lines (51 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.program.openwizard" name="[COLOR limegreen][B]Open[/B][/COLOR]Wizard" version="1.1.1" provider-name="drinfernoo">
<requires>
<import addon="xbmc.python" version="2.1.0" />
<import addon="script.module.requests" />
<import addon="script.module.six" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.service" library="startup.py" start="startup" />
<extension point="xbmc.addon.metadata">
<summary lang="en">[COLOR limegreen][B]Open[/B][/COLOR]Wizard</summary>
<description lang="en">[COLOR limegreen][B]Open[/B][/COLOR]Wizard offers many maintenance features, selective add-on data saving, and automated build installs.</description>
<platform>all</platform>
<reuselanguageinvoker>false</reuselanguageinvoker>
<source>https://www.github.com/drinfernoo/plugin.program.openwizard/</source>
<news>
1.1.1
- Fix error on advancedsettings categories
1.1.0
- Add back advancedsettings area under System Tweaks/Fixes
- Rudimentary version of advancedsettings editor. Can currently only handle editing pre-existing tags under 'cache' and 'network'.
- Convert advanced.txt to JSON format
- Add "built-in" advancedsettings.xml presets
1.0.3
- Update artwork
- Fix rare issues with URLs not working
- Fix repetitive build prompt (again)
- Fix builds downloading twice
- Fix title coloring on notifications
- Fix auto repo install
- Fix first run settings not being respected
1.0.2
- Fix crash in login menu
- Fix auto install repo
1.0.1
- Fix double startup
- Fix repetitive build prompt
- Fix main menu not opening on Krypton
- Fix notification timeout
- Fix crash in Trakt menu
1.0.0
- Initial Commit
</news>
<assets>
<icon>icon.png</icon>
<fanart>fanart.png</fanart>
</assets>
</extension>
</addon>