Skip to content

Releases: jim-easterbrook/python-gphoto2

v1.7.0

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 08 Jun 09:28
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

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 20 Apr 13:54
1/ Include interfaces for more versions of libgphoto2.

v1.5.1

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 20 Dec 17:48
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

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 24 Oct 11:09
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

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 19 Jun 09:53
1/ Fix issue #16 (MacOS install problem).

v1.4.0

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 19 Mar 13:56
1/ Allow user data to be passed to gp_log_add_func (and then to user callback function).
2/ Add some member methods to GPPortInfo.

v1.3.4

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 19 Feb 11:51
1/ Fix a few minor bugs.

v1.3.3

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 15 Dec 17:54
1/ Fix bug in gp_camera_get_storageinfo when camera has more than one…

v1.3.2

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 24 Nov 08:30
1/ Further changes to Python interface to logging callback functions.

v1.3.1: 1/ Reworked Python interface to logging callback functions.

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 24 Nov 08:31
2/ Renamed submodules and revised build process.
3/ Hid xxx_ref, xxx_unref & xxx_free functions from Python.
4/ Fixed some bugs in error handling.