Skip to content

Commit a6ba48f

Browse files
committed
python-dali 0.11
1 parent a28bd26 commit a6ba48f

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

debian/changelog

+50
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
python-dali (0.11) unstable; urgency=low
2+
3+
* New release 0.11
4+
5+
* Prepare for next release
6+
7+
* DeviceInstanceMapper: do not skip devices with inputDeviceError
8+
9+
* Control Devices: respect "resolution" when reading "inputValue"
10+
11+
* Add driver for Atx Led Dali Hat (AL-DALI-HAT). (#135)
12+
13+
* Add driver for Lunatune SCI RS232.
14+
15+
* tridonic: support sending 8-bit backward frames
16+
17+
* Remove obsolete examples
18+
19+
* hid: fix wrong variable name
20+
21+
* tridonic: Fix bus traffic dumping
22+
23+
* led: better printing of Part 207's Fast Fade Time
24+
25+
* examples: getting and setting a Tc for DT8 CCT LEDs
26+
27+
* led: DT8: a helper for conversion between K and Mirek for Tc
28+
29+
* led: DT8: a sequence for setting Tc limits
30+
31+
* led: DT8: fix a copy/paste error in SetDT8ColourValueTc
32+
33+
* led: DT8: configuration commands need sending twice
34+
35+
* recognize DT7 switching relays when querying device types
36+
37+
* led: DT8: recognize Colour Control device type when parsing a BackwardFrame
38+
39+
* Parse events from movement and light sensors by default
40+
41+
* hid: debugging: don't silently discard exception info
42+
43+
* Ability to switch on the DALI PS in Lunatone DALI USB 30mA
44+
45+
* Include python 3.11 in tests
46+
47+
* Frame exceptions: remove new_exceptions parameter
48+
49+
-- Stephen Early <[email protected]> Fri, 03 May 2024 12:49:40 +0100
50+
151
python-dali (0.10) unstable; urgency=low
252

353
* New release 0.10

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = python-dali
3-
version = 0.10
3+
version = 0.11
44
description = Interface to DALI lighting systems
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)