Skip to content

Commit 3815a65

Browse files
committed
new version 2.5.0
1 parent 0020b38 commit 3815a65

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
2.5.0
12
- fixed changed data alignment in Pi 5 raw images
23

4+
2.4.0
5+
- added INI switch "force_Restart" and implemented camera restart (solves crashes for IMX290 and IMX519)
6+
- forwarding log messages to client
7+
38
2.3.0
49
- update FITS header formatting and timestamps
510
- use lxml for construction of indi_pylibcamera.xml

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.4.0"
5+
__version__ = "2.5.0"

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.4.0</version>
5+
<version>2.5.0</version>
66
</device>
77
</devGroup>
88
</driversList>

0 commit comments

Comments
 (0)