Skip to content

Commit 93bcbfa

Browse files
authored
Merge pull request #450 from DialmasterOrg/main
Post-release merge main back into dev
2 parents 7d0f74c + 2ab115c commit 93bcbfa

File tree

7 files changed

+44
-8
lines changed

7 files changed

+44
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://img.shields.io/badge/Backend_Coverage-79%25-yellow
1+
https://img.shields.io/badge/Backend_Coverage-80%25-yellow

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Changelog
22

3+
## [v1.60.0](https://github.com/DialmasterOrg/Youtarr/releases/tag/v1.60.0) - 2026-03-02
4+
5+
## [1.60.0](https://github.com/DialmasterOrg/Youtarr/compare/vv1.59.0...v1.60.0) (2026-03-02)
6+
7+
8+
### Features
9+
10+
* **client:** migrate Storybook config and parity play coverage ([6bb59e6](https://github.com/DialmasterOrg/Youtarr/commit/6bb59e698a65a8ea5fa7316a518b2b1c63217883))
11+
* add Storybook test job to CI workflow ([a22959e](https://github.com/DialmasterOrg/Youtarr/commit/a22959e3f3b38626d5a68d02538514c4508d362f))
12+
* channel flat file structure option ([#258](https://github.com/DialmasterOrg/Youtarr/issues/258)) ([86dd6c6](https://github.com/DialmasterOrg/Youtarr/commit/86dd6c63180b6c9ee862b2425219868c33f83273))
13+
* enhance Storybook integration with caching, add MSW handlers, and improve test accessibility ([4a9b020](https://github.com/DialmasterOrg/Youtarr/commit/4a9b02078b2ffe3a8d4e22be745964135c5d6c18))
14+
* enhance Storybook integration with CI and update documentation ([2bf81e3](https://github.com/DialmasterOrg/Youtarr/commit/2bf81e35b91b468899d2e59250dfa8478ec0dde2))
15+
* update CI workflow for Storybook validation and simplify related scripts ([50d7f9a](https://github.com/DialmasterOrg/Youtarr/commit/50d7f9a7c7405859b608768bc4bee138baf1d8e8))
16+
17+
18+
### Bug Fixes
19+
20+
* add 15s timeout to HTTP thumbnail download to prevent long hangs ([#405](https://github.com/DialmasterOrg/Youtarr/issues/405)) ([80eb2f1](https://github.com/DialmasterOrg/Youtarr/commit/80eb2f13ef873cc3ead863c81f7b1436f2547cde))
21+
* address code review for flat file feat ([#442](https://github.com/DialmasterOrg/Youtarr/issues/442)) ([426334c](https://github.com/DialmasterOrg/Youtarr/commit/426334cfb38c68749a64c7258ed090f3c0caee9b))
22+
* address issues raised during review/testing ([c2408fc](https://github.com/DialmasterOrg/Youtarr/commit/c2408fc476b3188de11c2b9c0014e1211a8fd90c))
23+
* Addressed nested router issue and filled gap in storybook testing ([43f1220](https://github.com/DialmasterOrg/Youtarr/commit/43f1220f25ba8a0ff665e3e3792bc380a87a3d0f))
24+
* correct import path for DEFAULT_CONFIG in MSW handlers ([0120489](https://github.com/DialmasterOrg/Youtarr/commit/012048918ec9fe9b2aca1d88489252dfc0ed5e4a))
25+
* resolve CI lint failure ([0cc17ba](https://github.com/DialmasterOrg/Youtarr/commit/0cc17ba665d9878206f430c4eda46c2d69e23dd3))
26+
* stale NFS mounts ([#434](https://github.com/DialmasterOrg/Youtarr/issues/434)) ([cd9a334](https://github.com/DialmasterOrg/Youtarr/commit/cd9a334884f3cbe06b4872faacbce38c5fd54b04))
27+
* Storybook failing to load/update docs ([8f28929](https://github.com/DialmasterOrg/Youtarr/commit/8f28929d91b0dbd690aa7c69417c80e432f7655e))
28+
* Storybook MemoryRouter story issues ([7014f8e](https://github.com/DialmasterOrg/Youtarr/commit/7014f8e5e063494bd26cd8f2e8003ebcd9ddd40e))
29+
30+
31+
### Documentation
32+
33+
* update CHANGELOG for v1.59.0 [skip ci] ([4752a38](https://github.com/DialmasterOrg/Youtarr/commit/4752a3888fd3f7d70c9e64042a57bef0d46390e4))
34+
35+
36+
37+
38+
339
## [v1.59.0](https://github.com/DialmasterOrg/Youtarr/releases/tag/v1.59.0) - 2026-02-16
440

541
## [1.59.0](https://github.com/DialmasterOrg/Youtarr/compare/vv1.58.0...v1.59.0) (2026-02-16)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Youtarr
22

3-
![Backend Coverage](https://img.shields.io/badge/Backend_Coverage-79%25-yellow)
3+
![Backend Coverage](https://img.shields.io/badge/Backend_Coverage-80%25-yellow)
44
![Frontend Coverage](https://img.shields.io/badge/Frontend_Coverage-87%25-brightgreen)
55
![CI Status](https://github.com/DialmasterOrg/Youtarr/workflows/CI%20-%20Lint%20and%20Test/badge.svg)
66

client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client",
3-
"version": "1.59.0",
3+
"version": "1.60.0",
44
"private": true,
55
"type": "module",
66
"proxy": "http://localhost:3011",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "youtarr",
3-
"version": "1.59.0",
3+
"version": "1.60.0",
44
"description": "",
55
"main": "server/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)