Skip to content

Releases: gnome-terminator/terminator

The Vaguely On Time Release

01 Mar 22:55
v2.1.3
Compare
Choose a tag to compare

It's been less than 6 months since the last release so I feel better about this one. Full details:

Full Changelog

Implemented enhancements:

  • Option to set split ratio of terminals #708
  • Add option to set given terminal to "read only" #649
  • background image - respect ratio #644
  • Shortcut for autosplit h/v depending on active terminal size #613
  • Feature: Insert terminal name to terminal (for broadcast) #540
  • Background image drawing modes and alignment #713 (Vulcalien)
  • Zoom on notebook even if there is only one terminal in the tab + keep tab position and label in notebook rotation #589 (Vulcalien)

Fixed bugs:

  • Resets the tab title on rotation #624
    • bug context menu (right click)->layouts->"Layout Name" always selec… #653 (vssdeo)
  • Fix missing icons when started with Ctrl-Alt-T #628 (MihaiBabiac)

Closed issues:

  • Terminator not working with latest version of python-cairo #711
  • [Bug][Fedora 36 KDE][terminator v2.1.1] "broadcast group" sends each terminal input/keystroke depending on the group's members count to everyone in the group #704
  • reset_clear doesn't show new prompt #703
  • -x/--execute still broken #702
  • Make unfocused terminal text transparent instead of blacker #694
  • A translucent separation occurs between terminals #687
  • [2.1.2] Foreground processes started in new window close immediately #673
  • Is there a official page to maintain a offical/third-part plugin list? #668
  • What happened to the change terminal titlebar under preferences? #664
  • [Feature Request] - In the Context Menu(Right-Click) show keyboard shortcuts / accelarators #662
  • terminator: error: unrecognized arguments #660
  • Plugin Submission : SaveLastSessionLayout Uses Layout to Auto-Save Last session and CWD on Terminal Window Close #654
  • Loading layout loads only the last added layout from context menu (right click) #652
  • When can we expect a new release? #650
  • Profiles for different Shells - is it possible? how does it work? #640
  • Double input to broadcasted group #623
  • background images only displaying on default profile #595
  • The repository 'https://ppa.launchpadcontent.net/mattrose/terminator/ubuntu jammy Release' does not have a Release file. #594
  • Increase the usage of augmented assignment statements #555

Merged pull requests:

  • Better distinguishing of inactive windows from the active one, by changing the background brightness #709 (KKoovalsky)
  • Ctrl+Click on group button automatically creates groups whenever needed #691 (nicbn)
  • [bug 680] Open up keybindings page on keypress #680 #686 (vssdeo)
  • Translate '/po/terminator.pot' in 'pt_BR' #684 (transifex-integration[bot])
  • Plugin and Group menu item that inserts the name of the terminal. #683 (mattrose)
  • Add Readonly toggle to popup menu #679 (mattrose)
  • Fix argument handling of the --execute flag #678 (shawn-ogg)
  • Remove all ibus workarounds #674 (mattrose)
  • [bug 613] - Shortcut for autosplit h/v depending on active terminal … #671 (vssdeo)
  • [bug 662] [Feature Request] - In the Context Menu(Right-Click) show k… #666 (vssdeo)
  • [bug 559] Add menu autocomplete #559 #665 (vssdeo)
  • [bug 662] [Feature Request] - In the Context Menu(Right-Click) show k… #663 (vssdeo)
  • [bug 654] - Plugin Submission : SaveLastSessionLayout Uses Layout to … #661 (vssdeo)
  • Update terminal.py #659 (flaviosteimacher)
  • docs: Change number of columns in repology badge #657 (pktiuk)
  • Plugin Submission : SaveLastSessionLayout Uses Layout to Auto-Save Last session and CWD #655 (vssdeo)
  • Fix typos #651 (kianmeng)
  • data: Remove GNOME branding #647 (sabriunal)
  • this line has an extra ';' symbol #632 (xuezhixin)
  • Use the term 'zero padded' instead of 'padded'. #189 (phidebian)

The Long Overdue Release

19 Oct 14:40
v2.1.2
Compare
Choose a tag to compare

Sorry this one took so long. It's a year and a half of various bugfixes and minor features.

Special thanks to @Vulcalien for doing a lot of the work on this, I have been busy with my dayjob and so most of the new features and bugfixes in this release are thanks to him, and many others that have stepped up with bugfixes or neat new functionality. It's been very rewarding to see the community grow.

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.1.2

Easter BugFix Terminator Release

