terminator/ChangeLog

184 lines
7.1 KiB
Plaintext
Raw Normal View History

2010-01-23 19:33:43 +00:00
terminator 0.90:
* Almost complete refactoring of the code. This almost
2010-03-30 19:00:39 +00:00
inevitably means some regressions, unfortunately, but
it brings serious internal improvements and some new
features.
* Brand new preferences editor, including profiles and
layouts. The editor now saves to a config file.
2010-01-23 19:33:43 +00:00
2009-07-13 23:29:29 +00:00
terminator 0.14:
* Major reworking of the grouping interface by Stephen
Boddy
2009-12-03 13:00:22 +00:00
* 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
2009-07-13 23:29:29 +00:00
2009-01-26 16:39:35 +00:00
terminator 0.13:
* Bug fixes
* Added a shortcut key to make the window appear/disappear
(somewhat like a "Quake console" mode. Needs the deskbar
python bindings to work)
* Update pot generation to use intltool-update
2009-03-23 21:09:45 +00:00
* Allow users to permanently fix the title of a tab
* Added command line option to specify working directory
* Improve transparency support in composited desktops.
* The tab bar can now be hidden and/or scrolled.
* Add configurability of cursor colour and shape
* Support various VoIP URIs
2009-06-23 19:54:25 +00:00
* Add command line option to force a particular window title
* Add a hotkey for spawning a new Terminator instance
(emulates a "new window" feature)
2009-06-23 19:54:25 +00:00
* Ability to group by tab
* SunOS support (via patch from Lewis Thompson)
* Silly notify-osd message on exit (suggested by pitti)
* Drag and drop icon is now a scaled terminal image
2009-01-26 16:39:35 +00:00
terminator 0.12:
* Bug fixes
2009-01-05 23:12:03 +00:00
* Simultaneous typing support
* Directional terminal navigation
* Improved search UI
* Graphical Profile Editor
* Bug numbers for launchpad.net are now URLs
2008-09-19 17:29:36 +00:00
terminator 0.11:
* Bug fixes
* X session support
2008-08-27 00:35:32 +00:00
terminator 0.10:
* Various bug fixes.
2008-09-03 18:34:59 +00:00
* New, improved config file parsing
* Improved spawning of more complex terminal commands
* Debug server (not useful for most people)
* Configurable keyboard shortcuts
* Scrollback searching
* Support --geometry
2008-08-27 00:35:32 +00:00
2008-02-20 00:56:23 +00:00
terminator 0.9:
* Tab support
* Drag & Drop support
2008-06-17 00:30:17 +00:00
* Added support for ~/.config/terminator/config
* Switch the meanings of "horizontal" and "vertical" wrt splitting,
after extensive user feedback. Added context menu icons to try and
make the meaning clearer.
2008-05-30 00:14:47 +00:00
* Added keybindings for terms size and scrollbar manipulation. Thanks
Emmanuel Bretelle.
2008-04-07 22:01:00 +00:00
* Completely revamped config system which now transparently makes use
2008-05-21 16:34:44 +00:00
of gconf settings if they are available, falls back to sensible
2008-06-17 00:30:17 +00:00
defaults if not, and can be overridden entirely by ~/.config/terminator/config
* Support terminal zooming - now you can quickly hide all terminals apart
from one and either scale the fontsize or not.
2008-05-22 00:57:08 +00:00
* New application icon from Cory Kontros
* FreeBSD support (thanks to Thomas Hurst)
* Watch the system monospace font setting. Closes LP #197960
* Proxy support (via GNOME and $http_proxy)
* GConf backend now caches
* Fix redundant title when there is only one Term. Closes LP#215210
* Try much harder to find a usable shell
* Support encodings a-la GNOME Terminal
* Move python support code to a terminatorlib module
* Many other bug fixes and wider compatibility with GNOME Terminal
* Add support to cycle term within the same tab. Closes LP#238205.
This can be disabled by setting cycle_term_tab to False in
~/.config/terminator/config
2008-02-20 00:56:23 +00:00
2008-02-17 01:51:36 +00:00
terminator 0.8.1:
2008-02-20 00:07:34 +00:00
* Fixed ChangeLog
* Revert URI matching behaviour to the same as gnome-terminal
* Close LP #179315 with a fuller fix that provides proper colour support
2008-02-17 01:51:36 +00:00
2008-02-16 02:17:35 +00:00
terminator 0.8:
2008-02-20 00:07:34 +00:00
* Make dependency on python-gnome optional. Non-gnome users can now reap
the glorious benefits of Terminator and will only lose the ability to
open email URLs (assuming their browser won't handle this for them).
Closes LP #184809
2008-02-08 10:20:48 +00:00
* Remove blank translations from .desktop file to fix empty menu entries.
2008-02-20 00:07:34 +00:00
Closes LP #187187
* Add application icon at various sizes including a window icon
2008-02-20 00:07:34 +00:00
* New options parser allowing -x support. Closes LP191124
* More translations (thanks!)
terminator 0.7:
* Fullscreen support, via a patch from Thomas Meire. Closes LP #178914
* Improved behaviour when closing terminals/window. Result of work by
Thomas Meire. Closes LP #161121
* Freedesktop .desktop file and appropriate setup.py entry for
installing it. Closes LP #178943
2008-01-15 18:16:02 +00:00
* Translation support, with Spanish, Dutch, Italian and Romanian
translations. Closes LP #161120
* Stop clashing with gnome-terminal's paste shortcut key, move
horizontal splitting shortcut too, and add support for
gnome-terminal's copy/paste shortcuts. Closes LP #179310
* Borderless support (tell your window manager not to decorate
Terminator)
2008-01-15 18:16:02 +00:00
* Font zooming support. Closes LP #178792
* Set the VTE widget to have a tooltip of its window title. This may be
reverted if it is annoying
* Support GNOME Terminal profile settings for backgrounds.
Closes LP #180717
* Use our own default values if there is no gnome-terminal profile.
Closes LP #179315
terminator 0.6:
* Use new gnome-terminal gconf key to find available profiles
* Move a few more hardcoded items to our settings array (not that
it can be overridden yet)
* Fix handling of exiting child processes to properly track
gnome-terminal settings
* Add Ctrl-Tab and Ctrl-Shift-Tab as options for switching terminals
(patch from Kees Cook)
* Stop using parent.show_all() when removing/adding a terminal and
instead show the actual widgets that have been created. This
prevents scrollbars from re-appearing after they have been hidden
terminator 0.5:
* The terminator window is now able to resize smaller,
thanks to Kees Cook for the fix.
* Email addresses are now matched and opened correctly.
Closes LP #139015
* Double clicking a URL now selects the whole URL. Closes LP #129533
* The default behaviour is now to open a single 80x24 terminal rather
than four terminals in a maximised window. Closes LP #126219 and
should force me to fix LP #87720
* There are now hotkeys for switching between terminals, splitting
terminals and closing them. Closes LP #149931 and #148622(thanks
to Huanghe for patches for this)
* If there is only one terminal, closing it will not produce a quit
message
terminator 0.4:
* Architecture should be all, not any
* Fix section
* Add AUTHORS file
* Rename script to drop the .py
* Handle the gnome-terminal profile better by offering command options
* Fudge around some resizing issues
* Fix child spawning to avoid segfaulting zsh
* Misc. code formatting/style improvements
* Refactor terminal splitting into one axis agnostic function
* Flesh out setup.py a tiny bit more
terminator 0.3:
* Implemented terminal closing, which correctly reparents its sibling
(if any)
* Updated documentation to reflect a serious bug with shells that aren't
bash (or at least zsh)
terminator 0.2:
* Support dynamically splitting terminals
terminator 0.1:
* Fixed some distribution wording
* Fix build-depends
* Initial release