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.
This commit is contained in:
@@ -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
|
||||
|
||||
Generated
+2
-2
@@ -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",
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user