Release v1.4.38 with version display formatting tweak

- Change header to "Multi Debrid Downloader - vX.X.X" (dash separator)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sucukdeluxe 2026-03-01 02:17:33 +01:00
parent d491c21b97
commit 310f4dc58a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "real-debrid-downloader",
"version": "1.4.37",
"version": "1.4.38",
"description": "Real-Debrid Downloader Desktop (Electron + React + TypeScript)",
"main": "build/main/main/main.js",
"author": "Sucukdeluxe",

View File

@ -1146,7 +1146,7 @@ export function App(): ReactElement {
<header className="top-header">
<div className="header-spacer" />
<div className="title-block">
<h1>Multi Debrid Downloader{appVersion ? ` v${appVersion}` : ""}</h1>
<h1>Multi Debrid Downloader{appVersion ? ` - v${appVersion}` : ""}</h1>
</div>
<div className="metrics">
<div>{snapshot.speedText}</div>