Switch to unified view

a/doc/releases.txt b/doc/releases.txt
1
= Upmpdcli release notes
1
= Upmpdcli release notes
2
2
3
== 2019-01-15 upmpdcli 1.4.0
4
5
- Save the current radio settings across restarts.
6
- Add the avtautoplay config variable to accommodate a non-conformant
7
  Control Point which does not issue a Play command after SetAVTransportURI.
8
- Add mpdtimeoutms variable to configure MPD connections timeouts.
9
- Use Python 3 for all scripts
10
- gmusic: cache some data locally to improve performance.
11
- OHCredentials: use stored authentication data if available to avoid login
12
  on CP.
13
- Uprcl: use Waitress as WSGI server, instead of Paste.
14
- Fix issue in Spotify access when started by root (at boot time).
15
- Qobuz: allow longer playlists
16
- Use the libupnpp 0.17.0 features. This makes us incompatible with 0.16.
17
- Add the capability to run the Media Server in-process (as a separate root
18
  device). Needs a very recent libupnp.
19
3
== libupnpp 0.17.0
20
== 2019-01-15 libupnpp 0.17.0
4
21
22
- Better support for embedded devices.
23
- Support for multiple root devices.
24
- Move the description document creation to the library: it is built
25
  incrementally as services are added, instead of being passed as a whole
26
  by the device. This changes the API.
27
- Don't delay searches after the initial one.
28
- Work around port allocation bug in some libupnp 1.8 versions.
29
5
== upmpdcli 1.3.8
30
== 2018-12-13 upmpdcli 1.3.8
6
- Add parameter to set the name of the openssl command to use. Helps with
31
- Add parameter to set the name of the openssl command to use. Helps with
7
  OHCredentials on jessie where the system command is too old.
32
  OHCredentials on jessie where the system command is too old.
8
- Small compatibility change for helping Kazoo use our radio list. Better
33
- Small compatibility change for helping Kazoo use our radio list. Better
9
  Kazoo compatibility (when switching between radio and playlist) still to
34
  Kazoo compatibility (when switching between radio and playlist) still to
10
  come (not merged).
35
  come (not merged).
11
36
37
== 2018-12-14 libupnpp 0.16.2
38
- Compatibility with libupnp branch 1.8
39
40
== 2018-12-12 upmpdcli 1.3.7
41
42
- Allow setting the name of the openssl command used to encrypt the
43
  credentials. 
44
12
== upmpdcli 1.3.6
45
== 2018-10-08 upmpdcli 1.3.6
13
46
14
- Fix issues in the Credentials service which prevented Tidal and Qobuz
47
- Fix issues in the Credentials service which prevented Tidal and Qobuz
15
  logins to work with BubbleUPnP.
48
  logins to work with BubbleUPnP.
16
  
49
  
17
== upmpdcli 1.3.5
50
== 2018-10-06 upmpdcli 1.3.5
18
51
19
- Fix bug in the spotify plugin: would not work if upmpdcli was initially
52
- Fix bug in the spotify plugin: would not work if upmpdcli was initially
20
  started by root (before switching to the upmpdcli user), which is the
53
  started by root (before switching to the upmpdcli user), which is the
21
  default for the packages.
54
  default for the packages.
22
55
23
== upmpdcli 1.3.4
56
== 2018-10-01 upmpdcli 1.3.4
24
57
25
- Fix bug in the spotify plugin: would not work if plgproxymethod was set
58
- Fix bug in the spotify plugin: would not work if plgproxymethod was set
26
  to redirect (which is the default). The plugin should ignore the value of
59
  to redirect (which is the default). The plugin should ignore the value of
27
  this variable which can only be useful for the other streaming services.
60
  this variable which can only be useful for the other streaming services.
28
  
61
  
29
== upmpdcli 1.3.3
62
== 2018-09-20 upmpdcli 1.3.3
30
63
31
- Fix the radio source on systems with Python3 version older than 3.5
64
- Fix the radio source on systems with Python3 version older than 3.5
32
  (e.g. Debian Jessie)
65
  (e.g. Debian Jessie)
33
  
66
  
34
== upmpdcli 1.3.2
67
== 2018-09-15 upmpdcli 1.3.2
35
68
36
NOTE: Using this release with Lumin needs explicitely setting lumincompat=1
69
NOTE: Using this release with Lumin needs explicitely setting lumincompat=1
37
in the configuration file, which disables the OpenHome Credentials service
70
in the configuration file, which disables the OpenHome Credentials service
38
(this is not the default).
71
(this is not the default).
39
72