From 36ae7fc64d6aa92597ed27106dca3a9bb456ae2c Mon Sep 17 00:00:00 2001 From: Angelo Verlain Date: Thu, 23 Mar 2023 12:44:12 +0200 Subject: [PATCH] prepare v0.1.6 release --- data/com.vixalien.sticky.appdata.xml.in.in | 16 ++++++++++++++++ meson.build | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/data/com.vixalien.sticky.appdata.xml.in.in b/data/com.vixalien.sticky.appdata.xml.in.in index bd3b754..d06c4ec 100644 --- a/data/com.vixalien.sticky.appdata.xml.in.in +++ b/data/com.vixalien.sticky.appdata.xml.in.in @@ -48,6 +48,22 @@ tablet + + +

this release enhances usability and reliability

+
    +
  • updated the icon to make it more distinguished
  • +
  • updated translations (french, russian) and added a czech translation
  • +
  • make text throughout the UI more standard and easy to understand
  • +
  • notes are now more reliably saved so that you don't lose your changes
  • +
  • notes are now restored (mostly) as they were last time you closed the app
  • +
  • the most recently closed note is now shown when you reopen the app, instead of showing + the all notes window
  • +
+

I'd like to take a moment to thank everyone that contributed to sticky notes this far. I + am very grateful for your help and support.

+
+

mostly a bug fix and tune-up release

diff --git a/meson.build b/meson.build index c9511db..3a9e53c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('sticky-notes', - version: '0.1.5', + version: '0.1.6', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], )