From bd557d9652cb38a27c4031a489bd859a1350bf86 Mon Sep 17 00:00:00 2001 From: jeffser Date: Thu, 1 Aug 2024 14:21:55 -0600 Subject: [PATCH] Preparing for 1.0.4 --- data/com.jeffser.Alpaca.metainfo.xml.in | 13 +++++++++++++ meson.build | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in index f9c0412..210db1b 100644 --- a/data/com.jeffser.Alpaca.metainfo.xml.in +++ b/data/com.jeffser.Alpaca.metainfo.xml.in @@ -80,6 +80,19 @@ https://github.com/Jeffser/Alpaca/discussions/154 https://github.com/Jeffser/Alpaca + + https://github.com/Jeffser/Alpaca/releases/tag/1.0.4 + +

New

+
    +
  • Added table rendering (Thanks Nokse)
  • +
+

Fixes

+
    +
  • Made support dialog more common
  • +
+
+
https://github.com/Jeffser/Alpaca/releases/tag/1.0.3 diff --git a/meson.build b/meson.build index c9723c0..863d3af 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Alpaca', 'c', - version: '1.0.3', + version: '1.0.4', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], )