prepare release 1.7.0

This commit is contained in:
Boris Faure 2020-05-01 12:33:38 +02:00
parent d2a53fd3df
commit c29e2d428a
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
6 changed files with 70 additions and 5 deletions

View File

@ -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

39
NEWS
View File

@ -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:
--------------------

View File

@ -1,4 +1,4 @@
Terminology 1.6.0
Terminology 1.7.0
=================
This is an EFL terminal emulator with some extra bells and whistles.

View File

@ -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)

View File

@ -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

View File

@ -1,5 +1,5 @@
project('terminology', 'c',
version: '1.6.99',
version: '1.7.0',
default_options: ['buildtype=plain', 'c_std=gnu99'],
license: 'BSD')