diff --git a/CHANGELOG.md b/CHANGELOG.md index f753df7..a3c784d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to Multi-Debrid Downloader are documented in this file. +## [2.0.40] - 2026-08-15 + +### Interface + +- Fixed package rows continuing to slide after package expand and collapse motion was disabled in Settings. +- Applied the no-motion preference immediately to virtual row positions, heights, and opacity. + ## [2.0.39] - 2026-08-15 ### Settings diff --git a/package-lock.json b/package-lock.json index 0e87f38..6941ec7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "real-debrid-downloader", - "version": "2.0.39", + "version": "2.0.40", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "real-debrid-downloader", - "version": "2.0.39", + "version": "2.0.40", "license": "MIT", "dependencies": { "adm-zip": "0.6.0", diff --git a/package.json b/package.json index 78c005a..102fa98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "real-debrid-downloader", - "version": "2.0.39", + "version": "2.0.40", "description": "Desktop downloader", "main": "build/main/main/main.js", "author": "Sucukdeluxe",