|
80 | 80 | </screenshots> |
81 | 81 |
|
82 | 82 | <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> |
83 | 104 | <release version="1.0.0" date="2026-02-14"> |
84 | 105 | <url type="details">https://github.com/jaybaird/artemis-vala/releases/tag/v1.0.0</url> |
85 | 106 | <description translate="no"> |
|
92 | 113 | </ul> |
93 | 114 | </description> |
94 | 115 | </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> |
116 | 116 | </releases> |
117 | 117 |
|
118 | 118 | </component> |
0 commit comments