release: prepare v2.0.51

This commit is contained in:
Sucukdeluxe
2026-08-21 07:39:37 +02:00
parent 6efdca6885
commit fafb278153
3 changed files with 18 additions and 3 deletions
+15
View File
@@ -4,6 +4,21 @@ All notable changes to Multi-Debrid Downloader are documented in this file.
## [Unreleased] ## [Unreleased]
## [2.0.51] - 2026-08-21
### In-app updates
- Refreshed the latest release metadata immediately before every installer download instead of reusing a previous update check.
- Read the running version from the installed package metadata so the displayed version cannot lag behind the installed application.
- Added a release gate that rejects packaged main bundles built for an older version.
- Kept a dismissed update prompt closed for the same target version until the next application start while still allowing newer releases and manual checks to appear.
- Changed the Update available button from blue to green.
### Release verification
- Added real Windows process-order and installed-package version coverage for the complete update handoff.
- Required a fresh application build after the release version changes before packaging the installer.
## [2.0.50] - 2026-08-21 ## [2.0.50] - 2026-08-21
### In-app updates ### In-app updates
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "multi-debrid-downloader", "name": "multi-debrid-downloader",
"version": "2.0.50", "version": "2.0.51",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "multi-debrid-downloader", "name": "multi-debrid-downloader",
"version": "2.0.50", "version": "2.0.51",
"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.50", "version": "2.0.51",
"description": "Desktop downloader", "description": "Desktop downloader",
"main": "build/main/main/main.js", "main": "build/main/main/main.js",
"author": "Sucukdeluxe", "author": "Sucukdeluxe",