From d5ae39490c0a22af775256d2ce2102de58995774 Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Sat, 11 May 2024 15:48:14 +0900 Subject: [PATCH] Release 4.3.0 (#167) --- data/konbucase.metainfo.xml.in.in | 21 +++++++++++++++++++++ meson.build | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/data/konbucase.metainfo.xml.in.in b/data/konbucase.metainfo.xml.in.in index 831a5fb..86ccb51 100644 --- a/data/konbucase.metainfo.xml.in.in +++ b/data/konbucase.metainfo.xml.in.in @@ -57,6 +57,27 @@ + + +

+ Visual and usability improvements. +

+
    +
  • Port to libadwaita
  • +
  • Better keyboard navigation with mnemonics
  • +
  • Show the default style at the top of style preferences menu
  • +
  • Add about dialog (not available on Pantheon)
  • +
  • Update translations
  • +
+

+ Changes made only for AppCenter build: +

+
    +
  • Update elementary Flatpak platform to 8
  • +
+
+
+

diff --git a/meson.build b/meson.build index 8afd716..9e24c74 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('com.github.ryonakano.konbucase', 'vala', 'c', - version: '4.2.0', + version: '4.3.0', meson_version: '>=0.58.0' )