Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: gTile/gTile

V67

24 Jan 09:17
e7d0e27

Choose a tag to compare

What's Changed

Full Changelog: V66...V67

V66

20 Jan 20:01
22d1838

Choose a tag to compare

V66

What's Changed

New Contributors

Full Changelog: V65...V66

V65

25 Sep 17:11
d7a4e21

Choose a tag to compare

V65

Note: This release is incompatible with Gnome 48 or below

What's Changed

New Contributors

Full Changelog: V64...V65

V64

22 Mar 09:21
a8ffaa8

Choose a tag to compare

V64
  • Add support for Gnome 48 (extension is compatible without further code changes)

V63

29 Dec 14:29
ee8014c

Choose a tag to compare

V63

Release V63

V62

16 Dec 16:20
53cece4

Choose a tag to compare

V62
  • Fixed regression introduced in version 53: Autotile main layouts now support multiple workspace ratios.

V61

22 Sep 15:41
27e7d8a

Choose a tag to compare

V61
  • Support for Gnome 47 (extension is compatible without further code changes)
  • Revert "auto-snap-window" feature due to breaking changes in user experience in conjunction with other gTile features
    • This feature remains removed from the extension until a clean solution is found & implemented

V59

23 Mar 11:24
6ac2116

Choose a tag to compare

V59
  • Add support for Gnome 46 (extension is compatible without further code changes)

V58

19 Feb 20:28
a8d4f7f

Choose a tag to compare

V58
  • Overhauled gTile overlay placement logic
    • Restored old placement behavior.
    • The gTile overlay is now placed in the center of the currently focused window by default.
    • The gTile overlay is now hidden/closed when the Gnome workspace overview (Super-key) is activated.
    • A new setting allows to toggle between new and old placement modes, i.e., "at cursor" or "within the focused window".

V57

14 Feb 19:01
bb561bf

Choose a tag to compare

V57

Breaking change:

  • Permanently removed/renamed dconf setting keys resize-left, resize-up, resize-right, resize-down.
  • Users that assigned custom shortcuts for interactively resizing windows must re-assign these shortcuts in the preference dialog.

New and changed functionality:

  • Allow interactive window resizing in all directions via keybindings (#369, see breaking changes!).
  • The keybinding dialog now also works on X11 (#363)
  • Minimized windows are now properly ignored when using the autotile feature.
  • Builds no longer requires the compilerOptions.skipLibCheck build option.