Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tchellomello/python-amcrest Loading
base: 1.8.0
Choose a base ref
...
head repository: tchellomello/python-amcrest Loading
compare: 1.8.1
Choose a head ref
  • 9 commits
  • 6 files changed
  • 3 contributors

Commits on Aug 7, 2021

  1. Configuration menu
    Copy the full SHA
    1002e8d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Fix #166: Add privacy mode control

    pjrt committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    f428841 View commit details
    Browse the repository at this point in the history
  2. Formatting requirements

    pjrt committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    88e4244 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Merge pull request #184 from dchesterton/patch-1

    Fix software_information not returning correct version
    flacjacket committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    794c2ee View commit details
    Browse the repository at this point in the history
  2. Change is_video_enabled to report only main stream

    The current is_video_enabled function (and video_enabled property, by
    extension) will mix together the main and extra (sub) streams when
    determining the channel to use.  As such, the property will report being
    disabled when the substream is disabled even if the main stream is
    enabled.  Change the behavior of the video_enabled property here to only
    report the main stream status on the regular encode.  Add parameters to
    the is_video_enabled function to allow the stream and type to be
    selected.
    flacjacket committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    ec24b46 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #187 from flacjacket/substream_fix

    Change is_video_enabled to report only main stream
    flacjacket committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    a763a5e View commit details
    Browse the repository at this point in the history
  4. Remove property tags

    pjrt committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    78492a2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #186 from pjrt/pjrt/privacy_mode

    Fix #166: Add privacy mode control
    flacjacket committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    d0b562e View commit details
    Browse the repository at this point in the history
  6. Bump version 1.8.1

    Bug fixes:
    * Fix software_information not returning correct version
    * Change is_video_enabled to report only main stream
    flacjacket committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    f53c6a0 View commit details
    Browse the repository at this point in the history
Loading