release: prepare v2.0.57

Publish the native dark title bar fix for consistent Windows, server, and Remote Desktop window appearance.
This commit is contained in:
Sucukdeluxe
2026-08-22 19:49:57 +02:00
parent 50673717aa
commit d1dd992e69
3 changed files with 9 additions and 3 deletions
+6
View File
@@ -2,6 +2,12 @@
All notable changes to Multi-Debrid Downloader are documented in this file. All notable changes to Multi-Debrid Downloader are documented in this file.
## [2.0.57] - 2026-08-22
### Window appearance
- Force the native Electron window theme to dark so the Windows title bar remains black across local, server, and Remote Desktop user profiles.
## [2.0.56] - 2026-08-22 ## [2.0.56] - 2026-08-22
### Notification Center ### Notification Center
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "multi-debrid-downloader", "name": "multi-debrid-downloader",
"version": "2.0.56", "version": "2.0.57",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "multi-debrid-downloader", "name": "multi-debrid-downloader",
"version": "2.0.56", "version": "2.0.57",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"adm-zip": "0.6.0", "adm-zip": "0.6.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "multi-debrid-downloader", "name": "multi-debrid-downloader",
"version": "2.0.56", "version": "2.0.57",
"description": "Desktop downloader", "description": "Desktop downloader",
"main": "build/main/main/main.js", "main": "build/main/main/main.js",
"author": "Sucukdeluxe", "author": "Sucukdeluxe",