-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog
41 lines (32 loc) · 1.8 KB
/
changelog
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
version 1.1.4
- Improvements
* Add Qt 5.12.3 64 bits for Windows
* Fix warnings for gcc with Qt 5.12.3.
* Better C++11 conformance.
* Add MacOS Mojave 10.14.
- Known issues
* On MacOS the slider volume does not have the right dimension. The good dimension is ok when the user click on.
version 1.1.3
- Improvements
* Change the icon size from 16 to 128 pixels.
* Automatic track advance without SetNextAVTransportURI action and unimplemented playlist format.
* Hide cloud servers.
* New icons.
* Add scripts to build chupnp and AIVCtrl on Fedora systems. Thank's to Przemo Firszt for his contribution.
- Bugs
* Boolean UPnP parameters send "0" or "1" in place of "false" or "true" (not really a bug).
* Add QAction include file in variousslots.cpp to prevent build fails with different Qt version. Thank again to Przemo Firszt for his contribution.
Version 1.1.2
- Improvements
* Subscribe at a only a subset of evented services. It is possible to disable some services for subscription.
It is to limit the number of unused UPnP events in case of many devices on the same network (IoT).
* Get the current list of devices to store it (to simplify the discovery in case of known devices).
* Restore the previous list of devices before discovery (to simplify the discovery in case of known devices).
* Add MacOS support.
* Add Rasbian support (tested on a Raspberry PI3 using QT 5.7).
* Add bash files to build chupnp and aivctrl without using QtCreator (folder linux-build).
- Bugs
* Add some code protections when IPV6 is not valid (detected on certain MacOS).
* Fix crash when devices and embedded devices have the same uuid (e.g. "SuperHub 3" router from "Virgin" ISP).
* Change code to remove some good warnings generated by Clang.
* Fix video size greater than 4Gbytes.