release 1.23.0

v1.23.0
raveit65 2019-07-06 10:34:58 +02:00
parent c9a04e084c
commit 0bdaeb4a5f
2 changed files with 20 additions and 1 deletions

19
NEWS
View File

@ -1,3 +1,22 @@
### mate-terminal 1.23.0
tx: sync with transifex
Remove trailing whitespaces
Change url project's website
make "highlighting things under mouse pointer" configurable
[ci] Add cppcheck html report
[ci] Enable Clang Static Analyzer
Ensure proper translation of the about dialog title
Make translatable the copyright info in about dialog
Show confirmation dialog if there are multiple open tabs on closing
Upgrade the manual to docbook 5.0
about: update copyright
Explicitly enable bright bold to match new VTE versions
help: update copyright
warning: Value stored to 'screen_number' is never read
Use gresources for about_DATA, uimanager_DATA & builder_DATA
Retain copied selection when changing tabs
### mate-terminal 1.22.0 ### mate-terminal 1.22.0
* Translations update * Translations update

View File

@ -1,5 +1,5 @@
m4_define([gt_version_major],[1]) m4_define([gt_version_major],[1])
m4_define([gt_version_minor],[22]) m4_define([gt_version_minor],[23])
m4_define([gt_version_micro],[0]) m4_define([gt_version_micro],[0])
m4_define([gt_version_extra],[]) m4_define([gt_version_extra],[])
m4_define([gt_version],[gt_version_major().gt_version_minor().gt_version_micro()gt_version_extra]) m4_define([gt_version],[gt_version_major().gt_version_minor().gt_version_micro()gt_version_extra])