From a6f2dc8324b09d7fa7fc37bd7d79c6eae346d334 Mon Sep 17 00:00:00 2001 From: nimbold <11913706+nimbold@users.noreply.github.com> Date: Tue, 2 Jun 2026 06:32:44 +0330 Subject: [PATCH] docs: correct CHANGELOG.md to accurately reflect v0.3.0 vs v0.2.0 features --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa20c24..f474444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.3.0] - 2026-06-02 ### Added -- **Zero-Config Setup:** Firelink now automatically bundles the `aria2c` engine and all of its dynamic library dependencies (OpenSSL, sqlite, libssh2, etc.) internally via `dylibbundler`. End-users no longer need to install Homebrew or `aria2c` manually! -- **In-App Update Checker:** A built-in update checker is now available inside the Settings About pane. -- **Queue Management:** Advanced drag-and-drop priority ordering and queue management controls. -- **Download Recovery:** Built-in download recovery and automated retry policies for unstable connections. +- **Zero-Config Setup:** Firelink now automatically bundles the `aria2c` engine and all of its dynamic library dependencies internally via `dylibbundler`. End-users no longer need to install Homebrew or `aria2c` manually! ### Changed -- **README Redesign:** Modernized the README with a clean layout, a collapsible feature index, centered App Icon header, and updated roadmap. +- **README Redesign:** Modernized the README with a clean layout, centered App Icon header, and updated roadmap. - **CI Releases:** The GitHub Actions DMG release pipeline now automatically fetches and packages dependencies during builds. ## [0.2.1] - 2026-06-02 @@ -23,6 +20,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.2.0] - 2026-06-01 ### Added +- **In-App Update Checker:** Built-in GitHub release checks inside the Settings About pane. +- **Queue Management:** Advanced drag-and-drop priority ordering and queue management controls. +- **Download Recovery:** Built-in download recovery and automated retry policies. - Initial core download engine with `aria2c` support. - Native macOS Settings pane. - Smart file categorization and organization based on extension detection.