terminator/CHANGELOG.md

20 KiB

Changelog

v2.0 (2020-10-06)

Full Changelog

Implemented enhancements:

  • Feature Request: "broadcast-only" option in profile preferences #157
  • Feature Request: Key binding option for creating group in current tab #156
  • Terminator should use XDG_CONFIG_HOME environment variable if it's available. #152
  • align maximize option spelling with gnome-terminal #125
  • Putty style paste makes it impossible to reach preferences #120
  • Adjust Line Height #111
  • Allow to open layout in a new tab #106
  • Use VTE api instead of python psutil to get cwd. #82
  • Make a submenu of Layouts in the popup menu. #63
  • Search should have a case-sensitive option #44
  • Remove default keybindings for enabling terminal broadcast #40
  • Feature Request
  • No option for background image in gtk3 version #5
  • Terminator need to highlight search string #4
  • rely on python psutil to get the cwd #83 (mattrose)
  • Propagate tab-swictch events if there is only one tab #61 (blackm0re)
  • Install AppStream data as .metainfo.xml #53 (DarthGandalf)
  • Added option to disable ctrl+mousewheel zoom #46 (filipkilibarda)
  • Add layout launcher to terminal popup menu. #42 (nbeaver)
  • #38: Add option for configuring bold-is-bright setting of VTE #39 (JakubVanek)
  • Only import GdkX11 when available #19 (mattrose)
  • Removing packaging files from the repository #7 (lazyfrosch)

Fixed bugs:

  • Fails to run for LDAP user #128
  • Crash in paned.py:311 #68
  • terminator runs in network namespace only with -u option dbus #65
  • dbus FileNotFoundError #58
  • Middle click does not paste selected text #24
  • Fix crash when GdkX11 module is not available when creating layout #113 (mattrose)
  • Do not crash when dbus server is unavailable, just emit an error message #88 (mattrose)
  • Fix fallback for getting the current working directory #87 (terceiro)
  • fix FileNotFound error when terminator is run from a directory that no longer exists #81 (mattrose)
  • Fix layout launcher error #59 (FernandoBasso)
  • fix traceback on dragging and dropping files from a file manager #54 (mattrose)
  • Disable special logic for pasting on Wayland #51 (lazyfrosch)
  • searchbar: Implement modern/glib regexp support #43 (lazyfrosch)
  • fix exception when feeding terminal number to terminal #35 (mattrose)
  • terminal: Improve compat for Vte Regex #28 (lazyfrosch)

Closed issues:

  • Feature request: Preference to disable Ctrl + Scroll font size change #219
  • AttributeError: 'Terminal' object has no attribute 'spawn_async' #218
  • Question - custom command line #212
  • Terminator overwrite shortcut of console Applications #204
  • Gap between windows #203
  • Search does not work #199
  • Selecting first char of a line for copy-paste is impossible #191
  • Duplicate Key Bindings are Allowed in Preferences \> Keybindings #190
  • Cannot open terminator windows with different configs #184
  • Feature request: reenable broadcast keybindings and warn on their first use instead #183
  • Add Terminator version in About screen #169
  • Feature Request: Add hyperlink support #164
  • ctrl-alt-a activates even when terminal has no focus #163
  • TypeError in terminal.py #162
  • Cannot "Drag and Drop" Folders or Files #159
  • Active tab identification #158
  • Is terminator is rolling for Windows Subsystem For Linux WSL??? #154
  • broken mouse events in fullscreen applications #151
  • Key Bindigs That Contain a Key Modified by a Shift Key Don't Work #149
  • move translation of ConfigObj from main terminator code to the only method that uses it. #148
  • Gnome session support no longer works #147
  • Errors in prefseditor.py #137
  • PuTTY style paste is pasting from x-selection instead of clipboard #134
  • Terminator separator size cannot be changed #133
  • update dependencies in INSTALL.md #127
  • Feature request: show bold text in bright colors option #122
  • Feature request: configurable shortcut to open Prefs #121
  • Support desktop dark/light theme #119
  • conflicting UUID when cloning layout #115
  • Add support for tmux integration like iTerm2 #107
  • Ubuntu 20.04 drag and drop crashes #103
  • When opening a new window, terminator automatically switch to the last tab of the first window. #99
  • Why we use python in shebang #98
  • Ubuntu 20.04 split terminal broadcast duplicate keys #96
  • ubuntu 18.04 Install ok but no desktop icon #95
  • There are still translation commits to launchpad #85
  • cwd.get_pid_cwd is a mess. #80
  • Broadcast issues additional key to terminals #78
  • Resize borderless window #75
  • Add distribution info into INSTALL #45
  • Alt+ScrollWheel ? #29
  • Switch to setuptools #14
  • Improve gettext integration #13

Merged pull requests:

v1.92 (2020-04-18)

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:

* This Changelog was automatically generated by github_changelog_generator