chore(dev): release 1.0.12 (#1571)

This commit is contained in:
Christian Benincasa 2026-01-03 07:39:52 -05:00 committed by GitHub
parent 28ced48939
commit 0d86006c85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 15 additions and 6 deletions

View file

@ -1,5 +1,14 @@
# Changelog
## [1.0.12](https://github.com/chrisbenincasa/tunarr/compare/v1.0.11...v1.0.12) (2026-01-02)
### Bug Fixes
* do not run backup task immediately on server start ([70b8974](https://github.com/chrisbenincasa/tunarr/commit/70b897483b3fa6e1f2a1ce030cb3e0388f22474d))
* fix typo in MediaSourceSettingsPage description ([#1575](https://github.com/chrisbenincasa/tunarr/issues/1575)) ([28ced48](https://github.com/chrisbenincasa/tunarr/commit/28ced48939b4d577db0ff2527712032a09e336c4))
* handle quotes in search values ([53e1cdf](https://github.com/chrisbenincasa/tunarr/commit/53e1cdfe8b23d63b5a17e54367273c562a8d0bdd)), closes [#1569](https://github.com/chrisbenincasa/tunarr/issues/1569)
## [1.0.11](https://github.com/chrisbenincasa/tunarr/compare/v1.0.10...v1.0.11) (2025-12-28)

View file

@ -1,6 +1,6 @@
{
"name": "tunarr",
"version": "1.0.11",
"version": "1.0.12",
"description": "Create LiveTV channels from your Plex media",
"type": "module",
"author": "chrisbenincasa",

View file

@ -1,3 +1,3 @@
{
".": "1.0.11"
".": "1.0.12"
}

View file

@ -1,6 +1,6 @@
{
"name": "@tunarr/server",
"version": "1.0.11",
"version": "1.0.12",
"description": "Create LiveTV channels from your Plex media",
"license": "Zlib",
"private": true,

View file

@ -1,6 +1,6 @@
{
"name": "@tunarr/shared",
"version": "1.0.11",
"version": "1.0.12",
"description": "Utility functions shared between server and web",
"private": true,
"keywords": [],

View file

@ -1,6 +1,6 @@
{
"name": "@tunarr/types",
"version": "1.0.11",
"version": "1.0.12",
"description": "Type definitions and schemas shared between server and web",
"private": true,
"scripts": {

View file

@ -1,6 +1,6 @@
{
"name": "@tunarr/web",
"version": "1.0.11",
"version": "1.0.12",
"private": true,
"type": "module",
"scripts": {