From 32c6dcc2d6176f8e4ab0ee1d725e7effa8795eb6 Mon Sep 17 00:00:00 2001 From: NimBold Date: Thu, 11 Jun 2026 18:26:41 +0330 Subject: [PATCH] chore(release): prepare 0.7.3 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe4503c..bf2a4f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.3] - 2026-06-11 + +### New Features & Improvements +- Add Deno to about credits and engines list. +- Enhance speed and ETA display logic during pause and drop. +- Accumulate track sizes to present a unified overall progress bar. + +### Fixes +- Resolve unknown speed flickering and ultra-wide high-resolution detection. +- Emit distinct status messages for individual tracks during download. +- Pad overall progress total for first track to prevent 100% snapback. + ## [0.7.2] - 2026-06-11 ### Fixed