diff options
author | Boris Faure <billiob@gmail.com> | 2016-12-25 23:02:00 +0100 |
---|---|---|
committer | Boris Faure <billiob@gmail.com> | 2016-12-25 23:02:00 +0100 |
commit | fb3ff886c2e4b2879b8f109c94bfc3a76737f5e1 (patch) | |
tree | d4fb6cdeb1c32c44f9b0fbfb0aca642ee1e22f4e | |
parent | improve link detection when stored in xml (diff) | |
download | terminology-fb3ff886c2e4b2879b8f109c94bfc3a76737f5e1.tar.gz |
add changelog for v1.0.0
The date chosen there may not be the actual date of the release
-rw-r--r-- | ChangeLog | 16 | ||||
-rw-r--r-- | NEWS | 24 | ||||
-rw-r--r-- | man/terminology.1 | 2 |
3 files changed, 40 insertions, 2 deletions
@@ -1,3 +1,19 @@ +2016-12-31 + * Release v1.0.0 + * Bold/Italic support (on by default) + * Add keybinding shift+home to go to the top of the backlog + * Add keybinding shift+end to reset scroll + * Add keybinding shift+left/right to switch between tabs + * Add keybinding ctrl+alt+t to change terminal's title + * Add ability to copy links on right-click menu + * Font size can be changed by escape sequence + * Rewrite link detection to be more efficient + * Sanitize SHELL environment variable when using it + * Fix selections + * Fixes about escape sequences managing tabs + * Many fixes + + 2015-09-17 * Release v0.9.1 * Fix resizing issue @@ -1,7 +1,29 @@ ================= -Terminology 0.9.1 +Terminology 1.0.0 ================= +Changes since 0.9.1: +-------------------- + +Additions: + * Bold/Italic support (on by default) + +Improvement: + * Add keybinding shift+home to go to the top of the backlog + * Add keybinding shift+end to reset scroll + * Add keybinding shift+left/right to switch between tabs + * Add keybinding ctrl+alt+t to change terminal's title + * Add ability to copy links on right-click menu + * Font size can be changed by escape sequence + * Rewrite link detection to be more efficient + * Sanitize SHELL environment variable when using it + +Fixes: + * Fix selections + * Fixes about escape sequences managing tabs + * Many fixes + + Changes since 0.9.0: -------------------- diff --git a/man/terminology.1 b/man/terminology.1 index 0991f49..827cf03 100644 --- a/man/terminology.1 +++ b/man/terminology.1 @@ -1,5 +1,5 @@ .\" Manpage for Terminology -.TH man 1 "12 April 2016" "0.9.1" "Terminology man page" +.TH man 1 "31 Dec 2016" "1.0.0" "Terminology man page" .SH NAME Terminology \- Terminal Emulator written with EFL (Enlightenment Foundation Libraries). .SH SYNOPSIS |