release: prepare v2.0.58
Publish restored direct DLC drag-and-drop imports and bounded link collector metadata enrichment.
This commit is contained in:
@@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
All notable changes to Multi-Debrid Downloader are documented in this file.
|
All notable changes to Multi-Debrid Downloader are documented in this file.
|
||||||
|
|
||||||
|
## [2.0.58] - 2026-08-22
|
||||||
|
|
||||||
|
### DLC drag and drop
|
||||||
|
|
||||||
|
- Restore direct DLC drag-and-drop imports into Downloads without routing dropped containers through the link collector preview.
|
||||||
|
- Resolve dropped file paths through Electron's supported preload bridge instead of relying on renderer-only file properties.
|
||||||
|
- Bound explicit link collector metadata enrichment so unavailable hoster checks cannot leave the interface permanently busy.
|
||||||
|
|
||||||
## [2.0.57] - 2026-08-22
|
## [2.0.57] - 2026-08-22
|
||||||
|
|
||||||
### Window appearance
|
### Window appearance
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "multi-debrid-downloader",
|
"name": "multi-debrid-downloader",
|
||||||
"version": "2.0.57",
|
"version": "2.0.58",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "multi-debrid-downloader",
|
"name": "multi-debrid-downloader",
|
||||||
"version": "2.0.57",
|
"version": "2.0.58",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"adm-zip": "0.6.0",
|
"adm-zip": "0.6.0",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "multi-debrid-downloader",
|
"name": "multi-debrid-downloader",
|
||||||
"version": "2.0.57",
|
"version": "2.0.58",
|
||||||
"description": "Desktop downloader",
|
"description": "Desktop downloader",
|
||||||
"main": "build/main/main/main.js",
|
"main": "build/main/main/main.js",
|
||||||
"author": "Sucukdeluxe",
|
"author": "Sucukdeluxe",
|
||||||
|
|||||||
Reference in New Issue
Block a user