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: homebridge-plugins/homebridge-camera-ffmpeg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.4
Choose a base ref
...
head repository: homebridge-plugins/homebridge-camera-ffmpeg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 4 commits
  • 40 files changed
  • 3 contributors

Commits on Jan 8, 2022

  1. Update Automation

    Sunoo committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    cb8ec49 View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-node from 2.4.1 to 2.5.1

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 2.5.1.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v2.4.1...v2.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Sunoo committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    5b74b7d View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 2.3.5 to 2.4.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2.3.5...v2.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Sunoo committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    dfbf2cb View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. v4.0.0

    - *Alpha*: Added support for HKSV
    - Now Supporting Node v20 ot v22
    - In this version we force all cameras to be `unbridged`
      - If you do not unbridge your cameras before upgrading your cameras, you will loose functionality.
      - To unbridge in previous version go into the camera config and check the ubridged checkbox.
      - the unbridge config has been removed in this version since all cameras are unbridged.
    
    - Move plugin over to scoped plugin
    
    **Full Changelog**: v3.1.4...v4.0.0
    donavanbecker committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    2f2ab68 View commit details
    Browse the repository at this point in the history
Loading