From 50d5bdba97eed69990594c9627384e5cf4d4963e Mon Sep 17 00:00:00 2001 From: chylex Date: Fri, 7 Feb 2025 16:44:16 +0100 Subject: [PATCH] Release v45.0 --- app/Version.cs | 2 +- web/index.php | 20 ++++---------------- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/app/Version.cs b/app/Version.cs index e4615ae..3a1b96c 100644 --- a/app/Version.cs +++ b/app/Version.cs @@ -8,5 +8,5 @@ using DHT.Utils; namespace DHT.Utils; static class Version { - public const string Tag = "44.0.0.0"; + public const string Tag = "45.0.0.0"; } diff --git a/web/index.php b/web/index.php index 33095e9..3fe69f3 100644 --- a/web/index.php +++ b/web/index.php @@ -1,5 +1,5 @@ Discord History Tracker | Release Notes

Discord History Tracker lets you save chat history in your servers, groups, and private conversations, and view it offline.

-

This page explains how to use the desktop app, which is available for Windows / Linux / Mac.

-

If you are looking for the older version of Discord History Tracker which only needs a browser or the Discord app, visit the page for the browser-only version, however keep in mind that this version has significant limitations and fewer features.

+

This page explains how to use the desktop app. If you are looking for the older version of Discord History Tracker which only needs a browser or the Discord app, visit the page for the browser-only version, however keep in mind that this version has significant limitations and fewer features.

How to Use

Download the latest version of the desktop app here, or visit All Releases for older versions and release notes.

@@ -42,13 +41,6 @@ define('LATEST_VERSION', $version === false ? '_' : $version); Linux 64-bit - - - - - macOS - Intel - @@ -56,8 +48,8 @@ define('LATEST_VERSION', $version === false ? '_' : $version); Other -

To launch the three OS-specific versions, extract the DiscordHistoryTracker executable, and double-click it.

-

To launch the Other version, which works on other operating systems including 32-bit versions, you must install ASP.NET Core Runtime 8. Then extract the downloaded archive into a folder, open the folder in a terminal, and type: dotnet DiscordHistoryTracker.dll

+

To launch the Windows or Linux version, extract the DiscordHistoryTracker executable, and double-click it.

+

To launch the Other version, which works on other operating systems including 32-bit versions, you must install ASP.NET Core Runtime 9. Then extract the downloaded archive into a folder, open the folder in a terminal, and type: dotnet DiscordHistoryTracker.dll

How to Track Messages

The app saves messages into a database file stored on your computer. When you open the app, you are given the option to create a new database file, or open an existing one.

@@ -82,7 +74,6 @@ define('LATEST_VERSION', $version === false ? '_' : $version); Issues & Suggestions  —  Source Code  —  Follow Dev on Twitter  —  - Support via Patreon  —  Support via Ko-fi

@@ -98,9 +89,6 @@ define('LATEST_VERSION', $version === false ? '_' : $version); - - -