release: prepare v2.0.38

Set the application and lockfile version to 2.0.38 and document the optional package disclosure motion setting in the public English changelog. This release keeps motion enabled by default while allowing remote and lower-performance systems to disable only package expand and collapse transitions.
This commit is contained in:
Sucukdeluxe
2026-08-15 00:04:14 +02:00
parent d1d1817f86
commit 31e87b80f3
3 changed files with 9 additions and 3 deletions
+6
View File
@@ -2,6 +2,12 @@
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.38] - 2026-08-15
### Interface
- Added a general setting to disable package expand and collapse motion on remote or lower-performance systems while keeping it enabled by default.
## [2.0.37] - 2026-08-14 ## [2.0.37] - 2026-08-14
### Account status ### Account status
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "real-debrid-downloader", "name": "real-debrid-downloader",
"version": "2.0.37", "version": "2.0.38",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "real-debrid-downloader", "name": "real-debrid-downloader",
"version": "2.0.37", "version": "2.0.38",
"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": "real-debrid-downloader", "name": "real-debrid-downloader",
"version": "2.0.37", "version": "2.0.38",
"description": "Desktop downloader", "description": "Desktop downloader",
"main": "build/main/main/main.js", "main": "build/main/main/main.js",
"author": "Sucukdeluxe", "author": "Sucukdeluxe",