Release actions for 0.93
This commit is contained in:
parent
6a5f3381a7
commit
b24425f1d3
|
@ -1,5 +1,8 @@
|
||||||
terminator UNRELEASED:
|
terminator 0.93:
|
||||||
* Add preferences support for alternate_screen_scroll (LP: #558832).
|
* Add preferences support for alternate_screen_scroll (LP: #558832).
|
||||||
|
* Bug fixes for LPs: #562490, #563911, #546665, #558324, #490627,
|
||||||
|
#558376, #558375, #559185, #558330, #554571, #554440, #561697,
|
||||||
|
#562039, #558832, #561710, #563445 and some other bugs.
|
||||||
|
|
||||||
terminator 0.92:
|
terminator 0.92:
|
||||||
* Lots of juicy bug fixes
|
* Lots of juicy bug fixes
|
||||||
|
|
2
README
2
README
|
@ -1,4 +1,4 @@
|
||||||
Terminator 0.92
|
Terminator 0.93
|
||||||
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.
|
||||||
|
|
|
@ -21,4 +21,4 @@ TerminatorVersion supplies our version number.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
APP_NAME = 'terminator'
|
APP_NAME = 'terminator'
|
||||||
APP_VERSION = '0.92'
|
APP_VERSION = '0.93'
|
||||||
|
|
Loading…
Reference in New Issue