- Update to version 2.1.4:
+ Full Changelog:
https://github.com/gnome-terminator/terminator/compare/v2.1.3...v2.1.4
+ Fix context menu keybinding reading.
+ Remove hack to ensure that focus is set.
+ Do not remove focus from the last_active_window
+ fix drag and drop
+ Capitalize the first letter for "Read only"
+ Fix typo in man page
+ Rewrite terminator.1 man page in AsciiDoc format
+ Remove settings 'hide_tabbar' and 'disable_real_transparency'
+ fix: typo in french translation
+ Remove more unused settings and update the docs accordingly
+ Rewrite terminator_config.5 man page in AsciiDoc format
+ Add detachable tabs feature to preferences
+ Alter get_text_range call based on VTE version
+ Revert "modify terminator separater size setting in gui to
start from 1"
+ Updates for po/terminator.pot in hr
+ add new tab after current tab option
+ [bug 808]
Plugins-dont-receive-keboard-signals-on-newly-opened-windows
+ 805 keyboard shortcut support for plugins code decoupling
+ Fix Insert Term Name Plugin error
+ 681 Plugin submission mouseless keyboard url open decoupled
code
+ Document syntax error
+ Updates for file po/terminator.pot in zh_CN on branch master
+ Add command line option --toggle-visibility
+ Enable sixel support in VTE if it's available.
+ fix: Minor fixes in terminatorlib/configjson.py
+ feat: Add CLI command to reload configuration
+ Fix for issue #676: title field not seem to be working with
JSON profile
+ chore: bump ations/checkout (v2 -> v4)
+ remove deprecated pytest-runner
+ fix: Remove unused imports in several modules
+ [bug 802] - Ability to undo or restore changes to the
preferences
+ Fix: Add CLI command to reload configuration
+ Ask before closing, even if there is only one terminal
+ Ask before close gui
+ 706 favorites bookmarks plugin
+ window.py: Fix window group toggle keybind
+ [bug 760] working directory feature is broken
+ add missing @with_proxy
+ [bug 835]
835-crash-after-unzooming-a-single-terminal-inside-a-tab
+ 846 mouseless keyboard url open fails to extract text and
clear search between commands
+ Updates for file po/terminator.pot in ru
+ feat: plugin - Save current user layout of all sessions
+ [bug 843]
843-Plugin-SaveLastSessionLayout-not-saving-layout-when-use…
+ [bug 852] -
852-terminator_py_get_focussed_terminal_always_returns_none
+ fix traceback in layout_done
+ fix syntax warnings
+ Properly parse file:/// URIs
+ Install manpages to share/man on FreeBSD
- Switch to generating tarball directly from git to harden package
against supply chain attacks
OBS-URL: https://build.opensuse.org/request/show/1181989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/terminator?expand=0&rev=27
- update to 2.1.0:
* We now read the terminator config file from XDG_CONFIG_DIRS which defaults to /etc/xdg
Global config is possible at: /etc/xdg/terminator/config
* Smart Copy option to clear selection after copy
* New feature: A Separate Json file for dynamic Layouts
* new feature: support for term://1.2.3.4/ 'links' that when clicked
open a new terminator ssh'ed to 1.2.3.4.
* Reimplement "unfocused dim" using overpaintin
* Terminator now reads config file from /etc/xdg directory
- includes 2.0.1:
* config settings lost when I cancel "Close multiple terminals" dialog
* Feature Suggestion: Splitted screen shells based on parent
* Release 2.0 does not have signed assets
* Some files install to the wrong location
* Multi tab breaks transparent background
* make sure data/*.in files are there for distributors
* only set clear background when background_image in config
* fix INSTALL instructions for setuptools
- includes 2.0:
* Culmination of more than 4 years of work
* GTK 2 to GTK3
* Python2 to Python3 completion
* new base repository url
Packaging:
* 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
Enhancements
* Bold-is-Bright option
* Keybindings for creating group in current tab and opening preferences
window, as well as keybinding improvements
* Basic background image support
* Preference to disable Ctrl + Scroll font size change
* Fixed a bug where search was not working properly
* Many other small fixes, see Full Changelog
- fixed bugs:
* No (visible) context menu in sway
* Saving a layout after changing it, it correctly updates the config file
but does not update the UI
* rewrap_on_resize is deprecated in vte-0.60.0
-rebase terminator-desktop.patch
OBS-URL: https://build.opensuse.org/request/show/862467
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/terminator?expand=0&rev=31
- Fix dependency chain (auto-detection, boo#1023712):
+ Add gobject-introspection BuildRequires
+ Drop typlib-1_0-Keybinder-3_0 Requires: it is being
auto-detected.
+ Drop vte Requires: this is provided by the library, but the
terminator code does not interact with it directly. It uses
the g-i bindings only.
+ Drop python-vte Requires: since the app was ported to be
gobject introspected, the legacy python-vte is no longer
needed.
OBS-URL: https://build.opensuse.org/request/show/454934
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/terminator?expand=0&rev=17