mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
chore: release 1.1.2
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [1.1.2](https://github.com/chrisbenincasa/tunarr/compare/v1.1.1...v1.1.2) (2026-01-20)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fix smart collections to work with keywords and new search experience ([#1603](https://github.com/chrisbenincasa/tunarr/issues/1603)) ([46ae9be](https://github.com/chrisbenincasa/tunarr/commit/46ae9be900666ca9f95c7fd024622d7f33c96087))
|
||||
* properly persist tags while scanning ([#1595](https://github.com/chrisbenincasa/tunarr/issues/1595)) ([2b04109](https://github.com/chrisbenincasa/tunarr/commit/2b04109296f95eb65592857e256a15aaf4b0396d))
|
||||
|
||||
## [1.1.1](https://github.com/chrisbenincasa/tunarr/compare/v1.1.0...v1.1.1) (2026-01-17)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tunarr",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "Create LiveTV channels from your Plex media",
|
||||
"type": "module",
|
||||
"author": "chrisbenincasa",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tunarr/server",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "Create LiveTV channels from your Plex media",
|
||||
"license": "Zlib",
|
||||
"private": true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tunarr/shared",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "Utility functions shared between server and web",
|
||||
"private": true,
|
||||
"keywords": [],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tunarr/types",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "Type definitions and schemas shared between server and web",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tunarr/web",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user