~martijnbraam/keyring

7d767819cfc377825d024c69fb43c53417515bb6 — Martijn Braam 2 years ago 66bf555 master 0.2.0
Bump to 0.2.0
2 files changed, 15 insertions(+), 1 deletions(-)

M data/nl.brixit.Keyring.appdata.xml
M meson.build
M data/nl.brixit.Keyring.appdata.xml => data/nl.brixit.Keyring.appdata.xml +14 -0
@@ 22,6 22,20 @@
  <url type="bugtracker">https://todo.sr.ht/~martijnbraam/keyring</url>
  <content_rating type="oars-1.1"/>
  <releases>
    <release version="0.2.0" date="2022-08-26">
      <description>
        <p>
          This release mainly improves the mobile use experience
        </p>
        <ul>
          <li>Made the sidebar wider to force the correct mobile layout on phones</li>
          <li>Implement a longpress event for copying keys</li>
          <li>Show a toast notification when copying keys</li>
          <li>Fix double empty rows getting added in the new key dialog</li>
          <li>Create new rows faster when usign a touchscreen</li>
        </ul>
      </description>
    </release>
    <release version="0.1.0" date="2022-06-13">
      <description>
        <p>

M meson.build => meson.build +1 -1
@@ 1,5 1,5 @@
project('keyring',
    version: '0.1.0',
    version: '0.2.0',
    meson_version: '>= 0.50.0',
    default_options: ['warning_level=2'])