From 1a71a1dba8488d6976f064c6c7c5ef48f90adf9c Mon Sep 17 00:00:00 2001 From: Sucukdeluxe <259325684+Sucukdeluxe@users.noreply.github.com> Date: Tue, 11 Aug 2026 04:38:59 +0200 Subject: [PATCH] release: Multi-Hoster-Upload 2.1.5 Publish the synchronized upload telemetry sidebar and header speed graph with improved readability, complete localization, and updated release documentation. --- README.md | 4 +++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7fa79aa..bf0b300 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Multi-Hoster-Upload is a Windows desktop application for sending file batches to Download the current Setup or Portable build from the [latest GitHub release](https://github.com/Sucukdeluxe/Multi-Hoster-Upload/releases/latest). -The latest public release is version 2.1.4. Use the release page for the executables and the full English changelog. +The latest public release is version 2.1.5. Use the release page for the executables and the full English changelog. ## Features @@ -19,6 +19,8 @@ The latest public release is version 2.1.4. Use the release page for the executa - Upload to several supported hosts from the same queue. - Filter the workspace by all, active, queued, completed, or failed jobs. - Track status, progress, transferred size, speed, and the selected host account. +- Read total, remaining, running, completed, and failed upload activity from the persistent sidebar telemetry. +- Follow current upload speed in the sidebar and the synchronized header graph. - Reorder selected jobs, start selected jobs, retry finished jobs, or stop active work. - Copy completed links individually or together. diff --git a/package-lock.json b/package-lock.json index b05ed4d..6e06ed0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "multi-hoster-uploader", - "version": "2.1.4", + "version": "2.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "multi-hoster-uploader", - "version": "2.1.4", + "version": "2.1.5", "dependencies": { "chokidar": "^3.6.0", "undici": "^7.29.0", diff --git a/package.json b/package.json index 2c14c5f..17f55c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multi-hoster-uploader", - "version": "2.1.4", + "version": "2.1.5", "description": "Upload files to doodstream, voe, vidmoly, byse simultaneously", "main": "main.js", "scripts": {