diff --git a/ChangeLog b/ChangeLog index 834ad26a..07182b2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/NEWS b/NEWS index 0f1b2d6d..07c0f8a1 100644 --- a/NEWS +++ b/NEWS @@ -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: -------------------- diff --git a/man/terminology.1 b/man/terminology.1 index cb69810a..8df6c118 100644 --- a/man/terminology.1 +++ b/man/terminology.1 @@ -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 diff --git a/meson.build b/meson.build index 9952108a..984f04cd 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('terminology', 'c', - version: '1.2.99', + version: '1.3.0', default_options: ['c_std=gnu99'], license: 'BSD')