mirror of
https://github.com/chrisbenincasa/tunarr
synced 2026-04-21 13:37:15 +00:00
chore(dev): release 1.0.12 (#1571)
This commit is contained in:
parent
28ced48939
commit
0d86006c85
7 changed files with 15 additions and 6 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "1.0.11"
|
||||
".": "1.0.12"
|
||||
}
|
||||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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": [],
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tunarr/web",
|
||||
"version": "1.0.11",
|
||||
"version": "1.0.12",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue