Terminology release 1.3.0

This commit is contained in:
Boris Faure 2018-11-04 21:41:32 +01:00
parent 8fb44906cc
commit 6b680317c3
4 changed files with 28 additions and 3 deletions

View File

@ -1,3 +1,13 @@
2018-11-23
* Release v1.3.0
* Hyperlink escape code support
* Optimize escape code parsing by improving cell copies
* Fix issues about settings panel
* Do not pass input when tab selector is up
* Escape code fixes
2018-05-14
* Release v1.2.1

17
NEWS
View File

@ -1,7 +1,22 @@
=================
Terminology 1.2.1
Terminology 1.3.0
=================
Changes since 1.2.1:
--------------------
Additions:
* Hyperlink escape code support
Improvements:
* Optimize escape code parsing by improving cell copies
Fixes:
* Fix issues about settings panel
* Do not pass input when tab selector is up
* Escape code fixes
Changes since 1.2.0:
--------------------

View File

@ -1,5 +1,5 @@
.\" Manpage for Terminology
.TH man 1 "14 May 2018" "1.2.1" "Terminology man page"
.TH man 1 "23 Nov 2018" "1.3.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.2.99',
version: '1.3.0',
default_options: ['c_std=gnu99'],
license: 'BSD')