Prepare for 0.14
This commit is contained in:
parent
d0e680d473
commit
680f0be638
|
@ -1,6 +1,11 @@
|
|||
terminator 0.14:
|
||||
* Major reworking of the grouping interface by Stephen
|
||||
Boddy
|
||||
* Keybindings can now be disabled by setting them to "None"
|
||||
* Change default behaviour to enable full transparency
|
||||
* Terminal titlebars can now be edited like tab labels
|
||||
* Geometry hinting is now available and enabled by default
|
||||
* Lots of bug fixing
|
||||
|
||||
terminator 0.13:
|
||||
* Bug fixes
|
||||
|
|
2
README
2
README
|
@ -1,4 +1,4 @@
|
|||
Terminator 0.13
|
||||
Terminator 0.14
|
||||
by Chris Jones <cmsj@tenshu.net> and others.
|
||||
|
||||
The goal of this project is to produce a useful tool for arranging terminals.
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
terminator (0.14) karmic; urgency=low
|
||||
|
||||
* New upstream release
|
||||
|
||||
-- Chris Jones <cmsj@tenshu.net> Thu, 03 Dec 2009 12:54:57 +0000
|
||||
|
||||
terminator (0.13) karmic; urgency=low
|
||||
|
||||
* New upstream release
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Name: terminator
|
||||
Version: 0.13
|
||||
Version: 0.14
|
||||
Release: 3%{?dist}
|
||||
Summary: Store and run multiple GNOME terminals in one window
|
||||
|
||||
|
|
|
@ -21,4 +21,4 @@ TerminatorVersion supplies our version number.
|
|||
"""
|
||||
|
||||
APP_NAME = 'terminator'
|
||||
APP_VERSION = '0.13'
|
||||
APP_VERSION = '0.14'
|
||||
|
|
Loading…
Reference in New Issue