mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
chore(main): release 1.0.14 (#1581)
This commit is contained in:
committed by
GitHub
parent
3e0b1fc9ca
commit
6b065a6588
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## [1.0.14](https://github.com/chrisbenincasa/tunarr/compare/v1.0.13...v1.0.14) (2026-01-05)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add missing virtual field mappings for video / audio fields ([49803be](https://github.com/chrisbenincasa/tunarr/commit/49803be7e65c29e30001d55974294eb4b998527a))
|
||||
* ensure invalid release date / years do not break API schema validation ([3e0b1fc](https://github.com/chrisbenincasa/tunarr/commit/3e0b1fc9cadf2fdb5c19568fb554ea9d3772630a))
|
||||
* search for arch-specific meilisearch binary ([bb81409](https://github.com/chrisbenincasa/tunarr/commit/bb81409493f3e929d60c354ef4b5fe280b184895)), closes [#1561](https://github.com/chrisbenincasa/tunarr/issues/1561)
|
||||
|
||||
## [1.0.13](https://github.com/chrisbenincasa/tunarr/compare/v1.0.12...v1.0.13) (2026-01-04)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tunarr",
|
||||
"version": "1.0.13",
|
||||
"version": "1.0.14",
|
||||
"description": "Create LiveTV channels from your Plex media",
|
||||
"type": "module",
|
||||
"author": "chrisbenincasa",
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "1.0.13"
|
||||
".": "1.0.14"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tunarr/server",
|
||||
"version": "1.0.13",
|
||||
"version": "1.0.14",
|
||||
"description": "Create LiveTV channels from your Plex media",
|
||||
"license": "Zlib",
|
||||
"private": true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tunarr/shared",
|
||||
"version": "1.0.13",
|
||||
"version": "1.0.14",
|
||||
"description": "Utility functions shared between server and web",
|
||||
"private": true,
|
||||
"keywords": [],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tunarr/types",
|
||||
"version": "1.0.13",
|
||||
"version": "1.0.14",
|
||||
"description": "Type definitions and schemas shared between server and web",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tunarr/web",
|
||||
"version": "1.0.13",
|
||||
"version": "1.0.14",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user