-
Notifications
You must be signed in to change notification settings - Fork 149
/
CHANGELOG.txt
183 lines (160 loc) · 6.46 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
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
v2.9.6 (07/30/2018)
* Add French language support.
v2.9.5 (10/19/2017)
* Add ability to cache responses via Amazon S3 bucket or ownCloud/nextCloud.
* Update documentation.
* Add 'loglevel' and 'logsensitive' config options.
v2.9.0 (09/03/2017)
* Add support for specifying genre in recommendations.
* Optimize media recommendations.
* Add ability to toggle stereoscopic mode.
* Add ability to toggle audio passthrough.
* Expand help to include example utterances.
* Add read_timeout and read_timeout_async config variables.
v2.8.5 (08/20/2017)
* Add support for playing music videos.
v2.8.0 (08/09/2017)
* Add ability to play a random TV show.
* Add ability to play a random music video.
* Add ability to specify genre when opening library views.
* Add ability to open (show on-screen) recently added items.
* Add ability to open (show on-screen) library views.
* Fix play of recommended music video.
v2.7.5 (07/25/2017)
* Add ability to download subtitles.
* Add support for music genres.
* Add ability to request movie trailers.
* Add ability to open library views.
* Make maximum slot items configurable.
* Update slot generator.
* Improve confirmation question for destructive commands.
* Fix error response on session timeout.
* Fix response when setting volume.
v2.7.0 (06/26/2017)
* Better matching for songs and albums in certain cases.
* Return newest instead of most recently-added album when asking for newest
album by an artist.
v2.6.6 (06/20/2017)
* Speed up speech responses for certain requests.
* Add ability to specify an album when playing a song.
* Add playlist_max_items option.
v2.6.5 (06/12/2017)
* Speed up matching for titles that do not contain numbers.
* Support for recommended songs.
* Add 'recommend something to watch' and 'recommend something to listen to'.
* Shorten welcome message.
* Allow (play/listen to/shuffle) (latest/newest) recently added songs.
v2.6.4 (06/06/2017)
* Assume UTF-8 encoding in JSON responses (speed up)
* New intents to recommend media
- Requires script.skin.helper.widgets
* New options in kodi.config to limit unwatched results
* Queries now leave session open if it was already open
* Remove OpenRemote Intent
- All nav commands now leave session open
- Or start a session with just "open kodi"
v2.6.3 (06/01/2017)
* Significantly improve matching for titles with numbers
* Fix German utterances for AddonGlobalSearch
* Minor matching tweak for German
* Remove more invalid characters from slot items
v2.6.2 (05/28/2017)
* Add ListenToLatestAlbum (by artist) Intent
* Include song artists in results
* Fix WatchNextEpisode and ContinueLastShow Intents
* Fix AudioStreamNext/Previous
* Update documentation
* Update translations
v2.6.1 (05/22/2017)
* Update German translation
* Better handling of non-ASCII strings
* Fix errors retrieving certain config variables
v2.6.0 (05/12/2017)
* Fixed shuffling of really large playlists
* Added Shuffle On/Off Intents
* Added Loop On/Off Intents
* Better matching for titles with roman numerals
* Clean up Cards and Responses
* Added generic play/shuffle commands ("deep searches")
- "play <media>"
- "shuffle <media>"
- "listen to <music>"
- "watch <video>"
* Fixed an issue with Flask-Ask 0.9.2
* Update German translation
* Added basic support for multiple Kodi installations
v2.5.0 (04/13/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