release: prepare v2.0.48

Document the atomic and immediate download column reorder behavior, update package metadata, and prepare the verified Windows release.
This commit is contained in:
Sucukdeluxe
2026-08-20 13:25:20 +02:00
parent 71a286aa94
commit cee3e988f6
3 changed files with 13 additions and 3 deletions
+10
View File
@@ -4,6 +4,16 @@ All notable changes to Multi-Debrid Downloader are documented in this file.
## [Unreleased] ## [Unreleased]
## [2.0.48] - 2026-08-20
### Download table
- Eliminated brief flicker and snap-back when moving download columns left or right.
- Made column moves respond immediately while keeping transitions smooth and column widths stable.
- Kept column move controls vertically centered throughout the animation.
- Prevented live download updates, rapid repeated moves, and in-flight settings saves from reverting the selected column order.
- Applied column changes instantly when animations are disabled.
## [2.0.47] - 2026-08-20 ## [2.0.47] - 2026-08-20
### Live updates ### Live updates
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "multi-debrid-downloader", "name": "multi-debrid-downloader",
"version": "2.0.47", "version": "2.0.48",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "multi-debrid-downloader", "name": "multi-debrid-downloader",
"version": "2.0.47", "version": "2.0.48",
"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.47", "version": "2.0.48",
"description": "Desktop downloader", "description": "Desktop downloader",
"main": "build/main/main/main.js", "main": "build/main/main/main.js",
"author": "Sucukdeluxe", "author": "Sucukdeluxe",