From f0f76f0c7a591b0f195688495500ef4c5d2d96ee Mon Sep 17 00:00:00 2001 From: Gleb Smirnov Date: Wed, 21 Dec 2022 11:21:40 +0300 Subject: [PATCH] release: Release v3.4.1 (bug-fix release) --- data/com.github.liferooter.textpieces.appdata.xml.in | 9 +++++++++ meson.build | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/data/com.github.liferooter.textpieces.appdata.xml.in b/data/com.github.liferooter.textpieces.appdata.xml.in index 82ee2fc..fba0672 100644 --- a/data/com.github.liferooter.textpieces.appdata.xml.in +++ b/data/com.github.liferooter.textpieces.appdata.xml.in @@ -59,6 +59,15 @@ SPDX-License-Identifier: CC0-1.0 + + +

Bug fixes:

+
    +
  • Script files can be correctly opened using an editor of your choice
  • +
  • Newly created script names are generated from tool name
  • +
+
+

New features:

diff --git a/meson.build b/meson.build index 4d88b60..b2af759 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later project('textpieces', 'vala', - version: '3.4.0', + version: '3.4.1', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', ],