This release brings some bug fixes, as well as code optimization, that significantly decreases CPU load and improves UI smoothness.
- i3-tree: avoid multiple checks;
- Controls: avoid checking values twice;
- Tracing outputs number optimized on sway, turned off outside sway (unnecessary on this stage of development);
- Bluetooth:
python-pybluez
module used instead ofbluez
,bluez-utils
(dependencies changed!); now it works on systemd-less systems, too; - dependencies check revised; die if
python-i3ipc
not found on sway; - Controls: popup vertical packaging compacted;
- config tooltips updated.