From b4e00e93066b1e1feeea02eba12ba771114515a9 Mon Sep 17 00:00:00 2001 From: Mathis Maquenne <124215603+mathismqn@users.noreply.github.com> Date: Mon, 16 Jun 2025 16:44:42 -0400 Subject: [PATCH] docs(changelog): update for v1.1.1 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 344985f..43badf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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). +## [1.1.1] - 2025-06-16 + +### Fixed +- Restored ability to download tracks **without a Deezer Premium account** (limited to **MP3 128kbps** for free accounts). + ## [1.1.0] - 2025-05-19 ### Added @@ -13,7 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - New local **database system** (`tracks.db`) to track downloaded files and avoid re-downloading, even if files are renamed or moved. - Improved CLI **output formatting** for a cleaner and more informative user experience. - ### Changed - The `.godeez` file in the user’s home directory has been replaced by a `.godeez/` directory. It now stores both `config.toml` and the internal `tracks.db`.