Skip to content

Commit ac3d7f0

Browse files
committed
fix ordering of releases metadata
1 parent 1deaf8e commit ac3d7f0

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

data/com.k0vcz.Artemis.metainfo.xml.in

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,27 @@
8080
</screenshots>
8181

8282
<releases>
83+
<release version="1.0.1" date="2026-02-24">
84+
<url type="details">https://github.com/jaybaird/artemis-vala/releases/tag/v1.0.1</url>
85+
<description>
86+
<p>Fixed a crash when submitting a new spot. Avatar cache updates are now more responsive, and a bug that could
87+
cause high CPU usage after disconnecting a radio has been fixed. Full changelog
88+
below:</p>
89+
<ul>
90+
<li>Fixed a crash and multiple SQL errors when submitting/re-spotting a park.</li>
91+
<li>Added null checks to lat/long parsing and grid handling.</li>
92+
<li>Fixed radio status watcher loop behavior.</li>
93+
<li>Fixed multiple memory leaks.</li>
94+
<li>Removed duplicate <code>radio_status</code> signal handlers on reconnect.</li>
95+
<li>Fixed radio UI state getting out of sync.</li>
96+
<li>Fixed Tune button behavior on spot cards so it no longer disappears.</li>
97+
<li>Fixed inconsistent “All” filter handling (<code>_("All")</code> vs <code>"All"</code>).</li>
98+
<li>Fixed avatar updates lagging until a second sync.</li>
99+
<li>Improved avatar update efficiency so spot cards update only the affected avatar/tooltip from cache instead of re-fetching/reprocessing both callsigns.</li>
100+
<li>Fixed a spot-card signal teardown warning.</li>
101+
</ul>
102+
</description>
103+
</release>
83104
<release version="1.0.0" date="2026-02-14">
84105
<url type="details">https://github.com/jaybaird/artemis-vala/releases/tag/v1.0.0</url>
85106
<description translate="no">
@@ -92,27 +113,6 @@
92113
</ul>
93114
</description>
94115
</release>
95-
<release version="1.0.1" date="2026-02-23">
96-
<url type="details">https://github.com/jaybaird/artemis-vala/releases/tag/v1.0.1</url>
97-
<description>
98-
<p>Fixed a crash when submitting a new spot. Avatar cache updates are now more responsive, and a bug that could
99-
cause high CPU usage after disconnecting a radio has been fixed. Full changelog
100-
below:</p>
101-
<ul>
102-
<li>Fixed a crash and multiple SQL errors when submitting/re-spotting a park.</li>
103-
<li>Added null checks to lat/long parsing and grid handling.</li>
104-
<li>Fixed radio status watcher loop behavior.</li>
105-
<li>Fixed multiple memory leaks.</li>
106-
<li>Removed duplicate <code>radio_status</code> signal handlers on reconnect.</li>
107-
<li>Fixed radio UI state getting out of sync.</li>
108-
<li>Fixed Tune button behavior on spot cards so it no longer disappears.</li>
109-
<li>Fixed inconsistent “All” filter handling (<code>_("All")</code> vs <code>"All"</code>).</li>
110-
<li>Fixed avatar updates lagging until a second sync.</li>
111-
<li>Improved avatar update efficiency so spot cards update only the affected avatar/tooltip from cache instead of re-fetching/reprocessing both callsigns.</li>
112-
<li>Fixed a spot-card signal teardown warning.</li>
113-
</ul>
114-
</description>
115-
</release>
116116
</releases>
117117

118118
</component>

0 commit comments

Comments
 (0)