From a2be2012f8ac25441fb291db2fca6d8f225ccb0d Mon Sep 17 00:00:00 2001 From: nimbold <11913706+nimbold@users.noreply.github.com> Date: Tue, 9 Jun 2026 09:00:54 +0330 Subject: [PATCH] docs: prepare release 0.6.4 --- CHANGELOG.md | 15 +++++++++++++++ README.md | 1 + 2 files changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8db65ba..f229e7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ 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.4] - 2026-06-09 + +### New Features +- Replace Sparkle with a lightweight native GitHub release checker for seamless and reliable updates. + +### Improvements +- Polish the browser extension pairing UI with a secure masked token field and improved styling. + +### Changes +- Remove stale references to the legacy static token from the Firelink Companion extension. + +### Fixes +- Fix an issue where the app failed to detect newer padded version numbers (e.g., `1.0` vs `1.0.0`). +- Fix missing macOS code signatures for `yt-dlp`'s embedded Python runtime, resolving potential Gatekeeper rejections. + ## [0.6.3] - 2026-06-09 ### Improvements diff --git a/README.md b/README.md index 5ce8615..25df7b4 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ - 🎯 **Visual Chunk Map:** Monitor active segment connections and download progress in real time. - 🗂️ **Smart Organization:** Auto-categorizes files into `Musics`, `Movies`, `Compressed`, and more. - 🛡️ **Reliable & Secure:** Deep Keychain integration for authenticated downloads, zero-configuration setup, and automatic recovery. +- 🔄 **Native Updater:** Built-in seamless GitHub release checking for lightweight and transparent app updates without third-party frameworks. ---