Skip to content

Commit ca4cb70

Browse files
committed
version 2.8.1
1 parent 8166e1f commit ca4cb70

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.8.1
2+
- fixed handshake when storing exposures remotely or on both sides
3+
14
2.8.0
25
- providing more binary names: indi_pylibcamera, indi_pylibcamera2, indi_pylibcamera3, ... indi_pylibcamera5
36
this allows to run up to 5 driver instances for different cameras:

src/indi_pylibcamera/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
INDI driver for libcamera supported cameras
33
"""
44

5-
__version__ = "2.8.0"
5+
__version__ = "2.8.1"

src/indi_pylibcamera/indi_pylibcamera.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<devGroup group="CCDs">
33
<device label="INDI pylibcamera">
44
<driver name="INDI pylibcamera">indi_pylibcamera</driver>
5-
<version>2.8.0</version>
5+
<version>2.8.1</version>
66
</device>
77
</devGroup>
88
</driversList>

src/indi_pylibcamera/indi_pylibcamera2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<devGroup group="CCDs">
33
<device label="INDI pylibcamera2">
44
<driver name="INDI pylibcamera2">indi_pylibcamera2</driver>
5-
<version>2.8.0</version>
5+
<version>2.8.1</version>
66
</device>
77
</devGroup>
88
</driversList>

src/indi_pylibcamera/indi_pylibcamera3.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<devGroup group="CCDs">
33
<device label="INDI pylibcamera3">
44
<driver name="INDI pylibcamera3">indi_pylibcamera3</driver>
5-
<version>2.8.0</version>
5+
<version>2.8.1</version>
66
</device>
77
</devGroup>
88
</driversList>

src/indi_pylibcamera/indi_pylibcamera4.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<devGroup group="CCDs">
33
<device label="INDI pylibcamera4">
44
<driver name="INDI pylibcamera4">indi_pylibcamera4</driver>
5-
<version>2.8.0</version>
5+
<version>2.8.1</version>
66
</device>
77
</devGroup>
88
</driversList>

src/indi_pylibcamera/indi_pylibcamera5.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<devGroup group="CCDs">
33
<device label="INDI pylibcamera5">
44
<driver name="INDI pylibcamera5">indi_pylibcamera5</driver>
5-
<version>2.8.0</version>
5+
<version>2.8.1</version>
66
</device>
77
</devGroup>
88
</driversList>

0 commit comments

Comments
 (0)