Releases: jim-easterbrook/python-gphoto2
Releases · jim-easterbrook/python-gphoto2
v1.8.3
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
1/ Fix bug in v1.8.1 that caused installation problems on some systems.
v1.8.1
1/ Logging callbacks now pass 'bytes' objects in Python3. 2/ Increased number of functions allow other Python threads to run.
v1.8.0
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
1/ Return string values from gp_camera_wait_for_event.
v1.7.0
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
1/ Include interfaces for more versions of libgphoto2.
v1.5.1
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
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
1/ Fix issue #16 (MacOS install problem).