terminology 0.9.0 release

This commit is contained in:
Boris Faure 2015-09-05 14:24:30 +02:00
parent cd79e428eb
commit 3b3df45fa4
6 changed files with 59 additions and 8 deletions

View File

@ -1,3 +1,22 @@
2015-09-06
* Release v0.9.0
* Add keybing to fullscreen Terminology
* Right click on selection to be able to copy/open it
* Add meta/hyper to key bindings
* Add option to always show miniview
* Add option to disable terminology escape codes
* Add -a option to tyls to display hidden files
* tybg without arguments restores the default wallpaper
* Escape closes media popup
* Terminology works on solaris
* Font selector now displays previews with current theme colors
* Try to get mime type when displaying URLs
* Do not use ':' as word separator but trim it from word selections
* Improved resizing handling
* Various bug fixes
2015-02-15
* Release v0.8.0
@ -8,6 +27,7 @@
* Selection improvements
* Various bug fixes
2014-10-06
* Release v0.7.0
@ -23,6 +43,7 @@
* Fix issue with mute option
* Various bug fixes
2014-07-02
* Release v0.6.1
@ -46,12 +67,14 @@
* Support rotation metadata on media files
* Various bug fixes
2014-05-17
* Release v0.5.1
* Make terminology compatible with upcoming efl/elm 1.10
* Fix disappearing prompt on resize
2014-03-08
* Release v0.5.0
@ -62,6 +85,7 @@
* improve terminal compatibility
* bug fixes
2013-12-07
* Release v0.4.0
@ -76,14 +100,17 @@
* be able to inline edje objects
* bug fixes
2013-03-24
Release v0.3.0
* Release v0.3.0
2012-12-15
Release v0.2.0
* Release v0.2.0
2012-08-25
Initial release v0.1.0
* Initial release v0.1.0

View File

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

26
NEWS
View File

@ -1,7 +1,31 @@
=================
Terminology 0.8.0
Terminology 0.9.0
=================
Changes since 0.8.0:
--------------------
Additions:
* Add keybing to fullscreen Terminology
* Right click on selection to be able to copy/open it
* Add meta/hyper to key bindings
* Add option to always show miniview
* Add option to disable terminology escape codes
Improvements:
* Add -a option to tyls to display hidden files
* tybg without arguments restores the default wallpaper
* Escape closes media popup
* Terminology works on solaris
* Font selector now displays previews with current theme colors
* Try to get mime type when displaying URLs
* Do not use ':' as word separator but trim it from word selections
* Improved resizing handling
Fixes:
* Various bug fixes
Changes since 0.7.0:
--------------------

2
README
View File

@ -1,4 +1,4 @@
Terminology 0.8.0
Terminology 0.9.0
******************************************************************************

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.8.99], [enlightenment-devel@lists.sourceforge.net])
AC_INIT([terminology], [0.9.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 "15 February 2015" "0.8" "Terminology man page"
.TH man 1 "06 September 2015" "0.9" "Terminology man page"
.SH NAME
Terminology \- Terminal Emulator written with EFL (Enlightenment Foundation Libraries).
.SH SYNOPSIS