add changelog for v1.0.0

The date chosen there may not be the actual date of the release
This commit is contained in:
Boris Faure 2016-12-25 23:02:00 +01:00
parent afe4b928bc
commit fb3ff886c2
3 changed files with 40 additions and 2 deletions

View File

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

24
NEWS
View File

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

View File

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