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