Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions flatpak/io.github.aretedriver.ArgusOverview.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,21 @@
</branding>

<releases>
<release version="3.2.0" date="2026-04-26">
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The version 3.2.0 added here is inconsistent with several hardcoded version strings in the source code. For example, in src/argus_overview/ui/main_window_v21.py, the class docstring (line 74) and the initialization log message (line 167) still refer to v2.2. Since the stated goal of this pull request is to "sync remaining version refs," these internal references should be updated to match the release version to ensure consistency across the application and its metadata.

<description>
<p>Intel-Aware Edition — preview chrome now carries threat state from the chat-log parser.</p>
<ul>
<li>Threat-tint borders on previews with 30s decay and pulse on danger</li>
<li>Character status dock — chip strip with avatar, system, and threat dot</li>
<li>Preview focus mode — double-click to spotlight, Esc to exit</li>
<li>Per-character system tracking from EVE Local channel logs</li>
<li>Smart per-character + jumps-from threat fan-out</li>
<li>"+Nj" distance badges on chips and frames</li>
<li>Toggleable replay strip for combat scrubbing</li>
<li>Master toggle for users who prefer plain previews</li>
</ul>
</description>
</release>
<release version="3.1.2" date="2026-04-15">
<description>
<p>Security patch</p>
Expand Down
Loading