Skip to content

Commit

Permalink
🎉 Release of add-on TVHeadend 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dfigus committed Jan 17, 2024
1 parent befd01a commit 8377fed
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 21 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

[addon-tvheadend]: https://github.com/dfigus/addon-tvheadend/tree/v4.2.0
[addon-doc-tvheadend]: https://github.com/dfigus/addon-tvheadend/blob/v4.2.0/README.md
[addon-tvheadend]: https://github.com/dfigus/addon-tvheadend/tree/v4.2.1
[addon-doc-tvheadend]: https://github.com/dfigus/addon-tvheadend/blob/v4.2.1/README.md
[tvheadend-issue]: https://github.com/dfigus/addon-tvheadend/issues
[tvheadend-version-shield]: https://img.shields.io/badge/version-v4.2.0-blue.svg
[tvheadend-version-shield]: https://img.shields.io/badge/version-v4.2.1-blue.svg
[tvheadend-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[tvheadend-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[tvheadend-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
Expand Down
20 changes: 6 additions & 14 deletions tvheadend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
## What’s changed

## ✨ New features
## 🐛 Bug fixes

- Switch recordings folder to media @dfigus (#61)
- Comskip ini config @dfigus (#65)
- Always create recordings folder if not existing @dfigus (#66)

## 🚀 Enhancements

- Remove fallback to build latest TVHeadend commit @dfigus (#60)
- NGINX security enhancements @dfigus (#64)

## 🧰 Maintenance

- Define regex versioning for picons releases @dfigus (#63)

## 📚 Documentation

- Remove stage experimental @dfigus (#59)
- Map PI 4 hardware acceleration devices @dfigus (#69)
- Fix long line in translations @dfigus (#70)

## ⬆️ Dependency updates

- ⬆️ Update picons/picons to v2024-01-11--21-19-56 @renovate (#62)
- ⬆️ Update Add-on base image to v15.0.5 @renovate (#68)
- ⬆️ Update streamlink to v6.5.1 @renovate (#67)
4 changes: 2 additions & 2 deletions tvheadend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ This add-on has the following additional software preinstalled:
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v4.2.0-blue.svg
[release]: https://github.com/dfigus/addon-tvheadend/tree/v4.2.0
[release-shield]: https://img.shields.io/badge/version-v4.2.1-blue.svg
[release]: https://github.com/dfigus/addon-tvheadend/tree/v4.2.1
4 changes: 3 additions & 1 deletion tvheadend/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: TVHeadend
version: 4.2.0
version: 4.2.1
slug: tvheadend
description: TV streaming server and recorder.
url: https://github.com/dfigus/addon-tvheadend
Expand All @@ -17,6 +17,8 @@ host_network: true
devices:
- /dev/dvb
- /dev/dri
- /dev/vcsm-cma
- /dev/vchiq
ports:
9981/tcp: 9981
9982/tcp: 9982
Expand Down
3 changes: 2 additions & 1 deletion tvheadend/translations/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ configuration:
system_packages:
name: System Packages
description: >-
Allows you to specify additional Alpine packages to be installed. Note: Adding many packages will result in a longer start-up time for the add-on.
Allows you to specify additional Alpine packages to be installed. Note: Adding many packages will result in a
longer start-up time for the add-on.
init_commands:
name: Init Commands
description: >-
Expand Down

0 comments on commit 8377fed

Please sign in to comment.