Skip to content

Commit

Permalink
new version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptorron committed Dec 27, 2023
1 parent 0020b38 commit 3815a65
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
2.5.0
- fixed changed data alignment in Pi 5 raw images

2.4.0
- added INI switch "force_Restart" and implemented camera restart (solves crashes for IMX290 and IMX519)
- forwarding log messages to client

2.3.0
- update FITS header formatting and timestamps
- use lxml for construction of indi_pylibcamera.xml
Expand Down
2 changes: 1 addition & 1 deletion src/indi_pylibcamera/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
INDI driver for libcamera supported cameras
"""

__version__ = "2.4.0"
__version__ = "2.5.0"
2 changes: 1 addition & 1 deletion src/indi_pylibcamera/indi_pylibcamera.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<devGroup group="CCDs">
<device label="INDI pylibcamera">
<driver name="INDI pylibcamera">indi_pylibcamera</driver>
<version>2.4.0</version>
<version>2.5.0</version>
</device>
</devGroup>
</driversList>

0 comments on commit 3815a65

Please sign in to comment.