Skip to content

Latest commit

 

History

History
398 lines (262 loc) · 10.3 KB

CHANGES.rst

File metadata and controls

398 lines (262 loc) · 10.3 KB

Changelog

0.11.0 (not yet released)

New features

0.10.1 (2023-09-24)

Internal changes

  • #60: Review the internal representation of the Orientation EXIF tag.

Bug fixes and minor changes

  • #59, #61: Fix wrong orientation of thumbnails in the overview window with vignette 5.0 and newer.

0.10.0 (2022-12-29)

New features

  • #43, #57: Keep the center of current display stable, if possible when zooming in or out in :ref:`imageview`.

Incompatible changes

  • #52, #53: Rename the package from photo to photoidx.

Internal changes

Bug fixes and minor changes

0.9.3 (2020-05-03)

Bug fixes and minor changes

0.9.2 (2019-09-01)

Bug fixes and minor changes

  • #45: update the code limiting the vignette thumbnailer backends to use.

0.9.1 (2019-08-21)

Bug fixes and minor changes

0.9.0 (2019-08-05)

New features

  • #39: Review behavior of :ref:`imageview` concerning writing the index: the index is not automatically written to disk any more after each modification, but the user need to explicitly save it. :ref:`imageview` may create a new index if started with the --create command line flag.

Incompatible changes

Bug fixes and minor changes

0.8.2 (2019-01-01)

Bug fixes and minor changes

0.8.1 (2019-01-01)

Bug fixes and minor changes

0.8 (2018-12-31)

New features

  • #31: Implement modifying the current filter in :class:`~photoidx.qt.imageViewer.ImageViewer`.
  • #30: Protect the index file against conflicting concurrent access using file system locking.
  • #32: Add a stats command line interface subcommand.
  • #20: Add a preferred order. Add actions to the GUI to push images back and forth in the image order.

Incompatible changes

  • #35: Change the sematic of the --date command line option to :ref:`photo-idx` and :ref:`imageview`: when an interval is given as argument, the end time is taken exclusively. E.g. --date=2015-03-14--2015-03-15 excludes images taken on March 15.

Bug fixes and minor changes

0.7 (2017-12-31)

New features

Bug fixes and minor changes

0.6 (2017-05-22)

New features

  • #24: Add an overview window.

Bug fixes and minor changes

0.5 (2016-08-22)

New features

Internal changes

  • Do not change directory when reading the image directory.

0.4 (2016-04-12)

New features

Incompatible changes

  • The index file format has changed. :ref:`photo-idx` and :ref:`imageview` are able to read the old format and convert the file silently to the new format when writing it back. But the tools from earlier versions will not fully work with the new format files.

Internal changes

  • #1: Add a test suite.
  • #3: Move from pyexiv2 to gexiv2.

Bug fixes and minor changes

0.3 (2016-01-02)

New features

  • Add image viewer.
  • Add --date command line argument to select images.
  • Add command line arguments --gpspos and --gpsradius to select images by GPS position.
  • Improve semantics in the --tags command line argument: Add exclamation mark to negate tags and allow specifying an empty tag list selecting only untagged images.

0.2 (2015-10-21)

New features

  • Add lstags sub command.

0.1 (2015-09-19)

Initial version