Skip to content

Commit

Permalink
v2.2.5
Browse files Browse the repository at this point in the history
- ffmpeg: Add optional stdout callback
- Separate prereleases and releases for Discord Webhooks
  • Loading branch information
donavanbecker committed Jan 8, 2024
1 parent 5e14b50 commit 06a7d93
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 442 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/discord-webhooks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This is a basic workflow to help you get started with Actions

name: Discord Webhooks

# Controls when the workflow will run
on:
release:
types: [released, prereleased]

jobs:
github-releases-to-discord:
uses: homebridge/.github/.github/workflows/discord-webhooks.yml@latest
with:
footer_title: "Homebridge Raspbian Image"
secrets:
DISCORD_WEBHOOK_URL_LATEST: ${{ secrets.DISCORD_WEBHOOK_URL_LATEST }}
DISCORD_WEBHOOK_URL_BETA: ${{ secrets.DISCORD_WEBHOOK_URL_LATEST }}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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.1...v2.2.2) (2023-11-05)


### Bug Fixes

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

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


### Bug Fixes

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

### [2.2.3](https://github.com/homebridge/camera-utils/compare/v2.2.1...v2.2.2) (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 06a7d93

Please sign in to comment.