02 Apr 20:33
v2.1.1
d72b6eb
Compare
Choose a tag to compare

Just a few minor fixes in this one, I've had a few requests for one of the bugfixes to be released, and trying to get a cadence of releasing once every three months going.

Full Changelog

Implemented enhancements:

  • add "switch profile" command to remotinator #321

Fixed bugs:

  • Terminal text isn't shown on lost focus of multiple tabs and hidden scroll bar #372

Terminator 2.1.0

04 Jan 16:02
v2.1.0
e003de9
Compare
Choose a tag to compare

Minor bugfixes and enhancements in this release, see the CHANGELOG for details

Package Maintainers

  • We have changed the tarball format, and it should now include all the files in the tarball, rather than just a subset. See #348
  • We now read the terminator config file from XDG_CONFIG_DIRS which defaults to /etc/xdg If you would like to customize the config for all distribution users, you can now put a config file in /etc/xdg/terminator/config

Implemented enhancements:

  • Smart Copy option to clear selection after copy #242
  • New feature: A Separate Json file for dynamic Layouts #213
  • new feature: support for term://1.2.3.4/ 'links' that when clicked open a new terminator ssh'ed to 1.2.3.4. #178
  • Reimplement "unfocused dim" using overpainting #74
  • Terminator now reads config file from /etc/xdg directory #308

Fixed bugs:

  • No (visible) context menu in sway #330
  • Saving a layout after changing it, it correctly updates the config file but does not update the UI #319
  • rewrap_on_resize is deprecated in vte-0.60.0 #303

Terminator 2.0.1 - Minor bugfix release

11 Oct 18:24
v2.0.1
Compare
Choose a tag to compare

There was some hiccups migrating from distutils to setuptools that resulted in a few files being missed from the tarball

Fixed bugs:

  • config settings lost when I cancel "Close multiple terminals" dialog #210

Closed issues:

  • Feature Suggestion: Splitted screen shells based on parent #230
  • Release 2.0 does not have signed assets #228
  • Some files install to the wrong location #227
  • Multi tab breaks transparent background #225

Merged pull requests:

  • make sure data/*.in files are there for distributors #237 (mattrose)
  • only set clear background when background_image in config #233 (mattrose)
  • fix INSTALL instructions for setuptools #232 (mattrose)

Terminator 2.0 - Migration to Gtk 3 and Python 3 complete

06 Oct 15:22
v2.0
Compare
Choose a tag to compare

Full Changelog

The new major version is a culmination of more than 4 years of work moving terminator from GTK 2 to GTK3 and from Python2 to Python3. This release fixes up a bunch more of the bugs from the GTK 3 migration and Python 3 migration, as well as a change of maintainers and repositories.

There is still a lot to do, and we need more help to keep Terminator available for
your daily use.

If you are interested in contributing to the project, please contact us, open issues,
discuss issues or help with whatever you can! Any help is welcome!

Notes for packagers:

  • All scripts now use #!/usr/bin/env python as shebang, when you are using
    python3 setup.py install or similar all binary scripts should be automatically
    modified to the correct shebang
  • Any feedback is welcome, please open an issue or join the community channels

Implemented Enhancements

  • Bold-is-Bright option #39
  • Keybindings for creating group in current tab and opening preferences window, as well as keybinding improvements #209 195 #211
  • Basic background image support #217
  • Preference to disable Ctrl + Scroll font size change #219

Fixed Bugs

  • Fixed a bug where search was not working properly: #28
  • Many other small fixes, see Full Changelog

v1.92 - First release on GitHub

18 Apr 10:53
v1.92
Compare
Choose a tag to compare

Full Changelog

This is the first release since 2017, while we are now a few years later a few things changed.

There is still a lot to do, and we need more help to keep Terminator available for
your daily use.

If you are interested in contributing to the project, please contact us, open issues,
discuss issues or help with whatever you can! Any help is welcome!

Notes for packagers:

  • All scripts now use #!/usr/bin/env python as shebang, when you are using
    python3 setup.py install or similar all binary scripts should be automatically
    modified to the correct shebang
  • Any feedback is welcome, please open an issue or join the community channels

Implemented enhancements:

Fixed bugs:

  • VTE Regexp should work with older VTE releases as well #10
  • ctrl+click should open links #3
  • Ensure Python 3 support #2
  • terminal: Add compat detection for Vte regexp feature #22 (lazyfrosch)
  • Fix some compat issues for Python 2.7 #18 (lazyfrosch)
  • Converting to python 3 and making all tests pass. #9 (JAugusto42)

Merged pull requests: