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:
@@ -4,6 +4,16 @@ All notable changes to Multi-Debrid Downloader are documented in this file.
|
||||
|
||||
## [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
|
||||
|
||||
### Live updates
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "multi-debrid-downloader",
|
||||
"version": "2.0.47",
|
||||
"version": "2.0.48",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "multi-debrid-downloader",
|
||||
"version": "2.0.47",
|
||||
"version": "2.0.48",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"adm-zip": "0.6.0",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "multi-debrid-downloader",
|
||||
"version": "2.0.47",
|
||||
"version": "2.0.48",
|
||||
"description": "Desktop downloader",
|
||||
"main": "build/main/main/main.js",
|
||||
"author": "Sucukdeluxe",
|
||||
|
||||
Reference in New Issue
Block a user