Skip to content

Commit

Permalink
Merge pull request #112 from Ignoble61/mark-stable
Browse files Browse the repository at this point in the history
Version bump to mark stable
  • Loading branch information
marcelveldt committed Dec 15, 2015
2 parents b6faf4b + ad50215 commit 5cbb2cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#Skin Shortcuts - 0.6.7
#Skin Shortcuts - 1.0.0

script.skinshortcuts was written with the intention of making user customizable shortcuts on the home page easier for skinners.


## What's New for Skinners

#### Version 0.6.7 - git version
#### Version 1.0.0 - repo version

- Ability for users to install additional widget providers - [Read More on customising when this is available to users](./resources/docs/advanced/Managing widgets.md#default-widgets-from-skin-helper-service)
- Jarvis changes to music shortcuts - Please be aware that the shortcuts used to access various areas of the music library have changed. Skin Shortcuts will do its best to update any actions to the Jarvis version when the menu is built, but if this doesn't work (or if you are using the 'Just Select' method) the user may need to reset the action for these shortcuts.
- Skin playlists will now additionally be correctly loaded from subdirectories on all platforms
- Ability to set a fallback value for a custom property, used if the user hasn't selected a vlue - [Read More](./resources/docs/advanced/Custom shortcut properties.md#for-all-shortcuts-without-a-user-set-property)
- Ability to set widgetName property separately from label using `<shortcut />` elements in a custom groupings - [Read More](./resources/docs/advanced/Custom groupings.md#shortcut--element---widget) - and when defining available widgets [Read More](./resources/docs/advanced/Managing widgets.md#defining-available-widgets)

#### Version 0.6.6 - repo version
#### Version 0.6.6 - previous repo version

- Ability to include multiple $SKINSHORTCUT[] elements and other text in an element when using templates
- Ability to assign menu item ID to a property when using templates
Expand Down
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="script.skinshortcuts" name="Skin Shortcuts" version="0.6.8" provider-name="BigNoid,marcelveldt">
<addon id="script.skinshortcuts" name="Skin Shortcuts" version="1.0.0" provider-name="BigNoid,marcelveldt">
<requires>
<import addon="xbmc.python" version="2.19.0"/>
<import addon="script.module.simplejson" version="3.3.0"/>
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.6.7
v1.0.0
- Enable 'Get More...' installation of widget providers
- Return to using json to enable/disable Kodi debug logging
- Jarvis shortcut changes
Expand Down

0 comments on commit 5cbb2cd

Please sign in to comment.