From 9af9edbfd4067d5e0d358a5367137664bf738462 Mon Sep 17 00:00:00 2001 From: nimbold <11913706+nimbold@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:08:16 +0330 Subject: [PATCH] chore(release): prepare 0.6.1 --- .github/workflows/release.yml | 2 ++ CHANGELOG.md | 21 +++++++++++++++++++++ Extensions/Firefox | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1177f5b..6a790fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,9 +108,11 @@ jobs: run: | VERSION="${GITHUB_REF_NAME#v}" awk '/^## \['"$VERSION"'\]/{flag=1; next} /^## \[/{if(flag) exit} flag' CHANGELOG.md > release_notes.md + test -s release_notes.md if gh release view "$GITHUB_REF_NAME" >/dev/null 2>&1; then gh release upload "$GITHUB_REF_NAME" dist/*.dmg --clobber + gh release edit "$GITHUB_REF_NAME" --notes-file release_notes.md else gh release create "$GITHUB_REF_NAME" dist/*.dmg --title "$GITHUB_REF_NAME" --notes-file release_notes.md --verify-tag fi diff --git a/CHANGELOG.md b/CHANGELOG.md index a12039a..ddbb2bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.1] - 2026-06-08 + +### New Features +- No new user-facing features in this patch release. + +### Improvements +- Package bundled `yt-dlp` and `ffmpeg` executables into the macOS app bundle so media extraction works in release builds. +- Resolve bundled media engines from both app resources and SwiftPM resources to support packaged apps and local development builds. + +### Changes +- Fetch release-time media engine binaries in GitHub Actions instead of storing large binaries in git. +- Use the changelog entry for GitHub release page descriptions so published release notes match the source tree. +- Remove stale media add-on update language now that media engines are bundled with the app. +- Update Firelink Companion to `1.0.8`. + +### Fixes +- Replace the stale pinned FFmpeg download URL with Martin Riedl's latest macOS ARM64 release redirect. +- Fail release builds early when `yt-dlp` or `ffmpeg` cannot be fetched or made executable. +- Remove unused media inspector and media download entry-point code left behind by the removed engine update flow. +- Prevent Firelink Companion global capture from canceling browser downloads unless the native app confirms the local API handoff. + ## [0.6.0] - 2026-06-08 ### New features diff --git a/Extensions/Firefox b/Extensions/Firefox index 2b24d69..6951259 160000 --- a/Extensions/Firefox +++ b/Extensions/Firefox @@ -1 +1 @@ -Subproject commit 2b24d69977461263ce28ca12d21e21e9409f379a +Subproject commit 6951259752555aef6b1a6dd0bf5e8e69f5fda6c9