forked from m0ngr31/kanzi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
87 lines (78 loc) · 3.3 KB
/
CHANGELOG.txt
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
v2.5.0 (04/xx/2017)
* Migrated to Flask-Ask
* Added session support
* Added OpenRemote intent
* Added support for German language
* Updated Python slot generator to trim illegal characters
* Added Help intent
* Fixed BigForward/Backward and StartOver intents
* Replaced pycontry dependency with light-weight alternative
* Added option to make Shutdown equal Quit
* Added 'Deploy to heroku' functionality
* Added confirmation for destructive power commands
* Reduced number of slot items the generator produces
* Allow step/jump by arbitrary durations
* Utilized Amazon Standard Built-ins for playback control
* Various minor bug fixes
v2.1.0 (01/05/2017)
* Misc bug fixes
* Added ability to execute addons
* Added ability to specify genre in WhatNewMovies intent
* No longer assumes music if no media type specified
* Added ability to request a specific song from library
* Added songs to DoSearch intent
* Allow (play/listen to) ({Album}/{Song}) by {Artist}
* Allow 'visualizer' as alias for 'fullscreen'
* Added support for video playlists
* Fix shuffling of recently added songs
* Verbs "watch" and "listen" assume corresponding media type now
* Defer to fuzzy matching earlier to get better matches
* Added ability to shuffle playlists
* Fixed Clean Library functionality
v2.0.6 (11/30/2016)
* Fixes for Lambda deployments
* Support playing random movie by genre
* Added ability to query Kodi library for recently-added albums
* Support searching for albums
* Added volume commands
* Allow user to specify timezone for responses that include an absolute time
* Fix update/clean library commands
v2.0.5 (11/09/2016)
* Added ability to play a specific album
* Added intent to query available albums by a specific artist
* Added intent to query new (unwatched) movies
* Better content matching
* Added ability to request time remaining on currently playing item
v2.0.4 (10/27/2016)
* Wrote python script to handle deploying to lambda
* Added power intents
* Added EjectMedia intents
* Added Fullscreen (Toggle) intent
* Added Mute (Toggle) intent
* Added support for selecting/toggling subtitles
* Added support for cycling audio streams
* Added basic step forward and step backwards commands
* Added check for verifying requests come from Alexa for WSGI servers
* Added the capability to resume movies and TV-Shows
v2.0.0 (10/02/2016)
* Merged in a bunch of good PRs dealing with playing playlists
* Added ability to query information about currently playing item
* Added in 'Search' and 'Party mode' intents
* Reversed order of Update/Clean functions and threaded them so now the skill won't timeout
* Updated documentation
v1.5.0 (04/13/2016)
* Updated utterances to use custom slots instead of AMAZON.LITERALs
* Re-wrote how the phrases get parsed to be as good as possible
* Added Intents to clean/update audio and video libraries
* Added Intent to watch the newest episode of a show
v1.0.2 (04/07/2016)
===================
* Updated documentation and source for using Heroku by default instead of Openshift
v1.0.1 (01/12/2016)
===================
* Changed random on movies and tv shows to only search for unwatched episodes. If there are none, pick a watched one
* Added Intent to be able to watch next episode of whatever was watched last
* Added Intent to be able to watch next episode of specific tv show
v.1.0.0 (01/01/2016)
===================
* Initial release