Skip to content

Commit

Permalink
v2.2.5 (#588)
Browse files Browse the repository at this point in the history
* ffmpeg: Add optional stdout callback ([#584](#584))

* Add discord webhook to notify developers of new updates
* update dependencies ([f4348f1](f4348f1))

---------

Co-Authored-By: Kevin Kuehler <[email protected]>
  • Loading branch information
donavanbecker and kkuehlz committed Jan 26, 2024
1 parent f4348f1 commit 1e97e3d
Show file tree
Hide file tree
Showing 6 changed files with 206 additions and 444 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/discord-webhooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
github-releases-to-discord:
uses: homebridge/.github/.github/workflows/discord-webhooks.yml@latest
with:
footer_title: "Homebridge Raspbian Image"
footer_title: "camera-utils"
secrets:
DISCORD_WEBHOOK_URL_LATEST: ${{ secrets.DISCORD_WEBHOOK_URL_LATEST }}
DISCORD_WEBHOOK_URL_BETA: ${{ secrets.DISCORD_WEBHOOK_URL_LATEST }}
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

jobs:
stale:
release-drafter:
uses: homebridge/.github/.github/workflows/release-drafter.yml@latest
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.2.5](https://github.com/homebridge/camera-utils/compare/v2.2.4...v2.2.5) (2024-01-08)


### Features

* ffmpeg: Add optional stdout callback ([#584](https://github.com/homebridge/camera-utils/pull/584))

### Other Changes

* Add discord webhook to notify developers of new updates
* update dependencies ([f4348f1](https://github.com/homebridge/camera-utils/commit/f4348f1eb1f9d6e1058e46b50ae51bb9f2c70736))

### [2.2.4](https://github.com/homebridge/camera-utils/compare/v2.2.3...v2.2.4) (2023-11-05)


### Bug Fixes

* fix for lib folder missing ([#557](https://github.com/homebridge/camera-utils/issues/557))

### [2.2.3](https://github.com/homebridge/camera-utils/compare/v2.2.2...v2.2.3) (2023-11-05)


### Bug Fixes

* potential fix for lib folder missing ([#556](https://github.com/homebridge/camera-utils/issues/556))

### [2.2.2](https://github.com/homebridge/camera-utils/compare/v2.2.1...v2.2.2) (2023-11-05)


Expand Down
Loading

0 comments on commit 1e97e3d

Please sign in to comment.