From 6f8997d194f17cac112b4770ee055f16cadf42e7 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Wed, 6 Nov 2019 22:09:59 +0100 Subject: [PATCH] Prepare release 1.6.0 --- ChangeLog | 26 ++++++++++++++++++++++++++ NEWS | 35 ++++++++++++++++++++++++++++++++++- README.md | 2 +- man/terminology-helpers.1 | 2 +- man/terminology.1 | 2 +- meson.build | 2 +- 6 files changed, 64 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6b5fc5eb..8054a853 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2019-11-14 + * Release v1.5.0 + * Show title tab on splits, depending on configuration + * Show tabs that had a bell rang and had not been focused + * Add wizard on new configuration to set scaling + * Add scale configuration in the Settings panel + * Add Polish translation + * Themes: make tab title readable based on theme default colors + * Move the tab selector on the tab line + * Be able to select and copy tabs + * Better handle stalled unix socket when using one terminology with + multiple instances + * Change typop behavior to queue files in case there are multiple files to + look at + * Update Italian translation + * Fix live selections in the scrollback + * Fix unchecking "auto-hide cursor" not working + * Fix memory leaks related to looking for links under the mouse + * Ensure Terminology compiles with EFL-1.20 + * Fix link detection over spaces + * Fix tab selector no longer taking into account the new destination + * Fix crash when using typop with multiple files + * No longer set environment variable DESKTOP_STARTUP_ID as it may no + longer be accurate + * Allow tabs to be pasted + 2019-07-20 * Release v1.5.0 * Handle emoji has double-width character, introduced in Unicode 9.0. diff --git a/NEWS b/NEWS index e992e23e..59c97741 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,40 @@ ================= -Terminology 1.5.0 +Terminology 1.6.0 ================= +Changes since 1.5.0: +-------------------- + +Additions: + * Show title tab on splits, depending on configuration + * Show tabs that had a bell rang and had not been focused + * Add wizard on new configuration to set scaling + * Add scale configuration in the Settings panel + * Add Polish translation + +Improvements: + * Themes: make tab title readable based on theme default colors + * Move the tab selector on the tab line + * Be able to select and copy tabs + * Better handle stalled unix socket when using one terminology with + multiple instances + * Change typop behavior to queue files in case there are multiple files to + look at + * Update Italian translation + +Fixes: + * Fix live selections in the scrollback + * Fix unchecking "auto-hide cursor" not working + * Fix memory leaks related to looking for links under the mouse + * Ensure Terminology compiles with EFL-1.20 + * Fix link detection over spaces + * Fix tab selector no longer taking into account the new destination + * Fix crash when using typop with multiple files + * No longer set environment variable DESKTOP_STARTUP_ID as it may no + longer be accurate + * Allow tabs to be pasted + + Changes since 1.4.1: -------------------- diff --git a/README.md b/README.md index ba7fafe9..3659fcac 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Terminology 1.5.0 +Terminology 1.6.0 ================= This is an EFL terminal emulator with some extra bells and whistles. diff --git a/man/terminology-helpers.1 b/man/terminology-helpers.1 index 901ed3e9..6d883b00 100644 --- a/man/terminology-helpers.1 +++ b/man/terminology-helpers.1 @@ -1,5 +1,5 @@ .\" Manpage for terminology helpers -.TH TERMINOLOGY-HELPERS 1 "Jul 20, 2019" +.TH TERMINOLOGY-HELPERS 1 "Nov 14, 2019" .SH NAME terminiology-helpers \- programs that enhance .B terminology(1) diff --git a/man/terminology.1 b/man/terminology.1 index 1ee3b605..f83d0d50 100644 --- a/man/terminology.1 +++ b/man/terminology.1 @@ -1,5 +1,5 @@ .\" Manpage for Terminology -.TH TERMINOLOGY 1 "Jul 20, 2019" "1.5.0" "Terminology man page" +.TH TERMINOLOGY 1 "Nov 14, 2019" "1.6.0" "Terminology man page" .SH NAME Terminology \- Terminal Emulator written with EFL (Enlightenment Foundation Libraries). .SH SYNOPSIS diff --git a/meson.build b/meson.build index 2f52f5af..3932eccf 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('terminology', 'c', - version: '1.5.99', + version: '1.6.0', default_options: ['buildtype=plain', 'c_std=gnu99'], license: 'BSD')