Skip to content

Releases: ddterm/gnome-shell-extension-ddterm

v14

27 Apr 01:19
Compare
Choose a tag to compare
v14
  • Remove toggle.sh

v13

25 Apr 21:33
Compare
Choose a tag to compare
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

30 Mar 10:31
Compare
Choose a tag to compare

v11

26 Mar 04:56
Compare
Choose a tag to compare
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)

v10

17 Mar 16:51
Compare
Choose a tag to compare
v10
  • GNOME 40 compatibility
  • Fixed some old warnings #1
  • Unfortunately, added new ones #25

v9

19 Feb 15:15
Compare
Choose a tag to compare
v9
  • Fixed 'hide-window-on-esc' setting - now it takes effect without app restart
  • Improved unmaximization on Wayland a bit

v8

09 Feb 11:27
Compare
Choose a tag to compare
v8
  • Removed 1px of empty space when window height is set to 100% (so now it's actually 100%)
  • Fixed a regression on Gnome 3.36 + Wayland configuration

v7

27 Jan 01:28
Compare
Choose a tag to compare
v7
  • Proper fix for #20

v6

27 Jan 00:01
Compare
Choose a tag to compare
v6
  • Fixed memory leak #20
  • Shell restarts (on X11) are now handled correctly, even if the application is running

v5

14 Dec 09:39
Compare
Choose a tag to compare
v5
  • Use new WaylandClient API when available (hide terminal window from task bar on Wayland)
  • Code cleanup