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
34 lines (31 loc) · 1.41 KB
/
Copy pathaddon.xml
File metadata and controls
34 lines (31 loc) · 1.41 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
<?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.0-alpha1" provider-name="drinfernoo">
<requires>
<import addon="xbmc.python" version="2.1.0" />
<import addon="script.module.requests" />
</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.0.0
- Initial Commit
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.2
- Fix crash in login menu
- Fix auto install repo
</news>
</extension>
</addon>