From fafb2781539dbaf7b0912f1a9f91138b014c72ee Mon Sep 17 00:00:00 2001 From: Sucukdeluxe Date: Fri, 21 Aug 2026 07:39:37 +0200 Subject: [PATCH] release: prepare v2.0.51 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4130490..6552c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to Multi-Debrid Downloader are documented in this file. ## [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 ### In-app updates diff --git a/package-lock.json b/package-lock.json index 3a028c7..ba86930 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "multi-debrid-downloader", - "version": "2.0.50", + "version": "2.0.51", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "multi-debrid-downloader", - "version": "2.0.50", + "version": "2.0.51", "license": "MIT", "dependencies": { "adm-zip": "0.6.0", diff --git a/package.json b/package.json index fe8aff5..1e45fc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multi-debrid-downloader", - "version": "2.0.50", + "version": "2.0.51", "description": "Desktop downloader", "main": "build/main/main/main.js", "author": "Sucukdeluxe",