Skip to content

Commit d8318ff

Browse files
committed
Prepare for v2.4.2
1 parent 34f6da2 commit d8318ff

File tree

8 files changed

+38
-55
lines changed

8 files changed

+38
-55
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
11
---
2-
name: Bug Report
3-
about: Create a report to help us improve
2+
name: Support Request
3+
about: Report a bug or request help.
44
title: ''
5-
labels: bug
65
assignees: ''
76

87
---
98

10-
<!-- You must use the issue template below when submitting a bug -->
9+
<!-- You must use the issue template below -->
1110

12-
**Describe The Bug:**
11+
**Describe The Problem:**
1312
<!-- A clear and concise description of what the bug is. -->
1413

1514
**To Reproduce:**
1615
<!-- Steps to reproduce the behavior. -->
1716

18-
**Expected behavior:**
19-
<!-- A clear and concise description of what you expected to happen. -->
20-
2117
**Logs:**
2218
<!-- Bug reports that do not contain logs may be closed without warning. -->
2319

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Feature Request
3-
about: Suggest an idea for this project
3+
about: Suggest an idea for an enhancement.
44
title: ''
55
labels: enhancement
66
assignees: ''

.github/ISSUE_TEMPLATE/support-request.md

Lines changed: 0 additions & 43 deletions
This file was deleted.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Tested Configuration
3+
about: Share a new or updated tested configuration.
4+
title: ''
5+
labels: tested config
6+
assignees: ''
7+
8+
---
9+
10+
**Manufacturer/Model:**
11+
<!-- Which camera is this config for? -->
12+
13+
**Homebridge Config:**
14+
15+
```json
16+
Show your homebridge config.json here.
17+
Remove any sensitive information, such as your homebridge-gsh / google-smarthome token.
18+
```
19+
20+
**Additional Information:**
21+
<!-- If there is any other information that would be helpful, share it here. -->
22+
23+
<!-- Click the "Preview" tab before you submit to ensure the formatting is correct. -->

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v2.4.2 (2020-07-27)
6+
7+
### Bug Fixes
8+
9+
- Properly shut down sessions when devices go inactive.
10+
- Fixed some debug messages.
11+
512
## v2.4.1 (2020-07-24)
613

714
### Changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before installing this plugin, you should install Homebridge using the [official
2020

2121
## Tested configurations
2222

23-
Other users have been sharing configurations that work for them in [our wiki](https://github.com/Sunoo/homebridge-camera-ffmpeg/wiki/Tested-Configurations). You may want to check that to see if anyone else has gotten your model of camera working already, or to share a configuration setup that works for you.
23+
Other users have been sharing configurations that work for them on our GitHub site. You may want to [check that](https://sunoo.github.io/homebridge-camera-ffmpeg/) to see if anyone else has gotten your model of camera working already, or [share](https://sunoo.github.io/homebridge-camera-ffmpeg/contributing/) a configuration setup that works for you.
2424

2525
## Manual Configuration
2626

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"displayName": "Homebridge Camera FFmpeg",
33
"name": "homebridge-camera-ffmpeg",
4-
"version": "2.4.1",
4+
"version": "2.4.2",
55
"description": "Homebridge Plugin Providing FFmpeg-based Camera Support",
66
"main": "dist/index.js",
77
"license": "ISC",

0 commit comments

Comments
 (0)