Prepare for 0.94 release
This commit is contained in:
parent
e4890ebdd1
commit
d78cb9c92b
|
@ -3,10 +3,15 @@ terminator 0.94:
|
||||||
* Plugin configuration via preferences UI
|
* Plugin configuration via preferences UI
|
||||||
* New plugins: Terminal Screenshot, Watch Terminal Activity
|
* New plugins: Terminal Screenshot, Watch Terminal Activity
|
||||||
* Add preferences support for profile encodings (LP: #597340)
|
* Add preferences support for profile encodings (LP: #597340)
|
||||||
* Add Terminal profiles and custom titlebar values to layouts
|
* Deprecate the tabbar_hide option, replacing it with a 'hidden'
|
||||||
|
option for tab_position.
|
||||||
|
* Add profiles, custom titlebar and custom tab labels to layouts.
|
||||||
* Improved directional navigation
|
* Improved directional navigation
|
||||||
|
* Backwards compatibility fixes for RHEL 5.5.
|
||||||
|
* Disabled-by-default keybindings for switching broadcast modes
|
||||||
* Bug fixes for LPs: #566925, #563445, #583041, #589200, #576279,
|
* Bug fixes for LPs: #566925, #563445, #583041, #589200, #576279,
|
||||||
#597340 and some other bugs.
|
#597340, #554571, #597651, #308025, #600280, #576276, #570706,
|
||||||
|
#575827 and some other bugs.
|
||||||
|
|
||||||
terminator 0.93:
|
terminator 0.93:
|
||||||
* Add preferences support for alternate_screen_scroll (LP: #558832).
|
* Add preferences support for alternate_screen_scroll (LP: #558832).
|
||||||
|
|
2
README
2
README
|
@ -1,4 +1,4 @@
|
||||||
Terminator 0.93
|
Terminator 0.94
|
||||||
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.
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
terminator (0.94) lucid; urgency=low
|
||||||
|
|
||||||
|
* New upstream release of 0.94
|
||||||
|
|
||||||
|
-- Chris Jones <cmsj@tenshu.net> Sun, 04 Jul 2010 18:48:52 +0100
|
||||||
|
|
||||||
terminator (0.93ppa2) karmic; urgency=low
|
terminator (0.93ppa2) karmic; urgency=low
|
||||||
|
|
||||||
* Nochange rebuild for karmic
|
* Nochange rebuild for karmic
|
||||||
|
|
|
@ -21,4 +21,4 @@ TerminatorVersion supplies our version number.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
APP_NAME = 'terminator'
|
APP_NAME = 'terminator'
|
||||||
APP_VERSION = '0.93'
|
APP_VERSION = '0.94'
|
||||||
|
|
Loading…
Reference in New Issue