From da4b6f295cc01384ee459193abfcc6757ca33dfd Mon Sep 17 00:00:00 2001 From: Sucukdeluxe Date: Fri, 21 Aug 2026 01:26:18 +0200 Subject: [PATCH] release: prepare v2.0.49 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package-lock.json | 8 ++++---- package.json | 8 ++++---- 3 files changed, 33 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be2e42..d792563 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,31 @@ All notable changes to Multi-Debrid Downloader are documented in this file. ## [Unreleased] +## [2.0.49] - 2026-08-21 + +### Download table + +- Added a right-click column menu with a one-step reset to the default column layout. +- Clarified visible-column state with green checkmarks, normal menu text, and a centered reset action. +- Kept availability labels aligned across one- and two-digit package counts while reducing excess spacing before the online state. + +### Account status + +- Added the last successful or failed account-check time directly below each stored status. +- Updated relative check times automatically while the application remains open. +- Changed expired premium access to the existing Free Account state instead of leaving stale Premium active text visible. + +### History + +- Updated an already open History view immediately after a completed or deleted package is stored without polling or repeatedly reloading the full history file. +- Removed multi-selected history entries through one validated IPC request and one atomic history-file update. +- Preserved configured history limits above 500 entries during single and bulk removal operations. + +### Remaining volume + +- Added a translated hover explanation when the remaining download volume contains files whose sizes are not known yet. +- Kept fully known queues unchanged while exposing the same explanation to assistive technology. + ## [2.0.48] - 2026-08-20 ### Download table diff --git a/package-lock.json b/package-lock.json index bfcebcb..48845dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "multi-debrid-downloader", - "version": "2.0.48", + "name": "multi-debrid-downloader", + "version": "2.0.49", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "multi-debrid-downloader", - "version": "2.0.48", + "name": "multi-debrid-downloader", + "version": "2.0.49", "license": "MIT", "dependencies": { "adm-zip": "0.6.0", diff --git a/package.json b/package.json index 2c2bb4a..862ec8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "multi-debrid-downloader", - "version": "2.0.48", + "name": "multi-debrid-downloader", + "version": "2.0.49", "description": "Desktop downloader", "main": "build/main/main/main.js", "author": "Sucukdeluxe", @@ -51,7 +51,7 @@ }, "build": { "appId": "com.sucukdeluxe.realdebrid", - "productName": "Multi-Debrid-Downloader", + "productName": "Multi-Debrid-Downloader", "directories": { "buildResources": "assets", "output": "release" @@ -59,7 +59,7 @@ "publish": { "provider": "github", "owner": "Sucukdeluxe", - "repo": "Multi-Debrid-Downloader" + "repo": "Multi-Debrid-Downloader" }, "files": [ "build/main/**/*",