From a7964354957e7c135410020041acb350ef286a37 Mon Sep 17 00:00:00 2001 From: Cody Garver Date: Thu, 6 Dec 2018 16:30:39 -0600 Subject: [PATCH] Release 5.3.3 --- data/io.elementary.terminal.appdata.xml.in | 13 +++++++++++++ meson.build | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/data/io.elementary.terminal.appdata.xml.in b/data/io.elementary.terminal.appdata.xml.in index b6a7a2f031..b67029c188 100644 --- a/data/io.elementary.terminal.appdata.xml.in +++ b/data/io.elementary.terminal.appdata.xml.in @@ -35,6 +35,19 @@ + + +
    +
  • Fix erratic search text highlightning behavior
  • +
  • Support -h flag for help
  • +
  • Disable audible bell
  • +
  • Add Alt+↑ action to scroll to last command
  • +
  • Add Alt+c action to copy last output
  • +
  • Add accels to tooltips
  • +
  • Translation updates
  • +
+
+
    diff --git a/meson.build b/meson.build index bce10396db..efd48bc34f 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.elementary.terminal', 'vala', 'c', - version: '5.3.2' + version: '5.3.3' ) if meson.get_compiler('vala').version().version_compare('<0.40')