v2.1.2
版本发布时间: 2022-10-19 22:40:37
gnome-terminator/terminator最新发布版本:v2.1.4(2024-05-30 10:35:05)
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
- Fixed geometry hints by @Vulcalien in https://github.com/gnome-terminator/terminator/pull/416
- add feat: config to open links with single click by @nojhan in https://github.com/gnome-terminator/terminator/pull/398
- Added new get_focused_terminal dbus command which returns uuid of current focused terminal by @TheBigS in https://github.com/gnome-terminator/terminator/pull/389
- Add new vsplit hsplit cmd dbus by @TheBigS in https://github.com/gnome-terminator/terminator/pull/390
- run cmd on match by @nojhan in https://github.com/gnome-terminator/terminator/pull/399
- Added set_tab_title command to remotinator. by @yusufgungor in https://github.com/gnome-terminator/terminator/pull/435
- Fix the background image loading exception handling by @GerbenWelter in https://github.com/gnome-terminator/terminator/pull/436
- Fixed issue #433 (layout sometimes ignores ratio) by @Vulcalien in https://github.com/gnome-terminator/terminator/pull/442
- Bug Fix: 'Clear selection on copy' is always unchecked by @Vulcalien in https://github.com/gnome-terminator/terminator/pull/443
- Incorrect layout sorting in notebook by @AsadJivani in https://github.com/gnome-terminator/terminator/pull/454
- Closing tab on middle mouse button press by @kocho1984 in https://github.com/gnome-terminator/terminator/pull/451
- Add new plugin for opening current directory using right mouse button by @pktiuk in https://github.com/gnome-terminator/terminator/pull/459
- Fixed Issue #425 (hide_window will try to show a destroyed window) by @Vulcalien in https://github.com/gnome-terminator/terminator/pull/456
- tell titlebar to start focussed out if it does not have focus by @mattrose in https://github.com/gnome-terminator/terminator/pull/462
- Set CAN_FOCUS to False for notebook widgets by @marktimarev in https://github.com/gnome-terminator/terminator/pull/470
- add switch_profile_all command to remotinator by @mattrose in https://github.com/gnome-terminator/terminator/pull/471
- add parameters to remotinator split commands by @mattrose in https://github.com/gnome-terminator/terminator/pull/472
- Fix typo in
po/de.po
by @dennis-benzinger-hybris in https://github.com/gnome-terminator/terminator/pull/476 - Move titlebar settings to profiles (#379) by @Vulcalien in https://github.com/gnome-terminator/terminator/pull/481
- fixes for --config-json by @mattrose in https://github.com/gnome-terminator/terminator/pull/484
- Cursor: make it possible to change foreground color (#467) by @Vulcalien in https://github.com/gnome-terminator/terminator/pull/486
- add bg_img and bg_img_all commands to remotinator by @mattrose in https://github.com/gnome-terminator/terminator/pull/487
- Update tr.po by @StephenPeringer in https://github.com/gnome-terminator/terminator/pull/490
- remove vsplit_cmd and hsplit_cmd from ipc.py, superseded by newer hsp… by @mattrose in https://github.com/gnome-terminator/terminator/pull/491
- Make tabs detachable + minor bugfix by @Vulcalien in https://github.com/gnome-terminator/terminator/pull/494
- BugFix: terminal won't restart if there is no custom command by @Vulcalien in https://github.com/gnome-terminator/terminator/pull/500
- add Set Window Title item to context menu by @mattrose in https://github.com/gnome-terminator/terminator/pull/501
- Add a "Copy" button to clone profiles by @Vulcalien in https://github.com/gnome-terminator/terminator/pull/499
- Bug Fix: hide_window keybinding ignores Shift key by @Vulcalien in https://github.com/gnome-terminator/terminator/pull/510
- Add 'Disable mouse paste' by @Vulcalien in https://github.com/gnome-terminator/terminator/pull/512
- Add paste_selection keybinding. by @rkitover in https://github.com/gnome-terminator/terminator/pull/520
- Allow multiline commands in Custom Commands plugin by @VDuchon in https://github.com/gnome-terminator/terminator/pull/525
- Fix terminal separator size setting by @caprinux in https://github.com/gnome-terminator/terminator/pull/519
- Fix hide_window keybinding unset check by @tomty89 in https://github.com/gnome-terminator/terminator/pull/515
- Remove Encoding settings (deprecated) by @Vulcalien in https://github.com/gnome-terminator/terminator/pull/536
- os.environ does not have LANGUAGE in Centos8. by @xuezhixin in https://github.com/gnome-terminator/terminator/pull/544
- don't traceback while searching through /proc by @mattrose in https://github.com/gnome-terminator/terminator/pull/546
- Improve and optimize the code for background images by @Vulcalien in https://github.com/gnome-terminator/terminator/pull/551
- Add ability to configure cell width (font character spacing) by @FernandoBasso in https://github.com/gnome-terminator/terminator/pull/552
- Improve argument parser + implement bash completion by @Vulcalien in https://github.com/gnome-terminator/terminator/pull/506
- Unzoom terminal on interaction by @Vulcalien in https://github.com/gnome-terminator/terminator/pull/553
- Fix: handle_size treated as cell_width by @Vulcalien in https://github.com/gnome-terminator/terminator/pull/561
- Added hotfix for #78 that deletes GTK_IM_MODULE environment variable by @ozzdemir in https://github.com/gnome-terminator/terminator/pull/574
- Add initial flatpak-spawn support by @JayDoubleu in https://github.com/gnome-terminator/terminator/pull/570
- More fixes to the Color pickers in the Preferences Editor by @mattrose in https://github.com/gnome-terminator/terminator/pull/592
- Terminal ctrl+mousewheel: do not try to zoom if shift is pressed by @Vulcalien in https://github.com/gnome-terminator/terminator/pull/609
New Contributors
- @Vulcalien made their first contribution in https://github.com/gnome-terminator/terminator/pull/416
- @nojhan made their first contribution in https://github.com/gnome-terminator/terminator/pull/398
- @balac-ode made their first contribution in https://github.com/gnome-terminator/terminator/pull/428
- @yusufgungor made their first contribution in https://github.com/gnome-terminator/terminator/pull/435
- @AsadJivani made their first contribution in https://github.com/gnome-terminator/terminator/pull/454
- @kocho1984 made their first contribution in https://github.com/gnome-terminator/terminator/pull/451
- @pktiuk made their first contribution in https://github.com/gnome-terminator/terminator/pull/459
- @marktimarev made their first contribution in https://github.com/gnome-terminator/terminator/pull/470
- @dennis-benzinger-hybris made their first contribution in https://github.com/gnome-terminator/terminator/pull/476
- @StephenPeringer made their first contribution in https://github.com/gnome-terminator/terminator/pull/490
- @rkitover made their first contribution in https://github.com/gnome-terminator/terminator/pull/520
- @VDuchon made their first contribution in https://github.com/gnome-terminator/terminator/pull/525
- @caprinux made their first contribution in https://github.com/gnome-terminator/terminator/pull/519
- @tomty89 made their first contribution in https://github.com/gnome-terminator/terminator/pull/515
- @xuezhixin made their first contribution in https://github.com/gnome-terminator/terminator/pull/544
- @ozzdemir made their first contribution in https://github.com/gnome-terminator/terminator/pull/574
- @JayDoubleu made their first contribution in https://github.com/gnome-terminator/terminator/pull/570
- @amaan211 made their first contribution in https://github.com/gnome-terminator/terminator/pull/590
Full Changelog: https://github.com/gnome-terminator/terminator/compare/v2.1.1...v2.1.2
1、 terminator-2.1.2.tar.gz 1014.8KB
2、 terminator-2.1.2.tar.gz.asc 866B