v2.1.4
版本发布时间: 2024-05-30 10:35:05
gnome-terminator/terminator最新发布版本:v2.1.4(2024-05-30 10:35:05)
It has been a long time since I last cut a release. Just a matter of a lot of little things getting in the way of cutting a release, and nothing seemed worthy of a release on it's own. Also, the nasty comments I've been getting in the issues has made me irrationally dig my heels in more. Anyways, here it is: A ton of tiny little fixes.
What's Changed
- Fix context menu keybinding reading. by @mattrose in https://github.com/gnome-terminator/terminator/pull/725
- Remove hack to ensure that focus is set. by @mattrose in https://github.com/gnome-terminator/terminator/pull/716
- Do not remove focus from the last_active_window by @Vulcalien in https://github.com/gnome-terminator/terminator/pull/726
- fix drag and drop by @mattrose in https://github.com/gnome-terminator/terminator/pull/728
- Capitalize the first letter for "Read only" by @pedroflor in https://github.com/gnome-terminator/terminator/pull/720
- Fix typo in man page by @magical-heyrovsky in https://github.com/gnome-terminator/terminator/pull/722
- Rewrite terminator.1 man page in AsciiDoc format by @Vulcalien in https://github.com/gnome-terminator/terminator/pull/733
- Remove settings 'hide_tabbar' and 'disable_real_transparency' by @Vulcalien in https://github.com/gnome-terminator/terminator/pull/734
- fix: typo in french translation by @Thibault-Brocheton in https://github.com/gnome-terminator/terminator/pull/738
- Remove more unused settings and update the docs accordingly by @Vulcalien in https://github.com/gnome-terminator/terminator/pull/735
- Rewrite terminator_config.5 man page in AsciiDoc format by @Vulcalien in https://github.com/gnome-terminator/terminator/pull/747
- Add detachable tabs feature to preferences by @zpalmtree in https://github.com/gnome-terminator/terminator/pull/698
- Alter get_text_range call based on VTE version by @mattrose in https://github.com/gnome-terminator/terminator/pull/777
- Revert "modify terminator separater size setting in gui to start from 1" by @mattrose in https://github.com/gnome-terminator/terminator/pull/778
- Updates for po/terminator.pot in hr by @transifex-integration in https://github.com/gnome-terminator/terminator/pull/774
- add new tab after current tab option by @x000zh in https://github.com/gnome-terminator/terminator/pull/767
- [bug 808] Plugins-dont-receive-keboard-signals-on-newly-opened-windows by @vssdeo in https://github.com/gnome-terminator/terminator/pull/809
- 805 keyboard shortcut support for plugins code decoupling by @vssdeo in https://github.com/gnome-terminator/terminator/pull/806
- Fix Insert Term Name Plugin error by @mattrose in https://github.com/gnome-terminator/terminator/pull/819
- 681 Plugin submission mouseless keyboard url open decoupled code by @vssdeo in https://github.com/gnome-terminator/terminator/pull/810
- Document syntax error by @xuezhixin in https://github.com/gnome-terminator/terminator/pull/807
- Updates for file po/terminator.pot in zh_CN on branch master by @transifex-integration in https://github.com/gnome-terminator/terminator/pull/798
- Add command line option --toggle-visibility by @j-d-r in https://github.com/gnome-terminator/terminator/pull/797
- Enable sixel support in VTE if it's available. by @Tyler-Hardin in https://github.com/gnome-terminator/terminator/pull/770
- fix: Minor fixes in terminatorlib/configjson.py by @nautics889 in https://github.com/gnome-terminator/terminator/pull/741
- feat: Add CLI command to reload configuration by @dantehemerson in https://github.com/gnome-terminator/terminator/pull/690
- Fix for issue #676: title field not seem to be working with JSON profile by @rkashinin in https://github.com/gnome-terminator/terminator/pull/736
- chore: bump ations/checkout (v2 -> v4) by @LeoDog896 in https://github.com/gnome-terminator/terminator/pull/821
- remove deprecated pytest-runner by @gotmax23 in https://github.com/gnome-terminator/terminator/pull/756
- fix: Remove unused imports in several modules #752 by @nautics889 in https://github.com/gnome-terminator/terminator/pull/753
- [bug 802] - Ability to undo or restore changes to the preferences #802 by @vssdeo in https://github.com/gnome-terminator/terminator/pull/822
- Fix: Add CLI command to reload configuration by @j-d-r in https://github.com/gnome-terminator/terminator/pull/824
- Ask before closing, even if there is only one terminal by @Vulcalien in https://github.com/gnome-terminator/terminator/pull/834
- Ask before close gui by @mattrose in https://github.com/gnome-terminator/terminator/pull/884
- 706 favorites bookmarks plugin by @vssdeo in https://github.com/gnome-terminator/terminator/pull/841
- window.py: Fix window group toggle keybind by @rcalixte in https://github.com/gnome-terminator/terminator/pull/883
- [bug 760] working directory feature is broken by @vssdeo in https://github.com/gnome-terminator/terminator/pull/882
- add missing @with_proxy, fixes #850 by @AtomsForPeace in https://github.com/gnome-terminator/terminator/pull/875
- [bug 835] 835-crash-after-unzooming-a-single-terminal-inside-a-tab #835 by @vssdeo in https://github.com/gnome-terminator/terminator/pull/849
- 846 mouseless keyboard url open fails to extract text and clear search between commands by @vssdeo in https://github.com/gnome-terminator/terminator/pull/855
- Updates for file po/terminator.pot in ru by @transifex-integration in https://github.com/gnome-terminator/terminator/pull/863
- feat: plugin - Save current user layout of all sessions, fixes #563 by @markdoerr in https://github.com/gnome-terminator/terminator/pull/878
- [bug 843] 843-Plugin-SaveLastSessionLayout-not-saving-layout-when-use… by @vssdeo in https://github.com/gnome-terminator/terminator/pull/844
- [bug 852] - 852-terminator_py_get_focussed_terminal_always_returns_none by @vssdeo in https://github.com/gnome-terminator/terminator/pull/856
- fix traceback in layout_done by @mattrose in https://github.com/gnome-terminator/terminator/pull/887
- fix syntax warnings by @mattrose in https://github.com/gnome-terminator/terminator/pull/886
- Properly parse file:/// URIs by @mattrose in https://github.com/gnome-terminator/terminator/pull/895
- Install manpages to share/man on FreeBSD by @arrowd in https://github.com/gnome-terminator/terminator/pull/898
New Contributors
- @pedroflor made their first contribution in https://github.com/gnome-terminator/terminator/pull/720
- @magical-heyrovsky made their first contribution in https://github.com/gnome-terminator/terminator/pull/722
- @Thibault-Brocheton made their first contribution in https://github.com/gnome-terminator/terminator/pull/738
- @zpalmtree made their first contribution in https://github.com/gnome-terminator/terminator/pull/698
- @x000zh made their first contribution in https://github.com/gnome-terminator/terminator/pull/767
- @j-d-r made their first contribution in https://github.com/gnome-terminator/terminator/pull/797
- @Tyler-Hardin made their first contribution in https://github.com/gnome-terminator/terminator/pull/770
- @nautics889 made their first contribution in https://github.com/gnome-terminator/terminator/pull/741
- @dantehemerson made their first contribution in https://github.com/gnome-terminator/terminator/pull/690
- @rkashinin made their first contribution in https://github.com/gnome-terminator/terminator/pull/736
- @LeoDog896 made their first contribution in https://github.com/gnome-terminator/terminator/pull/821
- @gotmax23 made their first contribution in https://github.com/gnome-terminator/terminator/pull/756
- @rcalixte made their first contribution in https://github.com/gnome-terminator/terminator/pull/883
- @AtomsForPeace made their first contribution in https://github.com/gnome-terminator/terminator/pull/875
- @markdoerr made their first contribution in https://github.com/gnome-terminator/terminator/pull/878
- @arrowd made their first contribution in https://github.com/gnome-terminator/terminator/pull/898
Full Changelog: https://github.com/gnome-terminator/terminator/compare/v2.1.3...v2.1.4
1、 terminator-2.1.4.tar.gz 1.02MB
2、 terminator-2.1.4.tar.gz.asc 866B