Skip to content

Commit c9c126a

Browse files
authored
Merge pull request #419 from DialmasterOrg/main
Update DEV
2 parents 6a5e10a + 857396b commit c9c126a

File tree

7 files changed

+39
-8
lines changed

7 files changed

+39
-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: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## [v1.58.0](https://github.com/DialmasterOrg/Youtarr/releases/tag/v1.58.0) - 2026-01-31
4+
5+
## [1.58.0](https://github.com/DialmasterOrg/Youtarr/compare/vv1.57.1...v1.58.0) (2026-01-31)
6+
7+
8+
### Features
9+
10+
* add backup and restore scripts ([1efe59f](https://github.com/DialmasterOrg/Youtarr/commit/1efe59fbd4f108470aca28fd89b0f14daf60d0ff))
11+
* add in-app yt-dlp update functionality ([8900fb9](https://github.com/DialmasterOrg/Youtarr/commit/8900fb92122e32a364d5f9e775e4927e1a72f9d2))
12+
13+
14+
### Bug Fixes
15+
16+
* patch form-data security vuln (CVE-2025-7783) ([1830341](https://github.com/DialmasterOrg/Youtarr/commit/1830341ae06edc073f21153d793bbc2a65381605))
17+
* use byte-based truncation for yt-dlp output templates ([#404](https://github.com/DialmasterOrg/Youtarr/issues/404)) ([09a58f9](https://github.com/DialmasterOrg/Youtarr/commit/09a58f97f80510d29d6245c27f0fc0183dd8f0b1))
18+
19+
20+
### Continuous Integration
21+
22+
* add Claude Code review workflow for PRs ([a808618](https://github.com/DialmasterOrg/Youtarr/commit/a8086182e9ee7276e42304df2aa81ff18eda2ec0))
23+
* Claude Code review workflow fix ([cb9a074](https://github.com/DialmasterOrg/Youtarr/commit/cb9a074f64f5b866756856a80bdd552eb08b09a4))
24+
25+
26+
### Documentation
27+
28+
* update CHANGELOG for v1.57.1 [skip ci] ([247f063](https://github.com/DialmasterOrg/Youtarr/commit/247f063682f36f0ba8d8793580a2d33444feeb52))
29+
30+
31+
32+
33+
334
## [v1.57.1](https://github.com/DialmasterOrg/Youtarr/releases/tag/v1.57.1) - 2026-01-30
435

536
### [1.57.1](https://github.com/DialmasterOrg/Youtarr/compare/vv1.57.0...v1.57.1) (2026-01-30)

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-84%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.57.1",
3+
"version": "1.58.0",
44
"private": true,
55
"proxy": "http://localhost:3011",
66
"dependencies": {

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.57.1",
3+
"version": "1.58.0",
44
"description": "",
55
"main": "server/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)