release: prepare v2.0.54 updater validation

Publish a controlled follow-up version so v2.0.53 installations can exercise the repaired in-app updater handoff end to end without introducing unrelated product changes.
This commit is contained in:
Sucukdeluxe
2026-08-21 13:09:11 +02:00
parent bc86c29d57
commit a6c6464761
3 changed files with 9 additions and 3 deletions
+6
View File
@@ -4,6 +4,12 @@ All notable changes to Multi-Debrid Downloader are documented in this file.
## [Unreleased]
## [2.0.54] - 2026-08-21
### Update validation
- Published a controlled follow-up version so installations running v2.0.53 can verify the repaired in-app updater handoff end to end.
## [2.0.53] - 2026-08-21
### In-app updates
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "multi-debrid-downloader",
"version": "2.0.53",
"version": "2.0.54",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "multi-debrid-downloader",
"version": "2.0.53",
"version": "2.0.54",
"license": "MIT",
"dependencies": {
"adm-zip": "0.6.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "multi-debrid-downloader",
"version": "2.0.53",
"version": "2.0.54",
"description": "Desktop downloader",
"main": "build/main/main/main.js",
"author": "Sucukdeluxe",