Rolling out v4.0.5

This commit is contained in:
Marco Dalla Tiezza
2024-06-15 12:38:22 +02:00
parent 36648e08cc
commit 5f513b1c76
2 changed files with 8 additions and 8 deletions

View File

@@ -16,13 +16,13 @@
### Changed ### Changed
- Improved readability of labels for filter ranges for frequency, bandwidth, and ACF - Improved readability of labels for filter ranges for frequency, bandwidth, and ACF
- Improved Update manager and Downloader functionalities - Improved Update manager and Downloader functionalities
- OS dependent temporary folders are now used for database download and artemis updates - 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) - 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 - 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 ### Fixed
- Added a database load check to avoid (noncritical) exceptions when applying filters without having loaded a database. - Added a database load check to avoid (noncritical) 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 - 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 - 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 ## [4.0.3] - 2024-06-10

View File

@@ -6,12 +6,12 @@
"total_bytes": 244449280 "total_bytes": 244449280
}, },
"windows": { "windows": {
"version": "4.0.3", "version": "4.0.5",
"url": "https://github.com/AresValley/Artemis/releases/download/v4.0.3/Artemis-Windows-x86_64-4.0.3.exe" "url": "https://github.com/AresValley/Artemis/releases/download/v4.0.5/Artemis-Windows-x86_64-4.0.5.exe"
}, },
"linux": { "linux": {
"version": "4.0.3", "version": "4.0.5",
"url": "https://github.com/AresValley/Artemis/releases/download/v4.0.3/Artemis-Linux-x86_64-4.0.3.zip" "url": "https://github.com/AresValley/Artemis/releases/download/v4.0.5/Artemis-Linux-x86_64-4.0.5.zip"
}, },
"mac": { "mac": {
"version": "4.0.0", "version": "4.0.0",