might as well bump the version in preparation for 0.12
This commit is contained in:
parent
c7fdbf5aa6
commit
77487d0e31
|
@ -1,3 +1,11 @@
|
||||||
|
terminator 0.12:
|
||||||
|
* Bug fixes
|
||||||
|
* Simultaneous typing support
|
||||||
|
* Directional terminal navigation
|
||||||
|
* Improved search UI
|
||||||
|
* Graphical Profile Editor
|
||||||
|
* Bug numbers for launchpad.net are now URLs
|
||||||
|
|
||||||
terminator 0.11:
|
terminator 0.11:
|
||||||
* Bug fixes
|
* Bug fixes
|
||||||
* X session support
|
* X session support
|
||||||
|
|
2
README
2
README
|
@ -1,4 +1,4 @@
|
||||||
Terminator 0.11
|
Terminator 0.12
|
||||||
by Chris Jones <cmsj@tenshu.net> and others.
|
by Chris Jones <cmsj@tenshu.net> and others.
|
||||||
|
|
||||||
The goal of this project is to produce a useful tool for arranging terminals.
|
The goal of this project is to produce a useful tool for arranging terminals.
|
||||||
|
|
|
@ -6,15 +6,20 @@ It was downloaded from https://launchpad.net/terminator/+download
|
||||||
Upstream Authors:
|
Upstream Authors:
|
||||||
|
|
||||||
Chris Jones
|
Chris Jones
|
||||||
Huang He
|
Thomas Hurst
|
||||||
|
Emmanuel Bretelle
|
||||||
|
Nicolas Valcarcel
|
||||||
Kees Cook
|
Kees Cook
|
||||||
Thomas Meire
|
Thomas Meire
|
||||||
Nicolas Valcarcel
|
|
||||||
Emmanuel Bretelle
|
|
||||||
Chris Oattes
|
Chris Oattes
|
||||||
Markus Korn
|
Markus Korn
|
||||||
Mackenzie Morgan
|
Mackenzie Morgan
|
||||||
Daniel T Chen
|
Daniel T Chen
|
||||||
|
Iain Lane
|
||||||
|
Brian Murray
|
||||||
|
Edoardo Batini
|
||||||
|
Cory Kontros
|
||||||
|
Huang He
|
||||||
|
|
||||||
Artwork:
|
Artwork:
|
||||||
Cory Kontros - Produced our current icon under the CC-by-SA licence
|
Cory Kontros - Produced our current icon under the CC-by-SA licence
|
||||||
|
@ -29,13 +34,14 @@ Translations:
|
||||||
"Data"
|
"Data"
|
||||||
Cristian Grada
|
Cristian Grada
|
||||||
"zhuqin"
|
"zhuqin"
|
||||||
|
and others
|
||||||
|
|
||||||
Seriously, thank you very much to the translators. A few minutes of
|
Seriously, thank you very much to the translators. A few minutes of
|
||||||
their dedication opens up userbases like nothing else.
|
their dedication opens up userbases like nothing else.
|
||||||
|
|
||||||
Copyright:
|
Copyright:
|
||||||
|
|
||||||
<Copyright (C) 2006-2008 Chris Jones>
|
<Copyright (C) 2006-2009 Chris Jones>
|
||||||
|
|
||||||
License:
|
License:
|
||||||
|
|
||||||
|
|
|
@ -21,4 +21,4 @@ TerminatorVersion supplies our version number.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
APP_NAME = 'terminator'
|
APP_NAME = 'terminator'
|
||||||
APP_VERSION = '0.11'
|
APP_VERSION = '0.12'
|
||||||
|
|
Loading…
Reference in New Issue