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 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217
|
v2.0.2 (2022-04-03)
===================
- Support Python 3.10.
v2.0.1 (2020-07-06)
===================
- Add ``DisplayName`` fallback for Plex media server.
v2.0.0 (2019-12-25)
===================
- Depend on final release of Mopidy 3.0.0.
v2.0.0a1 (2019-12-05)
=====================
- Require Python >= 3.7. (PR: #66)
- Require Mopidy >= 3.0.0a5. (PR: #66)
- Require Pykka >= 2.0.1. (PR: #66)
- Update project setup. (PR: #66)
v1.2.2 (2018-05-08)
===================
- Add workaround for browsing errors with certain media servers.
v1.2.1 (2017-10-24)
===================
- Add support for ``audioBook``, ``audioBroadcast`` and
``playlistContainer`` classes.
- Improve handling of browse and search limits.
v1.2.0 (2016-09-23)
===================
- Add ``dbus_start_session`` configuration value for specifying the
command to start a session bus. The default is to invoke
``dbus-daemon`` directly, so ``dbus-launch`` is no longer needed
(but is still supported for now).
- Check for ``$XDG_RUNTIME_DIR/bus`` before starting a session bus.
- Update installation dependencies.
- Improve log messages if search is not supported.
v1.1.1 (2016-06-28)
===================
- Add workaround for partially retrieved browse results with Kodi
16.0 DLNA server.
v1.1.0 (2016-05-21)
===================
- Add ``upnp_lookup_limit`` configuration value (experimental).
- Add support for ``albumartist`` queries.
- Add support for minidlna "All Albums" collections.
- Add track bitrate according to DLNA specification.
- Add basic unit tests for ``library`` and ``playback`` providers.
- Update documentation and build environment.
- Various code refactorings and improvements.
v1.0.5 (2016-01-22)
===================
- Specify sort order when browsing.
- Add ``apt.mopidy.com`` to installation options.
- Remove ``Album.images`` property (deprecated in Mopidy v1.2).
- Handle exceptions in ``dLeynaPlaybackProvider``.
v1.0.4 (2015-11-03)
===================
- Handle uppercase characters in server UDNs.
v1.0.3 (2015-10-24)
===================
- Refactor server handling.
- Handle persistent URIs in ``dLeynaClient``.
v1.0.2 (2015-10-16)
===================
- Improve startup error messages.
- Performance improvements.
v1.0.1 (2015-09-12)
===================
- Add workaround for permanently lost media servers.
v1.0.0 (2015-08-21)
===================
- Add ``upnp_browse_limit`` config value.
- Add ``upnp_search_limit`` config value.
- Refactor ``get_images`` implementation.
- Improve debug output.
v0.5.3 (2015-08-19)
===================
- Fix lost server handling.
- Check device's `SearchCaps` when searching.
- Improve log messages.
v0.5.2 (2015-08-18)
===================
- Move mapping helpers to translator module.
- Add ``mopidy_dleyna.dleyna.__main__``.
- Update `README.rst`.
v0.5.1 (2015-08-14)
===================
- Start/stop D-Bus daemon from backend.
v0.5.0 (2015-08-14)
===================
- Add support for album art.
v0.4.2 (2015-08-14)
===================
- Use asynchronous D-Bus calls to improve performance on Raspberry Pi.
v0.4.1 (2015-08-11)
===================
- Add workaround for integer conversion issues on 32 bit systems.
v0.4.0 (2015-08-11)
===================
- Start session bus on headless systems or when running as a daemon.
- Use recursive search for container lookups.
- Add browse/search filters.
- Persistent URI handling.
v0.3.1 (2015-04-11)
===================
- Perform search asynchronously.
v0.3.0 (2015-04-10)
===================
- Add basic search capabilities.
- Return proper reference types when browsing.
v0.2.0 (2015-04-08)
===================
- Add workaround for `minidlna` crashing on empty filter.
v0.1.0 (2015-04-07)
===================
- Initial release.
|