From 11b030f66a5895193f48f885ae1cb5fa834229bc Mon Sep 17 00:00:00 2001 From: NimBold Date: Thu, 11 Jun 2026 13:30:06 +0330 Subject: [PATCH] chore(release): prepare 0.7.2 --- CHANGELOG.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6fc9de..fe4503c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.2] - 2026-06-11 + ### Fixed - Prevented yt-dlp and JavaScript child processes from keeping metadata fetches or canceled downloads alive indefinitely. - Replaced the repeatedly extracted one-file yt-dlp build with a stable prewarmed runtime cache. diff --git a/README.md b/README.md index 20def25..4dd74d1 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Engine yt-dlp Engine ffmpeg Engine + Deno Engine License @@ -85,6 +86,7 @@ Firelink stands on the shoulders of giants. A massive thank you to the contribut - **[aria2](https://aria2.github.io/)** - The legendary multi-protocol download utility driving our core engine. - **[yt-dlp](https://github.com/yt-dlp/yt-dlp)** - The definitive command-line audio/video downloader. - **[FFmpeg](https://ffmpeg.org/)** - The industry standard for media stream manipulation and merging. +- **[Deno](https://deno.com/)** - The secure runtime for JavaScript and TypeScript solving complex media extraction challenges. ---