Update tree for 0.95
This commit is contained in:
parent
0c6ba18d2b
commit
2981b1ad67
|
@ -1,3 +1,9 @@
|
|||
terminator 0.95:
|
||||
* Add a configuration option to enable a DBus server
|
||||
* Add a configuration option to disable font anti-aliasing
|
||||
* Improved error handling in various locations
|
||||
* Maven URL handler plugin (thanks to Julien Nicoulaud)
|
||||
|
||||
terminator 0.94:
|
||||
* Improved support for entirely hiding Terminal titlebars
|
||||
* Plugin configuration via preferences UI
|
||||
|
|
2
README
2
README
|
@ -1,4 +1,4 @@
|
|||
Terminator 0.94
|
||||
Terminator 0.95
|
||||
by Chris Jones <cmsj@tenshu.net> and others.
|
||||
|
||||
The goal of this project is to produce a useful tool for arranging terminals.
|
||||
|
|
|
@ -21,4 +21,4 @@ TerminatorVersion supplies our version number.
|
|||
"""
|
||||
|
||||
APP_NAME = 'terminator'
|
||||
APP_VERSION = '0.94'
|
||||
APP_VERSION = '0.95'
|
||||
|
|
Loading…
Reference in New Issue