From 5f513b1c7651d72a5a8091c01182e3f04f8e9ec3 Mon Sep 17 00:00:00 2001 From: Marco Dalla Tiezza Date: Sat, 15 Jun 2024 12:38:22 +0200 Subject: [PATCH] Rolling out v4.0.5 --- CHANGELOG.md | 8 ++++---- config/release-info.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 303d2f6..8614613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,13 +16,13 @@ ### Changed - Improved readability of labels for filter ranges for frequency, bandwidth, and ACF - Improved Update manager and Downloader functionalities -- OS dependent temporary folders are now used for database download and artemis updates -- The logic for searching the last sigID database has changed, now the discriminant is no longer the folder name but is reported as a signature in the database itself (-1 in the editable field, see documentation) +- OS-dependent temporary folders are now used for database download and Artemis updates +- The logic for searching the last sigID database has changed now the discriminant is no longer the folder name but is reported as a signature in the database itself (-1 in the editable field; see documentation) - Old sigID databases are not deleted anymore when a new version is downloaded. This is to avoid removing databases with user changes or additions ### Fixed -- Added a database load check to avoid (non critical) exceptions when applying filters without having loaded a database. -- Fixed a potential issue involing the forcibly closure of downloader window but the downloader instance keeps running +- Added a database load check to avoid (noncritical) exceptions when applying filters without having loaded a database. +- Fixed a potential issue involving the forcible closure of the downloader window, but the downloader instance keeps running - With the new logic in the latest sigID database search, manually imported sigID databases are officially recognized as proper ones ## [4.0.3] - 2024-06-10 diff --git a/config/release-info.json b/config/release-info.json index f149c48..97e3efb 100644 --- a/config/release-info.json +++ b/config/release-info.json @@ -6,12 +6,12 @@ "total_bytes": 244449280 }, "windows": { - "version": "4.0.3", - "url": "https://github.com/AresValley/Artemis/releases/download/v4.0.3/Artemis-Windows-x86_64-4.0.3.exe" + "version": "4.0.5", + "url": "https://github.com/AresValley/Artemis/releases/download/v4.0.5/Artemis-Windows-x86_64-4.0.5.exe" }, "linux": { - "version": "4.0.3", - "url": "https://github.com/AresValley/Artemis/releases/download/v4.0.3/Artemis-Linux-x86_64-4.0.3.zip" + "version": "4.0.5", + "url": "https://github.com/AresValley/Artemis/releases/download/v4.0.5/Artemis-Linux-x86_64-4.0.5.zip" }, "mac": { "version": "4.0.0",