From 12179af24383577427e81ed3d8d26d0728d880a9 Mon Sep 17 00:00:00 2001 From: Sucukdeluxe Date: Wed, 12 Aug 2026 12:08:42 +0200 Subject: [PATCH] release: publish v2.0.26 log storage controls Documents the configurable log storage location and increments the desktop release version to 2.0.26. The release keeps settings, credentials, and runtime state in AppData while safely migrating recognised log data. --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) 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",