From 7d767819cfc377825d024c69fb43c53417515bb6 Mon Sep 17 00:00:00 2001 From: Martijn Braam Date: Fri, 26 Aug 2022 20:30:53 +0200 Subject: [PATCH] Bump to 0.2.0 --- data/nl.brixit.Keyring.appdata.xml | 14 ++++++++++++++ meson.build | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/data/nl.brixit.Keyring.appdata.xml b/data/nl.brixit.Keyring.appdata.xml index 15922e1..921c389 100644 --- a/data/nl.brixit.Keyring.appdata.xml +++ b/data/nl.brixit.Keyring.appdata.xml @@ -22,6 +22,20 @@ https://todo.sr.ht/~martijnbraam/keyring + + +

+ This release mainly improves the mobile use experience +

+
    +
  • Made the sidebar wider to force the correct mobile layout on phones
  • +
  • Implement a longpress event for copying keys
  • +
  • Show a toast notification when copying keys
  • +
  • Fix double empty rows getting added in the new key dialog
  • +
  • Create new rows faster when usign a touchscreen
  • +
+
+

diff --git a/meson.build b/meson.build index f065797..5258097 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('keyring', - version: '0.1.0', + version: '0.2.0', meson_version: '>= 0.50.0', default_options: ['warning_level=2']) -- 2.38.5