From e36e58c1c85683b478566694ed84d723a5060666 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@proton.me> Date: Fri, 26 May 2023 19:42:30 +0200 Subject: [PATCH] bump: 0.2.2 --- data/page.codeberg.Imaginer.Imaginer.appdata.xml.in | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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', ], )