Skip to content

Commit

Permalink
Release version 0.5 ⭐
Browse files Browse the repository at this point in the history
  • Loading branch information
soif committed Mar 16, 2019
1 parent 6ecb964 commit 050cb5f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions www/inc/doc/changelog.md
@@ -1,23 +1,23 @@
# phpMyDomo ChangeLog

## Version : 0.403 (NOT RELEASED) - March 16, 2019
## Version : 0.500 - March 16, 2019
- new: Support for OpenHab v2 API (v1 still available as 'openhab1')
- fix: XBMC Action - parameter 'image' renamed to 'icon'. . Update your calls ("image=" becomes "icon=" in the url)
- new: XBMC Action - renamed to 'kodi'. Update your calls ("type=xbmc" becomes "type=kodi" in the url)
- new: Growl Action - handles Notifications Groups.
- new: Growl Action - accepts unfiltered 'title' and 'message' parameters
- new: Domoticz - Clicking on Sensor values links to their graphs (log) page.
- new: Localize Numbers formats
- new: Domoticz - New sensors types supported: custom, text, alert, mediaplayer
- fix: Fixes selectors for the latest Domoticz versions (names are now base64 encoded)
- dev: New sensors Types : 'mediaplayer', 'text', 'date', 'time', 'custom'
- new: XBMC Action - renamed to 'kodi'. Update your calls ("type=xbmc" becomes "type=kodi" in the url)
- fix: XBMC Action - parameter 'image' renamed to 'icon'. . Update your calls ("image=" becomes "icon=" in the url)
- new: Growl Action - handles Notifications Groups.
- new: Growl Action - accepts unfiltered 'title' and 'message' parameters
- new: Localize Numbers formats
- fix: Devices Pages - smallers rows
- fix: Black Theme - lighter text color in right block & devices pages
- fix: Better Debug Popover positioning in devices page
- new: Always show Debug Popover (on icon click) in devices page
- fix: Timer audio file enhancements
- fix: Fixes selectors for the latest Domoticz versions (names are now base64 encoded)
- fix: 'HTTP_PORT' constant in some funky php installation
- fix: Squeezebox display in Medium viewport
- fix: Timer audio files enhancements
- fix: 'HTTP_PORT' constant in some funky php installation
- dev: freedomotic draft implementation
- dev: MySensors documentation fix (mtype)

Expand Down
2 changes: 1 addition & 1 deletion www/inc/lib/boot.php
Expand Up @@ -4,7 +4,7 @@

// base ------------------------------------------------------------------------------------
$conf=array();
$conf['app']['version'] ="0.403";
$conf['app']['version'] ="0.500";
$conf['app']['name'] ="phpMyDomo";

//detect https
Expand Down

0 comments on commit 050cb5f

Please sign in to comment.