diff --git a/data/page.codeberg.Imaginer.Imaginer.appdata.xml.in b/data/page.codeberg.Imaginer.Imaginer.appdata.xml.in index d40d62c..f1ad85d 100644 --- a/data/page.codeberg.Imaginer.Imaginer.appdata.xml.in +++ b/data/page.codeberg.Imaginer.Imaginer.appdata.xml.in @@ -52,6 +52,17 @@ + + +

Going local

+
    +
  • Add the ability to use Stable Diffusion running locally
  • +
  • Add the ability to customize filename
  • +
  • Fix some bugs
  • +
  • Update translations
  • +
+
+

Unlimited Image Generation Power

diff --git a/meson.build b/meson.build index d6d39a7..11a7466 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('imaginer', - version: '0.2.1', + version: '0.2.2', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], )