terminology 0.8.0 release

This commit is contained in:
Boris Faure 2015-02-15 14:12:16 +01:00
parent d6d136809b
commit c3588eae4b
5 changed files with 32 additions and 6 deletions

View File

@ -1,8 +1,18 @@
2015-02-15
* Release v0.8.0
* Gravatar support
* Add a visual tab bar
* Add xterm "notification" support
* Display pre-edit text when composing
* Selection improvements
* Various bug fixes
2014-10-06
* Release v0.7.0
* Internationalization and Localization support
* Options -s/--split to start terminology with multiple splits
* Options -S/--split to start terminology with multiple splits
* Configurable key bindings
* Add a panel to launch elementary_config
* Opacity level can be configured in translucent mode

View File

@ -5,7 +5,7 @@
PROJ: Terminology
PROJICON: data/icons/terminology.png
BRIEF: A beautiful terminal emulator for the commandline emulator
VERSION: 0.7.99
VERSION: 0.8.00
LICENSE: BSD-2
COPYING: COPYING AUTHORS
NEEDS: 1.11

20
NEWS
View File

@ -1,13 +1,29 @@
=================
Terminology 0.7.0
Terminology 0.8.0
=================
Changes since 0.7.0:
--------------------
Additions:
* Gravatar support
* Visual tab bar
* xterm "notification" support
Improvements:
* Display pre-edit text when composing
* Selection improvements
Fixes:
* Various bug fixes
Changes since 0.6.1:
--------------------
Additions:
* Internationalization and Localization support
* Options -s/--split to start terminology with multiple splits
* Options -S/--split to start terminology with multiple splits
* Configurable key bindings
* Add a panel to launch elementary_config

View File

@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT([terminology], [0.7.99], [enlightenment-devel@lists.sourceforge.net])
AC_INIT([terminology], [0.8.0], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])

View File

@ -1,5 +1,5 @@
.\" Manpage for Terminology
.TH man 1 "23 August 2014" "0.7" "Terminology man page"
.TH man 1 "15 February 2015" "0.8" "Terminology man page"
.SH NAME
Terminology \- Terminal Emulator written with EFL (Enlightenment Foundation Libraries).
.SH SYNOPSIS