From 07e4a586a130c90a7e57283027ec9a059ff7633f Mon Sep 17 00:00:00 2001 From: NimBold Date: Wed, 10 Jun 2026 02:17:43 +0330 Subject: [PATCH] chore(release): bump version to 0.6.6 and update changelog --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 15 +++++++-------- 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62fe3c6..2b781df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ 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.6] - 2026-06-10 + +### New Features +- Add cascading media format pickers with inline loading states during metadata extraction. +- Redesign the Integration settings pane for a more modern experience. +- Overhaul the built-in update checker UI to integrate seamlessly into the settings. + +### Improvements +- Implement keychain permission priming to defer secure access until explicitly granted, preventing unexpected macOS prompts. +- Optimize core UI components to significantly improve rendering performance and overall app stability. + +### Fixes +- Fix layout and dynamic sizing bugs in the Add Downloads window. +- Fix formatting inconsistencies in media options selection. +- Fix toast notification rendering glitches. + ## [0.6.5] - 2026-06-09 ### Fixes diff --git a/README.md b/README.md index 25df7b4..1ff867d 100644 --- a/README.md +++ b/README.md @@ -43,14 +43,13 @@ ## ✨ Features -- ⚡ **Multi-Segmented Engine:** Ultra-fast parallel downloading powered by `aria2c`. -- 🪄 **Media Downloader:** Instantly extract high-quality audio and video formats (4K, 1080p, MP3) from sites like YouTube and Twitter, backed by bundled `yt-dlp` and `ffmpeg` engines. -- 🎨 **Premium Native UI:** Responsive, frosted-glass SwiftUI design tailor-made for Apple Silicon. -- 🌐 **Seamless Integration:** Send links directly from your browser with the Firelink Companion extension. -- 🎯 **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. +- ⚡ **Multi-Segmented Engine:** Ultra-fast parallel downloading powered by `aria2c` with configurable speed limits. +- 🪄 **Media Downloader:** Instantly extract high-quality media (4K, 1080p, MP3) with smart cascading format pickers, powered by bundled `yt-dlp` and `ffmpeg`. +- 🎨 **Premium Native UI:** A responsive, frosted-glass SwiftUI interface tailor-made for Apple Silicon, featuring a visual chunk map and dynamic progress tracking. +- 🌐 **Seamless Browser Integration:** Send downloads directly from your browser via the secure Firelink Companion extension. +- 🛡️ **Privacy & Security:** Zero-configuration setup with deferred Keychain integration ensures your credentials are kept safe and only accessed when strictly necessary. +- 🗂️ **Smart Organization:** Auto-categorizes incoming files and remembers your preferred download locations. +- 🔄 **Native Updater:** Built-in seamless GitHub release checking for lightweight and transparent app updates. ---