diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b781df..3676a06 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.7.0] - 2026-06-11 + +### New Features & Improvements +- Complete UI modernization for the context menu, toolbar, download list, and sidebar to adhere strictly to Apple's Human Interface Guidelines (HIG). +- Overhaul of the Settings panes including Site Logins, Engine, About, Locations, and Downloads for a unified, cleaner look. +- Introduce an "Ask where to save" global configuration option for manual location picking per download. +- Add "Stop Time" option to the Scheduler and unit picker for the global Speed Limiter. +- Enhance the Integration pane with a visible step counter and an up-to-date status icon. +- Optimize `yt-dlp` execution for noticeably faster media extraction speeds. +- Defer Keychain access prompts and track executable modification dates for a more secure "priming" mechanism. + +### Fixes +- Fix issues regarding proxy environment propagation into media download processes. +- Resolve multiple critical bugs related to configuration storage and download stability. +- Address multiple underlying issues identified during comprehensive code reviews to improve overall resilience. + ## [0.6.6] - 2026-06-10 ### New Features diff --git a/README.md b/README.md index 1ff867d..43b4dd9 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ ## ✨ Features -- ⚡ **Multi-Segmented Engine:** Ultra-fast parallel downloading powered by `aria2c` with configurable speed limits. +- ⚡ **Multi-Segmented Engine:** Ultra-fast parallel downloading powered by `aria2c` with configurable speed limits and a built-in download scheduler. - 🪄 **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. +- 🎨 **Premium Native UI:** A responsive, frosted-glass SwiftUI interface strictly adhering to Apple Human Interface Guidelines, 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.