summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS16
-rw-r--r--configure.ac4
-rw-r--r--meson.build2
3 files changed, 17 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index a591c29..50d26bd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,18 @@
+### mate-terminal 1.28.0
+
+ * Translations update
+ * terminal-window: Factor CSDs into geometry hints
+ * Avoid unprocessed file URIs being pasted to the terminal.
+ * Tabs: only invoke naming dialog to doubleclick on tab header
+ * Support IDN in mailto scheme in hyperlink tooltips
+ * Add support for OSC 8 hyperlinks (HTML-like anchors)
+ * Refactoring:
+ rename some url-related variables
+ rename TerminalURLFlavour enum to TerminalURLFlavor
+
### mate-terminal 1.27.1
- * update translations
+ * Translations update
* Double-click tab to set title
* Do not set DISPLAY, inherit it instead
* terminal-screen: fix pointer type when referencing profile
@@ -12,7 +24,7 @@
### mate-terminal 1.27.0
- * update translations
+ * Translations update
* tx: update resource
* tx: migrate config file
* configure.ac: The macro 'AC_HELP_STRING' is obsolete
diff --git a/configure.ac b/configure.ac
index f048c6d..d8e6fa1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(mt_major_version, 1)
-m4_define(mt_minor_version, 27)
-m4_define(mt_micro_version, 1)
+m4_define(mt_minor_version, 28)
+m4_define(mt_micro_version, 0)
m4_define(mt_version, mt_major_version.mt_minor_version.mt_micro_version)
m4_define(mt_api_version, 0)
diff --git a/meson.build b/meson.build
index 9c9f1a0..3af64af 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'mate-terminal', 'c',
- version: '1.27.1',
+ version: '1.28.1',
meson_version: '>=0.47.0',
license: 'GPL2',
default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'],