forked from a4k-openproject/plugin.program.openwizard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
140 lines (137 loc) · 4.1 KB
/
addon.xml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.program.openwizard" name="[COLOR limegreen]Open[/COLOR]Wizard" version="2.0.4" provider-name="drinfernoo, slamious">
<requires>
<import addon="xbmc.python" version="3.0.0" />
<import addon="script.module.requests" />
<import addon="script.module.six" />
<import addon="script.kodi.android.update" optional="true" version="1.1.7" />
<import addon="script.speedtester" optional="true" version="1.1.2" />
</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]Open[/COLOR]Wizard</summary>
<description lang="en">[COLOR limegreen]Open[/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/a4k-openproject/plugin.program.openwizard/</source>
<news>
2.0.4
- Fix leftover broken dialogs
2.0.3
- Don't show previous version builds in Matrix
2.0.2
- Replace remaining occurences of LOGNOTICE
2.0.1
- Add attribution to @slamious
2.0.0
- Initial Matrix support
1.4.5
- Fix bugs with unintended files being cleared`
1.4.4
- Transfer ownership
1.4.3
- Fix missing artwork on items (thanks @xulek)
1.4.2
- A few bug fixes
1.4.1
- Fix crash on fresh installs
1.4.0
- Fix APK Installer
- Convert official APK downloader to use official script
- Add scrollbar to Save Data dialog
- Fix skin path in build info
1.3.7
- Fix import lock error
1.3.6
- Fix notifications
- Cleanup log files
1.3.5
- Add Fen
- Add Shadow
- Fix restoring saved data every boot
1.3.4
- Fix bad indent
1.3.3
- Fix Unicode characters in notification window
1.3.2
- Fix build restore
1.3.1
- Fix "Keep Login Info" menu
1.3.0
- Fix formatting of saved restore times
- Fix local build zip being deleted on restore
- Add YouTube API saving
- Remove broken context menus
- Fix repeating dialogs from shortcuts/favorites
- Remove "Normal Install" option
- Add "Logging Tools" menu
- Add option to save guisettings.xml
- Add TMDbHelper Fanart.tv saving
- More fixes for OS X
- Fix Seren Fanart.tv saving
1.2.9
- Fix NuMb3r5 cache clearing
- Fix hang during repo force check
- Fix logins being restored every startup
- Fix some file permission errors
- Fix OS X backup errors
1.2.8
- Add Gaia PM OAuth
- Fix binary add-on restoration
- Fix some issues with old settings
- Fix timing on many startup tasks
1.2.7
- Add TheMovieDb Helper
1.2.6
- Fix Seren PM OAuth
1.2.5
- Fix typo in debridit.py
1.2.4
- Cover more edge cases during binary detection
1.2.3
- Fix notification ID bug
1.2.2
- Add Seren PM OAuth
- Add AllDebrid spport for Gaia, Seren, ResolveURL, and URLResolver
1.2.1
- General bug fixes
1.2.0
- Silence save data notifications on startup
- Fix Addon Installer menu
- Convert addons.txt to JSON format
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>