* Core/Expressions: division is now actually floating-point division instead of integer division. * Core/Expressions: added `POW()` function. * Frontend: fixed progress widget and message position when showing form or list progress. * Frontend/Dashboard: when filtering ports in port picker combo, the port id is also taken into consideration. * Frontend/Ports: port form is now automatically shown after adding a virtual port. * Utils/JSON: fixed invalid `NaN` and `Infinity` values when serving JSON to clients.
version-0.21.1-beta.4
0.21.1beta.3
* Frontend/Attrdefs: a combo widget is now used for read-only attributes with choices. * Frontend/Dashboard/OnOffIndicator: empty on/off values are now allowed and indicate "any" value. * Frontend: fixed visual glitches when refreshing filtered lists. * Frontend: fixed missing progress glass on forms and lists.
version-0.21.1-beta.3
0.21.1beta.2
* Peripherals: method `get_port_args()` is now async. * Core/Ports: fixed bug where port ID mapping would happen multiple times. * Ports, slave devices & peripherals are now cleaned up in parallel, to reduce shutdown time.
version-0.21.1-beta.2
0.21.1beta.1
* Relaxed requirements.
version-0.21.1-beta.1
0.21.0
* Frontend: a lot of server-side code that was specific to [QUI](https://github.com/qtoggle/qui) has been moved to QUI. * Discover: adopted devices now are automatically set a password. * Frontend/Notifications: removed problematic waiting lock mechanism.
version-0.21.0
0.21.0beta.5
* Frontend: autocompletion is now disabled for the majority of fields. * Frontend: fixed application background activity detection.