diff --git a/README.md b/README.md index cbaf25b..7bd0a50 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ Keep your notes and website logins secure in an easy to manage collection. It is ready to go when you're logged in, and securely encrypted when you're not. ### Features -- Fast search -- Sort by name or date added -- Access to logins saved in Epiphany +* Fast search +* Sort by name or date added +* Access to logins saved in Epiphany ## Developing and Building @@ -25,7 +25,6 @@ You'll need the following dependencies: * meson * libgranite-dev * libsecret-1-dev -* libvala-0.34-dev (or higher) * valac Run `meson build` to configure the build environment. Change to the build directory and run `ninja` to build diff --git a/data/com.github.skarva.lockbox.appdata.xml.in b/data/com.github.skarva.lockbox.appdata.xml.in index 9481ccf..fe5ab77 100644 --- a/data/com.github.skarva.lockbox.appdata.xml.in +++ b/data/com.github.skarva.lockbox.appdata.xml.in @@ -46,6 +46,15 @@ https://github.com/skarva/lockbox/issues + + +

New coat of paint

+
    +
  • New icon thanks to Fatih
  • +
  • Additional back-end updates thanks to Ryo
  • +
+
+

Quality of life patches!

diff --git a/meson.build b/meson.build index dd41de0..0bd04a3 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.github.skarva.lockbox', 'vala', 'c', meson_version: '>= 0.43', version: '1.1.1') +project('com.github.skarva.lockbox', 'vala', 'c', meson_version: '>= 0.43', version: '1.2') i18n = import('i18n')