From c5fa7915564b0236d684c69e5b2301bbad9e34b1 Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Sat, 2 Mar 2024 12:01:40 +0900 Subject: [PATCH] Release 4.1.2 (#110) --- data/konbucase.metainfo.xml.in | 16 ++++++++++++++-- meson.build | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/data/konbucase.metainfo.xml.in b/data/konbucase.metainfo.xml.in index 5decf6d..8dabdd4 100644 --- a/data/konbucase.metainfo.xml.in +++ b/data/konbucase.metainfo.xml.in @@ -23,12 +23,12 @@ App window in the light mode - https://raw.githubusercontent.com/ryonakano/konbucase/4.1.1/data/screenshots/pantheon/screenshot-light.png + https://raw.githubusercontent.com/ryonakano/konbucase/4.1.2/data/screenshots/pantheon/screenshot-light.png App window in the dark mode - https://raw.githubusercontent.com/ryonakano/konbucase/4.1.1/data/screenshots/pantheon/screenshot-dark.png + https://raw.githubusercontent.com/ryonakano/konbucase/4.1.2/data/screenshots/pantheon/screenshot-dark.png @@ -53,6 +53,18 @@ Ryo Nakano + + +
    +
  • Set minimum window size to prevent it from being cut off
  • +
  • Send toast when text copied
  • +
  • Flatpak: Update platform version
  • +
  • Metainfo: Mark release descriptions as untranslatable
  • +
  • Update translations
  • +
+
+
+
    diff --git a/meson.build b/meson.build index c66addf..3275a3b 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('com.github.ryonakano.konbucase', 'vala', 'c', - version: '4.1.1', + version: '4.1.2', meson_version: '>=0.57.0' )