Skip to content

Commit 4c62a37

Browse files
committed
Releasing v4.1.5
1 parent 8873c06 commit 4c62a37

13 files changed

Lines changed: 36 additions & 18 deletions

.github/workflows/archive/linux_nuitka.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
artemis_version:
77
description: 'Version'
88
required: true
9-
default: '4.1.1'
9+
default: '4.1.5'
1010
type: string
1111

1212
jobs:

.github/workflows/archive/macOS_nuitka.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
artemis_version:
77
description: 'Version'
88
required: true
9-
default: '4.1.1'
9+
default: '4.1.5'
1010
type: string
1111

1212
jobs:

.github/workflows/windows_ARM64_nuitka.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
artemis_version:
77
description: 'Version'
88
required: true
9-
default: '4.1.1'
9+
default: '4.1.5'
1010
type: string
1111

1212
jobs:

.github/workflows/windows_x64_nuitka.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
artemis_version:
77
description: 'Version'
88
required: true
9-
default: '4.1.1'
9+
default: '4.1.5'
1010
type: string
1111

1212
jobs:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
66
## [Unreleased]
77

8+
## [4.1.5] - 2026-07-03
9+
810
### Added
911

1012
- Added indicator if a DB and/or Artemis update is available on the main menu

artemis/utils/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Constants():
1010
APPLICATION_NAME = 'Artemis'
1111
ORGANIZATION_NAME = 'AresValley'
1212
ORGANIZATION_DOMAIN = 'aresvalley.com'
13-
APPLICATION_VERSION = '4.1.1'
13+
APPLICATION_VERSION = '4.1.5'
1414

1515
SQL_NAME = 'data.sqlite'
1616

config/release-info.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
"total_bytes": 303667200
77
},
88
"windows": {
9-
"version": "4.1.1",
10-
"url": "https://github.com/AresValley/Artemis/releases/download/v4.1.1/Artemis-Windows-x86_64-4.1.1.exe"
9+
"version": "4.1.5",
10+
"url": "https://github.com/AresValley/Artemis/releases/download/v4.1.5/Artemis-Windows-x86_64-4.1.5.exe"
1111
},
1212
"windows-ARM64": {
13-
"version": "4.1.1",
14-
"url": "https://github.com/AresValley/Artemis/releases/download/v4.1.1/Artemis-Windows-arm64-4.1.1.msi"
13+
"version": "4.1.5",
14+
"url": "https://github.com/AresValley/Artemis/releases/download/v4.1.5/Artemis-Windows-arm64-4.1.5.msi"
1515
},
1616
"linux": {
17-
"version": "4.1.1",
17+
"version": "4.1.5",
1818
"url": ""
1919
},
2020
"mac": {
21-
"version": "4.1.1",
21+
"version": "4.1.5",
2222
"url": ""
2323
}
2424
}

data/com.aresvalley.artemis.metainfo.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<name>AresValley</name>
88
</developer>
99

10-
<summary>Radio Signals Recognition Manual</summary>
10+
<summary>The reference for radio signal identification</summary>
1111

1212
<metadata_license>CC0-1.0</metadata_license>
1313
<project_license>GPL-3.0-or-later</project_license>
@@ -81,6 +81,22 @@
8181
<content_rating type="oars-1.0" />
8282

8383
<releases>
84+
<release version="4.1.5" date="2026-07-03">
85+
<url type="details">https://github.com/AresValley/Artemis/releases/tag/v4.1.5</url>
86+
<description>
87+
<p>This release introduces native support for Arch Linux, a completely overhauled GUI for a more modern experience, and important bug fixes for the download module and database updates.</p>
88+
<ul>
89+
<li>Added indicator if a DB and/or Artemis update is available on the main menu</li>
90+
<li>Added native support and official packages for Arch Linux and derived distributions utilizing the pacman package manager</li>
91+
<li>Added official support and binaries (.pkg.tar.zst) for x64 arch-based distros along rpm and deb packages (#83)</li>
92+
<li>Completely overhauled the GUI for a more modern and fluid user experience</li>
93+
<li>Filters have been moved to the top menu for future implementation of new filtering functions</li>
94+
<li>Minor changes to the settings for logging and system-specific environment variables</li>
95+
<li>Download module has been refactored to mitigate bugs on edge cases</li>
96+
<li>Resolved an issue where database updates were blocked if the application was not running the latest version (#76)</li>
97+
</ul>
98+
</description>
99+
</release>
84100
<release version="4.1.1" date="2026-06-27">
85101
<url type="details">https://github.com/AresValley/Artemis/releases/tag/v4.1.1</url>
86102
<description>

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "artemis"
7-
version = "4.1.1"
7+
version = "4.1.5"
88
description = "Radio Signals Recognition Manual"
99
readme = "README.md"
1010
requires-python = ">=3.12"
@@ -24,7 +24,7 @@ config = ["*.conf"]
2424
[tool.briefcase]
2525
project_name = "Artemis"
2626
bundle = "com.aresvalley.artemis"
27-
version = "4.1.1"
27+
version = "4.1.5"
2828
url = "https://aresvalley.com"
2929
license = "GPL-3.0+"
3030
license-files = ["LICENSE"]

scripts/Windows/build_nuitka.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$VERSION = "4.1.1"
1+
$VERSION = "4.1.5"
22

33
Write-Output "Building Windows target"
44

0 commit comments

Comments
 (0)