From af169f4cace2b8562e9076ee269fbdf58ac522ef Mon Sep 17 00:00:00 2001 From: Martijn Braam Date: Sun, 28 Nov 2021 15:53:43 +0100 Subject: [PATCH] Release 0.2.1 --- data/org.postmarketos.Shipments.appdata.xml | 25 +++++++++++++++++++++ meson.build | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/data/org.postmarketos.Shipments.appdata.xml b/data/org.postmarketos.Shipments.appdata.xml index 38c7e59..910ac6f 100644 --- a/data/org.postmarketos.Shipments.appdata.xml +++ b/data/org.postmarketos.Shipments.appdata.xml @@ -32,6 +32,31 @@ https://todo.sr.ht/~martijnbraam/shipments + + +

+ Bugfix for long location names in the event list +

+
+
+ + +

Carrier support:

+
    +
  • Added DHL, but requires an API key
  • +
  • Added InPost
  • +
  • Added Russian Post
  • +
  • Added 4PX
  • +
+

Other changes

+
    +
  • The search functionality now works
  • +
  • Packages in the sidebar are now grouped by state
  • +
  • The menu now has an option to open the official tracking website
  • +
  • Restyling of the UI to look more modern
  • +
+
+

diff --git a/meson.build b/meson.build index 421d620..4828acc 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('shipments', - version: '0.1.0', + version: '0.2.1', meson_version: '>= 0.50.0', default_options: ['warning_level=2']) -- 2.45.2