diff --git a/data/com.github.rogercrocker.badabib.appdata.xml.in b/data/com.github.rogercrocker.badabib.appdata.xml.in index 5535b29..f5b9cec 100644 --- a/data/com.github.rogercrocker.badabib.appdata.xml.in +++ b/data/com.github.rogercrocker.badabib.appdata.xml.in @@ -39,6 +39,17 @@ + + +

Bug fixes and code maintenance:

+
    +
  • Display file name while loading
  • +
  • Fix bug when pasting the same entry multiple times
  • +
  • Fix potential crash when no editor is active
  • +
  • Better code documentation
  • +
+
+

Use ADW TabView instead of GTK Notebook. This makes for a more consistent look and fixes a couple of minor bugs.

diff --git a/meson.build b/meson.build index e05b547..bdf92c1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('badabib', - version: '0.8.0', + version: '0.8.1', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', ],