Skip to content

Commit

Permalink
release 1.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Aug 22, 2023
1 parent 14e639c commit 0ba98fd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
### mate-terminal 1.27.1

* update translations
* Double-click tab to set title
* Do not set DISPLAY, inherit it instead
* terminal-screen: fix pointer type when referencing profile
* terminal-window: explicitly draw window frame and bg
* terminal-screen: set widget app-paintable when transparent bg is enabled
* convert docbook to mallard help docs
* terminal-profile: fix warning -Wstring-conversion
* Add GTK Style Class to context menu

### mate-terminal 1.27.0

* tx: sync with transifex
* update translations
* tx: update resource
* tx: migrate config file
* configure.ac: The macro 'AC_HELP_STRING' is obsolete
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
m4_define(mt_major_version, 1)
m4_define(mt_minor_version, 27)
m4_define(mt_micro_version, 0)
m4_define(mt_micro_version, 1)
m4_define(mt_version, mt_major_version.mt_minor_version.mt_micro_version)

m4_define(mt_api_version, 0)
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'mate-terminal', 'c',
version: '1.27.0',
version: '1.27.1',
meson_version: '>=0.47.0',
license: 'GPL2',
default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'],
Expand Down

0 comments on commit 0ba98fd

Please sign in to comment.