diff --git a/CHANGELOG.md b/CHANGELOG.md index 872b6ac..8b43e33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to Multi-Debrid Downloader are documented in this file. +## [2.0.26] - 2026-08-12 + +### Log storage + +- Added a configurable log location in AppData or in a dedicated Desktop folder. +- Migrated recognised log files safely when changing location while keeping settings, credentials, and runtime data in AppData. +- Preserved active trace settings during log migration and routed startup recovery diagnostics to the selected log location. + ## [2.0.25] - 2026-08-12 ### Credential and application security diff --git a/package-lock.json b/package-lock.json index 11e0689..3e44f53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "real-debrid-downloader", - "version": "2.0.25", + "version": "2.0.26", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "real-debrid-downloader", - "version": "2.0.25", + "version": "2.0.26", "license": "MIT", "dependencies": { "adm-zip": "0.6.0", diff --git a/package.json b/package.json index ec70899..5d06119 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "real-debrid-downloader", - "version": "2.0.25", + "version": "2.0.26", "description": "Desktop downloader", "main": "build/main/main/main.js", "author": "Sucukdeluxe",