Skip to content

Latest commit

 

History

History
495 lines (455 loc) · 25 KB

CHANGELOG.md

File metadata and controls

495 lines (455 loc) · 25 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • TBD

Changed

  • TBD

Deprecated

  • TBD

Removed

  • TBD

Fixed

  • TBD

Security

  • TBD

[v2.1.3]

Added

Fixed

Security

[v2.1.2]

Fixed

Security

[v2.1.1]

Added

Security

[2.1.0] - 2022-02-20

Added

Changed

  • update CI Lint checks to support Python 3.8, 3.9 and 3.10 (#77 by @ch3ck)
  • refactor code with lint checks and fixes (#77 by @ch3ck)
  • transfer repository back to original GitHub user account (#86 by @danielfernau)

Fixed

Security

  • remove cleartext logging of username (#77 by @ch3ck)
  • update dependencies in pyproject.toml (#77 by @ch3ck)
  • replace zapier/python:latest with python:3 as Docker base image (#77 by @ch3ck)
  • bump types-requests from 2.27.8 to 2.27.9 (#87 via dependabot)
  • bump pytest from 7.0.0 to 7.0.1 (#88 via dependabot)
  • bump types-requests from 2.27.9 to 2.27.10 (#90 via dependabot)

[2.0.2] - 2021-05-09

Changed

Fixed

  • fix 'sync' command not working with updated 'ProtectClient' (#50 by @danielfernau)

[2.0.1] - 2020-05-02

Added

Changed

Fixed

[2.0.0] - 2020-04-06

Added

Changed

  • switch from GPLv3 to MIT License (as suggested in #8 by @dcramer)
  • change API URL in get_camera_list function (#15 by @danielfernau)
  • make video file names more readable (#23 by @danielfernau)
  • change top level signature to be protect-archiver download [--options] [dest] (#10 by @dcramer)
  • replace accessKey authorization with Bearer Token Authorization header (#20 by @danielfernau)
  • update README to include more useful information, badges and links (#28 by @danielfernau)

Removed

[1.1.1] - 2019-11-30

Fixed

  • fix "First time range is negative if start time doesn't start at 0 minutes" (#2 by @danielfernau)

[1.1.0] - 2019-11-09

Added

  • add option to download .jpg snapshots using --snapshot (see README) (807a320 by @danielfernau)
  • add exit code 6 to indicate that either the --snapshot or the --start and --end command line arguments are missing (807a320 by @danielfernau)

Changed

  • use dateutil.parser instead of datetime.strptime to parse start and end timestamps (807a320 by @danielfernau)
  • use timestamp() instead of strftime("%s") to get unix timestamp (807a320 by @danielfernau)

[1.0.0] - 2019-11-09

Added