add changelog for v1.0.0

The date chosen there may not be the actual date of the release
devs/discomfitor/focus
Boris Faure 7 years ago
parent afe4b928bc
commit fb3ff886c2
  1. 16
      ChangeLog
  2. 24
      NEWS
  3. 2
      man/terminology.1

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

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

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

Loading…
Cancel
Save