Skip to content

Commit e4bfd5c

Browse files
committed
script.skinshortcuts-3.0.0~beta22
1 parent 279790d commit e4bfd5c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

addon.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="script.skinshortcuts" name="Skin Shortcuts" version="3.0.0~beta21" provider-name="MikeSiLVO">
2+
<addon id="script.skinshortcuts" name="Skin Shortcuts" version="3.0.0~beta22" provider-name="MikeSiLVO">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0"/>
55
</requires>
66
<extension point="xbmc.python.script" library="default.py"/>
77
<extension point="xbmc.addon.metadata">
88
<news>
9+
3.0.0~beta22
10+
- Add text and number property types for keyboard/numeric input
11+
- Fix disabled state not persisting for custom submenu items
12+
- Resolve properties in build="true" templates with deduplication
13+
914
3.0.0~beta21
1015
- Fix browse dialog treating cancel as selection when default path is set
1116
- Fix dialog not showing widget properties for predefined menus.xml items

0 commit comments

Comments
 (0)