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: python-ring-doorbell/python-ring-doorbell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.2
Choose a base ref
...
head repository: python-ring-doorbell/python-ring-doorbell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.3
Choose a head ref
  • 6 commits
  • 27 files changed
  • 3 contributors

Commits on Sep 2, 2024

  1. Fix method to enable in-home doorbell chime (#419)

    Fixes a bug when calling `async_set_existing_doorbell_type_enabled`.
    Co-authored-by: Steven B <51370195+sdb9696@users.noreply.github.com>
    briangoldstein and sdb9696 authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    6e98bbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb2cc3c View commit details
    Browse the repository at this point in the history
  3. Remove anyio from dependencies (#420)

    Asyncclick correctly specifies the dependency starting with version 8.1.7.1.
    dotlambda authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    399b5bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    baa6d02 View commit details
    Browse the repository at this point in the history
  5. Fix active listen alert counter (#423)

    Counter would always increase due to use of `time.monotonic`
    sdb9696 authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    2e606d3 View commit details
    Browse the repository at this point in the history
  6. Prepare 0.9.3 (#425)

    ## [0.9.3](https://github.com/python-ring-doorbell/python-ring-doorbell/tree/0.9.3) (2024-09-02)
    
    [Full Changelog](0.9.2...0.9.3)
    
    **Release highlights:**
    
    - The python-ring-doorbell code repository has moved to https://github.com/python-ring-doorbell/python-ring-doorbell
    - Fix for enabling in-home chimes - Many thanks @briangoldstein!
    
    **Fixed bugs:**
    
    - Fix active listen alert counter [\#423](#423) (@sdb9696)
    - Fix method to enable in-home doorbell chime [\#419](#419) (@briangoldstein)
    
    **Documentation updates:**
    
    - Update supported python version in readme [\#422](#422) (@sdb9696)
    
    **Project maintenance:**
    
    - Migrate repo to python-ring-doorbell github organisation [\#421](#421) (@sdb9696)
    - Remove anyio from dependencies [\#420](#420) (@dotlambda)
    sdb9696 authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c85e4b6 View commit details
    Browse the repository at this point in the history
Loading