From c3588eae4b16b22fe8e47874cf38660b7b89e688 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sun, 15 Feb 2015 14:12:16 +0100 Subject: [PATCH] terminology 0.8.0 release --- ChangeLog | 12 +++++++++++- Marrakesh.mrk | 2 +- NEWS | 20 ++++++++++++++++++-- configure.ac | 2 +- man/terminology.1 | 2 +- 5 files changed, 32 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 45e7a025..2108831b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/Marrakesh.mrk b/Marrakesh.mrk index 2f534ea1..a6437c42 100644 --- a/Marrakesh.mrk +++ b/Marrakesh.mrk @@ -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 diff --git a/NEWS b/NEWS index b5c36f23..431a4181 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/configure.ac b/configure.ac index c43b6f5b..a8231e81 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/man/terminology.1 b/man/terminology.1 index 6a6a3762..9dd9e77b 100644 --- a/man/terminology.1 +++ b/man/terminology.1 @@ -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