Changelog for
qterminal-lang-1.3.0-39.4.noarch.rpm :
* Sat Apr 15 2023 Shawn Dunn
- Update to 1.3.0:
* Guaranteed correct positioning of the context menu under Wayland.
* Fixed a crash in the dropdown mode under Wayland.
* Improved UX by opening new terminals in current directory by default.
* Corrected typos and the meta-info license.
* Sat Nov 05 2022 Shawn Dunn - Update to 1.2.0:
* Add CI using GitHub Actions.
* Fixed command parsing with the `-e` option.
* Avoid segfault when using global menus.
* Improved documentation for the `--profile` option.
* Wed May 04 2022 Michael Vetter - Update 1.1.0:
* The bookmark functionality is improved a lot. An example bookmarks file is also added.
* Several (old) issues in the drop-down mode are fixed.
* A shortcut entry is added for the drop-down shortcut.
* Problems in closing of the last tab with prompt are fixed.
* Fixed updating of shortcuts on tab switching/removal/creation.
* Fixed right clicking of an empty area of tabbar.
* Now selecting an unlimited history in Terminal settings disables the history size spin-box.
* Mon Nov 08 2021 Michael Vetter - Update to 1.0.0:
* Bumped minimum required Qt version to 5.15.
* Respect preset splitting on opening new window and double clicking tab-bar.
* Trim shell strings.
* Added an option for keeping drop-down window open.
* Added a workaround for wrong menu positions under Wayland.
* Fri Apr 16 2021 Michael Vetter - Update to 0.17.0:
* Made \"Action after paste\" clearer and default to \"Scrolling to bottom\".
* Added an option to disable bracketed paste mode.
* Added modes for background image.
* Removed two warnings that were shown when QTerminal was started.
* Sun Nov 15 2020 Michael Vetter - Update to 0.16.1:
* Fixed a regression in the layout of Terminal settings dialog.
* Fixed translation of shortcuts (in Terminal settings dialog).
* Wed Nov 04 2020 Michael Vetter - Update to 0.16.0:
* Made closing of tab on middle-clicking optional.
* Avoid loop variable copy.
* Emit signals with Q_EMIT.
* Use the default constructor of QFlags.
* Dropped qmake .pro file.
* Made the color scheme dirs comply with XDG Base Directory Specification.
* Added an optopn for openning the new tab to the right of the active tab.
* Added virtual destructor to a base class.
* Let QStandardPaths::locateAll() handle application name.
* Put drop-down QTerminal on screen with cursor.
* Wed Jun 24 2020 Callum Farmer - Don\'t package filesystem dirs
* Mon Apr 27 2020 Callum Farmer - Changed qterminal.keyring to tsujan\'s key
* Sat Apr 25 2020 Callum Farmer - Update to version 0.15.0
* A scrollable and compact Settings dialog.
* Added actions for switching to tab by index.
* Allowed to disable drawing line characters.
* Allowed a fixed custom size for QTerminal.
* Made the menubar accelerators optional.
* Added \"Hide Window Borders\" to context menu and added an option for borderless state.
* Implemented an action that allows you to send the history to your editor.
* Fixes for macOS.
* Several fixes.