release: prepare v2.0.39

Document the settings compatibility fix and update package metadata for the dual-host Windows release.
This commit is contained in:
Sucukdeluxe
2026-08-15 00:22:51 +02:00
parent 5980b48d60
commit 159a54a029
3 changed files with 10 additions and 3 deletions
+7
View File
@@ -2,6 +2,13 @@
All notable changes to Multi-Debrid Downloader are documented in this file.
## [2.0.39] - 2026-08-15
### Settings
- Fixed settings saves after upgrades when account status records or legacy renderer data omit optional fields.
- Restored download starts and account actions that persist settings before continuing.
## [2.0.38] - 2026-08-15
### Interface
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "real-debrid-downloader",
"version": "2.0.38",
"version": "2.0.39",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "real-debrid-downloader",
"version": "2.0.38",
"version": "2.0.39",
"license": "MIT",
"dependencies": {
"adm-zip": "0.6.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "real-debrid-downloader",
"version": "2.0.38",
"version": "2.0.39",
"description": "Desktop downloader",
"main": "build/main/main/main.js",
"author": "Sucukdeluxe",