Merge pull request #219 from mcarlton00/0.5.0-version-bump

Version bump for 0.5.0
This commit is contained in:
mcarlton00 2020-03-04 15:58:39 -05:00 committed by GitHub
commit 183c05919e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 14 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.jellyfin" <addon id="plugin.video.jellyfin"
name="Jellyfin" name="Jellyfin"
version="0.4.0" version="0.5.0"
provider-name="Jellyfin Contributors, angelblue05"> provider-name="Jellyfin Contributors, angelblue05">
<requires> <requires>
<import addon="xbmc.python" version="2.25.0"/> <import addon="xbmc.python" version="2.25.0"/>
@ -40,19 +40,25 @@
<summary lang="en"></summary> <summary lang="en"></summary>
<description lang="en">Welcome to Jellyfin for Kodi!&#10;A whole new way to manage and view your media library. The Jellyfin addon for Kodi combines the best of Kodi - ultra smooth navigation, beautiful UIs and playback of any file under the sun, and Jellyfin - the most powerful fully open source multi-client media metadata indexer and server.&#10;&#10;Jellyfin for Kodi is the absolute best way to enjoy the incredible Kodi playback engine combined with the power of Jellyfin's centralized database. Features:&#10;* Direct integration with the Kodi library for native Kodi speed&#10;* Instant synchronization with the Jellyfin server&#10;* Full support for Movie, TV and Music collections&#10;* Jellyfin Server direct stream and transcoding support - use Kodi when you are away from home!</description> <description lang="en">Welcome to Jellyfin for Kodi!&#10;A whole new way to manage and view your media library. The Jellyfin addon for Kodi combines the best of Kodi - ultra smooth navigation, beautiful UIs and playback of any file under the sun, and Jellyfin - the most powerful fully open source multi-client media metadata indexer and server.&#10;&#10;Jellyfin for Kodi is the absolute best way to enjoy the incredible Kodi playback engine combined with the power of Jellyfin's centralized database. Features:&#10;* Direct integration with the Kodi library for native Kodi speed&#10;* Instant synchronization with the Jellyfin server&#10;* Full support for Movie, TV and Music collections&#10;* Jellyfin Server direct stream and transcoding support - use Kodi when you are away from home!</description>
<news> <news>
v0.4.0 (2019-12-18) v0.5.0 (2020-03-04)
#144 Remove the prompt before library selection #167 Removed unnecessary log messages and changed some to debug
#145 Removed connection tests and minor cleanup #172 Added support for Kodi 19 (and Python 3)
#148 Translate refactor #188 Fix kodi 19 websocket control
#149 Delete zh_cn, as zh_Hans is the official ISO code #190 Fix Obj error
#154 Change string Kodi Companion to Kodi Sync Queue #192 Fix playlist paths
#157 Removed blocks of commented out code #193 Replaced debug output of json.dumps with an indirection to lazy __str__
#159 Update websocket path #194 Dont modify a list as you are traversing it
#160 Correct filepath when entering data to database #195 Fix empty download thread list
#161 Add config migration for pr #145 #197 Move the responsibility of the maximum number of threads to the UI
#163 Remove emby endpoints from api calls #200 Resort to the expensive database lookup only if the person exists in the database
#164 Fix link to installation instructions #201 Allow for UI updates as the library is being sync'ed
#165 Move the RemoteAddress check #202 Parallelize multiple http GETs
#207 Make commands python 2/3 compatible
#209 Reduce execute and fetch one calls
#211 Finish getitem cleanup in library
#212 Bad dates are bad
#214 Fix re-running library updates
#215 Remove duplicated code and rename UpdatedWorker class
</news> </news>
<assets> <assets>
<icon>resources/icon.png</icon> <icon>resources/icon.png</icon>