Skip to content

Latest commit

 

History

History
92 lines (69 loc) · 2.75 KB

CHANGES.rst

File metadata and controls

92 lines (69 loc) · 2.75 KB

Changelog for PhotoManager

0.0.9 - 2022-08-30

Added

  • Optional check for media integrity before index/import with --check-integrity (#24, #26)
  • Github Action for CodeQL analysis (#25)

0.0.8 - 2022-08-18

Added

  • Argument to filter uids in the collect action (#20)
  • Python 3.10 support (#21)
  • Sort import statments with isort (#22)
  • index --dump option to print indexed photo to stdout (#23)

0.0.7 - 2021-12-07

Added

  • Incremental indexing and importing with --skip-indexing (c984ee7)
  • save() function to Database (751f94b)

0.0.6 - 2021-11-24

Added

  • BLAKE3 support (55f749c)
  • Benchmarking scripts (3d5261f)
  • Check for the existence of database file when parsing arguments (32d7aa4)

0.0.5 - 2021-10-17

Added

  • Fixed total file size in verify command (#16)

0.0.4 - 2021-10-17

Added

  • Moved I/O operations from the Database class into a new subpackage. (#13)
  • Added an option to verify a random fraction of photos (#14)

Fixed

  • Fixed log message display for the verify command and improved formatting (#15)

0.0.3 - 2021-06-13

Reverted

  • Use str internally to represent checksum (692f7ec)

0.0.2 - 2021-06-13

Added

  • A configurable timezone offset for each PhotoFile and for each import, #11
  • Unified interface for AsyncFileHasher and AsyncPyExifTool (2e0cd82)
  • Reduced database file size, #11
  • Sped up pyexiftool (4f6e4ca)
  • Sped up database loading and unloading (499c944)

Fixed

  • Added check in Database.map_hashes() for old unmapped hashes (71b3b79)

0.0.1 - 2021-06-02

  • [NEW] Initial package creation