M data/org.postmarketos.Shipments.appdata.xml => data/org.postmarketos.Shipments.appdata.xml +25 -0
@@ 32,6 32,31 @@
<url type="bugtracker">https://todo.sr.ht/~martijnbraam/shipments</url>
<content_rating type="oars-1.1"/>
<releases>
+ <release version="0.2.1" date="2021-11-28">
+ <description>
+ <p>
+ Bugfix for long location names in the event list
+ </p>
+ </description>
+ </release>
+ <release version="0.2.0" date="2021-11-28">
+ <description>
+ <p>Carrier support:</p>
+ <ul>
+ <li>Added DHL, but requires an API key</li>
+ <li>Added InPost</li>
+ <li>Added Russian Post</li>
+ <li>Added 4PX</li>
+ </ul>
+ <p>Other changes</p>
+ <ul>
+ <li>The search functionality now works</li>
+ <li>Packages in the sidebar are now grouped by state</li>
+ <li>The menu now has an option to open the official tracking website</li>
+ <li>Restyling of the UI to look more modern</li>
+ </ul>
+ </description>
+ </release>
<release version="0.1.0" date="2021-11-25">
<description>
<p>
M meson.build => meson.build +1 -1
@@ 1,5 1,5 @@
project('shipments',
- version: '0.1.0',
+ version: '0.2.1',
meson_version: '>= 0.50.0',
default_options: ['warning_level=2'])