Skip to content

Commit 8dc57a1

Browse files
authored
Merge pull request #8 from Fred-Vatin/release-please--branches--main--components--yt-download
chore(main): release 2.0.0
2 parents 70b24f5 + 3081e22 commit 8dc57a1

2 files changed

Lines changed: 40 additions & 1 deletion

File tree

Repo/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "2.0.0"
33
}

Repo/CHANGELOG.md

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

3+
## [2.0.0](https://github.com/Fred-Vatin/run-yt-dlp-from-browser/compare/v1.2.0...v2.0.0) (2025-11-12)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* release
9+
10+
### 🧰 Other
11+
12+
* release ([2aaf736](https://github.com/Fred-Vatin/run-yt-dlp-from-browser/commit/2aaf736216841acc5ffb0c098811e5270843c4fe))
13+
14+
15+
### 🚀 Features
16+
17+
* add --js-runtimes support for yt-dlp 2025.11.12 ([70b24f5](https://github.com/Fred-Vatin/run-yt-dlp-from-browser/commit/70b24f5842773989de8cb2c38d7fe2ee2a01b9e3))
18+
* add auto-detect user downloads folder ([43178a3](https://github.com/Fred-Vatin/run-yt-dlp-from-browser/commit/43178a37178124b0f42bc4c73576f72541ef04d4))
19+
* add the "best" quality option to yt-dlp ([13decd0](https://github.com/Fred-Vatin/run-yt-dlp-from-browser/commit/13decd0fc3e721c0c78ce9d92f79fd60bf067394))
20+
* cookie path ([ef8545f](https://github.com/Fred-Vatin/run-yt-dlp-from-browser/commit/ef8545f02f3dab981ff31ff6b757cb2c991d4d19))
21+
* ps1 script allowed to be called manually with a simple url ([0b777b5](https://github.com/Fred-Vatin/run-yt-dlp-from-browser/commit/0b777b56905f661eccc452b2f0a9f387e5f58026))
22+
* script active on all sites ([7e5927e](https://github.com/Fred-Vatin/run-yt-dlp-from-browser/commit/7e5927e56071fe7b5a56f391026b5a40de926633))
23+
* use window.onurlchange event ([8f3aecc](https://github.com/Fred-Vatin/run-yt-dlp-from-browser/commit/8f3aecc6f0e15254dcaeccf762f7a1c513b6817a))
24+
* **userscript:** add check first time logic ([0a7e0b2](https://github.com/Fred-Vatin/run-yt-dlp-from-browser/commit/0a7e0b28d4ba275590eae2a6e3127858438ab558))
25+
26+
27+
### 🐞 Bug Fixes
28+
29+
* check ffmpeg installation ([4e77466](https://github.com/Fred-Vatin/run-yt-dlp-from-browser/commit/4e77466e59234212085acb73e3a8d5861760e560))
30+
* open protocol in chromium ([edca49a](https://github.com/Fred-Vatin/run-yt-dlp-from-browser/commit/edca49a5dffd5e96c407c328e7109b83792c21b3))
31+
* protocol changed to stop using Windows Terminal ([fa31fd1](https://github.com/Fred-Vatin/run-yt-dlp-from-browser/commit/fa31fd153fbd40ce949dda2a8fd9a25522343b2c))
32+
* **ps1:** be sure output path is in quote ([6b8b9a9](https://github.com/Fred-Vatin/run-yt-dlp-from-browser/commit/6b8b9a9e50d3f78e2e1d37a07dba24fb9bdde875))
33+
* **ps1:** quality variable and help ([ca49add](https://github.com/Fred-Vatin/run-yt-dlp-from-browser/commit/ca49addda006efc77e9000abb9e847f6fb60964c))
34+
* userscript, bump version ([0abd231](https://github.com/Fred-Vatin/run-yt-dlp-from-browser/commit/0abd231f1e68d4f0b058b8a9092fbe4486379775))
35+
* **userscript:** quality parameter was not prefixed with & ([06514e1](https://github.com/Fred-Vatin/run-yt-dlp-from-browser/commit/06514e1b2b95c94d04e2965b3f6e1f1f87a33f75))
36+
37+
38+
### 🧪 Tests
39+
40+
* add window.onurlchange ([dbdba81](https://github.com/Fred-Vatin/run-yt-dlp-from-browser/commit/dbdba81791e8165f801c601d62d63b14ea814464))
41+
342
## [1.2.0](https://github.com/Fred-Vatin/run-yt-dlp-from-browser/compare/v1.1.0...v1.2.0) (2025-10-10)
443

544

0 commit comments

Comments
 (0)