Skip to content

Releases: jim-easterbrook/python-gphoto2

v1.8.3

01 Aug 09:16
Compare
Choose a tag to compare
1/ Fix Qt5 usage in examples (thanks fatzh).
2/ Handle GP_EVENT_FILE_CHANGED (new in libgphoto2 2.5.17).
3/ Allow Python threads during gp_camera_init.

v1.8.2

03 Jan 12:41
Compare
Choose a tag to compare
1/ Fix bug in v1.8.1 that caused installation problems on some systems.

v1.8.1

18 Nov 11:18
Compare
Choose a tag to compare
1/ Logging callbacks now pass 'bytes' objects in Python3.
2/ Increased number of functions allow other Python threads to run.

v1.8.0

19 Oct 10:27
Compare
Choose a tag to compare
1/ The 'context' parameter is now optional for most functions.
2/ Some deprecated functions have been removed.
3/ Improved documentation of many functions.
4/ Substantial rework of logging callback processing.

v1.7.1

02 Oct 14:39
Compare
Choose a tag to compare
1/ Return string values from gp_camera_wait_for_event.

v1.7.0

08 Jun 09:28
Compare
Choose a tag to compare
1/ Include function documentation in Python interface.
2/ Add gp_widget_get_children and gp_widget_get_choices functions that return
Python iterators.

v1.6.0

20 Apr 13:54
Compare
Choose a tag to compare
1/ Include interfaces for more versions of libgphoto2.

v1.5.1

20 Dec 17:48
Compare
Choose a tag to compare
1/ Added gp_camera_get_single_config(), gp_camera_set_single_config() and
gp_camera_list_config() functions, if used with libgphoto2 v2.5.10+.
2/ Changed version related compilation flags.

v1.5.0

24 Oct 11:09
Compare
Choose a tag to compare
1/ API change! The gp_file_open function now allocates and returns a new
CameraFile object.
2/ Compile without -Werror by default. Use PYTHON_GPHOTO2_STRICT to
over-ride.
3/ Improved compatibility with old SWIG versions.

v1.4.1

19 Jun 09:53
Compare
Choose a tag to compare
1/ Fix issue #16 (MacOS install problem).