release: prepare v2.0.50

This commit is contained in:
Sucukdeluxe
2026-08-21 02:43:41 +02:00
parent ce75012110
commit 4cebc6fefd
3 changed files with 16 additions and 7 deletions
+9
View File
@@ -4,6 +4,15 @@ All notable changes to Multi-Debrid Downloader are documented in this file.
## [Unreleased] ## [Unreleased]
## [2.0.50] - 2026-08-21
### In-app updates
- Deferred silent installer startup until the current application process has fully exited so the new version can acquire the single-instance lock.
- Added an installer-level process handoff that also protects upgrades launched by v2.0.48 and v2.0.49.
- Reduced the delay between a verified update download and application shutdown from five seconds to 250 milliseconds.
- Added Windows process-order regression coverage and made the public release verifier require the update-safe NSIS include.
## [2.0.49] - 2026-08-21 ## [2.0.49] - 2026-08-21
### Download table ### Download table
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "multi-debrid-downloader", "name": "multi-debrid-downloader",
"version": "2.0.49", "version": "2.0.50",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "multi-debrid-downloader", "name": "multi-debrid-downloader",
"version": "2.0.49", "version": "2.0.50",
"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.49", "version": "2.0.50",
"description": "Desktop downloader", "description": "Desktop downloader",
"main": "build/main/main/main.js", "main": "build/main/main/main.js",
"author": "Sucukdeluxe", "author": "Sucukdeluxe",