From c29e2d428a64f4d9a81005b173a40b7a90a2f06c Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Fri, 1 May 2020 12:33:38 +0200 Subject: [PATCH] prepare release 1.7.0 --- ChangeLog | 28 ++++++++++++++++++++++++++++ NEWS | 39 ++++++++++++++++++++++++++++++++++++++- README.md | 2 +- man/terminology-helpers.1 | 2 +- man/terminology.1 | 2 +- meson.build | 2 +- 6 files changed, 70 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index a2f7e2bb..bd813482 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2020-05-02 + * Release v1.6.0 + * Terminology is packaged on the snapstore at https://snapcraft.io/terminology + * Add THEME.md, a documentation file on theming Terminology + * Drag tabs to reorder them + * Dragging tabs outside the tab bar can be used to create new splits or + tabs + * Memory accounting of the backlogs. Seen under the Behavior tab on the + Settings panel + * Handle escape codes to stack titles + * Tyls: add icon for flac files + * Update the mild-based themes to be on-par feature-wise with the default + theme + * Tab selector shows background color + * Controls panel is hidden when creating new tab or split + * Enable Grouped Input from the Controls panel + * Show special icon on tab when using Grouped Input + * Add option to decide whether Grouped input goes to all tabs or only + visible ones + * Improve email/links detection when surrounded with special characters + * Remove link underline when the link disappears + * Share translucent / opacity setting accross all instances + * Use a default icon of each tab on the Settings toolbar + * Update french, italian, serbian translations + * Removed video settings + * Handle invalid values on OS escape codes + * Better handle reads and writes on EINTR/EAGAIN + 2019-11-16 * Release v1.6.0 * Show title tab on splits, depending on configuration diff --git a/NEWS b/NEWS index 59c97741..a1579f48 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,44 @@ ================= -Terminology 1.6.0 +Terminology 1.7.0 ================= +Changes since 1.6.0: +-------------------- + +Additions: + * Terminology is packaged on the snapstore at https://snapcraft.io/terminology + * Add THEME.md, a documentation file on theming Terminology + * Drag tabs to reorder them + * Dragging tabs outside the tab bar can be used to create new splits or + tabs + +Improvements: + * Memory accounting of the backlogs. Seen under the Behavior tab on the + Settings panel + * Handle escape codes to stack titles + * Tyls: add icon for flac files + * Update the mild-based themes to be on-par feature-wise with the default + theme + * Tab selector shows background color + * Controls panel is hidden when creating new tab or split + * Enable Grouped Input from the Controls panel + * Show special icon on tab when using Grouped Input + * Add option to decide whether Grouped input goes to all tabs or only + visible ones + * Improve email/links detection when surrounded with special characters + * Remove link underline when the link disappears + * Share translucent / opacity setting accross all instances + * Use a default icon of each tab on the Settings toolbar + * Update french, italian, serbian translations + +Removals: + * Removed video settings + +Fixes: + * Handle invalid values on OS escape codes + * Better handle reads and writes on EINTR/EAGAIN + + Changes since 1.5.0: -------------------- diff --git a/README.md b/README.md index 3ef74643..b91c0e3d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Terminology 1.6.0 +Terminology 1.7.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 cbb1ebaa..30189c64 100644 --- a/man/terminology-helpers.1 +++ b/man/terminology-helpers.1 @@ -1,5 +1,5 @@ .\" Manpage for terminology helpers -.TH TERMINOLOGY-HELPERS 1 "Nov 16, 2019" +.TH TERMINOLOGY-HELPERS 1 "May 02, 2020" .SH NAME terminiology-helpers \- programs that enhance .B terminology(1) diff --git a/man/terminology.1 b/man/terminology.1 index 92f567ff..f8be87cd 100644 --- a/man/terminology.1 +++ b/man/terminology.1 @@ -1,5 +1,5 @@ .\" Manpage for Terminology -.TH TERMINOLOGY 1 "Apr 12, 2020" "1.7.0" "Terminology man page" +.TH TERMINOLOGY 1 "May 02, 2020" "1.7.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 36ac0e05..07a5b9f9 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('terminology', 'c', - version: '1.6.99', + version: '1.7.0', default_options: ['buildtype=plain', 'c_std=gnu99'], license: 'BSD')