Releases: ddterm/gnome-shell-extension-ddterm
Releases · ddterm/gnome-shell-extension-ddterm
v15
v14
- Remove toggle.sh
v13
- Improved error message for missing typelibs #34
- Fixes for resizing issues
- Keyboard shortcuts split into two groups: global/extension and application
- Special keys (media/fn) can now be used for global shortcuts #33
- Terminal can be toggled from command line #33
- New global shortcut: show/activate terminal. Brings the window to front if it is already visible
- Adjusted
metadata.json
so that extensions.gnome.org lists the extension as compatible with GNOME 40 again
v12
v11
- Added URL detection similar to GNOME Terminal: #6
- Fixed multiple warnings related to object destruction: #25 970cd20
- Now the app will show an error message using Zenity, if some dependency is not installed
- GDK_BACKEND environment variable is now correctly passed to subprocesses in all cases (i. e. it's never affected by ddterm's backend setting)
- Keybindings and popup menu entries to open new tab in various positions (before/after current/all)