- Fixed regression introduced in version 53: Autotile main layouts now support multiple workspace ratios.
- 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
- New setting "auto-snap-window"
- When enabled, gTile UI automatically pre-selects a fitting size for the active window for the current grid.
- Maintenance: Fixed typo in settings (#377), add functional tests, and upgrade dependencies
- Add support for Gnome 46 (extension is compatible without further code changes)
- 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".
Breaking change:
- Permanently removed/renamed
dconf
setting keysresize-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.
- Fix #361: gnome-shell process froze due to an allocation size overflow when changing the grid size list in the extension preferences.
- Satisfy non-functional requirements to be publishable on extensions.gnome.org.
- Add preferences dialog
- Complete rewrite. Check PR #341 for more information and breaking changes.
- Support for Gnome 45
Mantenance release, bumped up gnome-shell version Fix #305 - null metawindow for autotile global shortcut
Maintenance release, bumped up gnome-shell version Minor fixes to stylesheet
Breaking change:
- Tile coordinates now starts with 1 instead of 0. If you defined custom accelerators, you need to increase all coordinates by 1.
- Tiling will not work on coordinates cotnaining 0.
New and changed functionality:
- Tile coordinates can be specified from right (down) edge by using negative nubmer, i.e. -3:-1 -4:-2
- Tile coordinates can be specified as float in range 0.0 .. 1.0, prefixed by "~", i.e. ~0.1:~0.2 ~0.5:~0.6
- All styles of tile coordinates can be mixed and matched, i.e. 2:-3 ~0.5:-1
- Fixed rounding error for shortcuts window placement
New and changed functionality:
- More intuitive behavior on manual window move/resize around screen edges
- Autoclose GUI after keyboard shortcut (disabled by default)
- Keyboard shortcut target monitor with mouse (disabled by default)
Changes enforced by gnome-shell:
- Remove deprecated Lang
New and changed functionality:
- Theme support. Light, dark, classic and default themes.
Bug fixes:
- Fix - wrong argument list for Box.packing, in prefs
Changes enforced by gnome-shell policies and upgrades:
- Get rid of globals in hotkeys
- Partially move out of Lang
- Increase max margins to 240 - fix #40
- Added 10 keyboard accelerators for AutoTiling - fix #32
- Allow to hide icon - fix #37
- Fix floating background window jumps
- Fix reference to invalid objects that happens in mouse resize
- Gnome-shell version support to 28
- Event connection leak on focus-window
- Autodetect panels on screen, removed settings TopPanel and Bottom Panel
- Support screen rotation for keyboard shortcuts
- Sort preset keys in preferences
- Add full keyboard control, window position presets, full settings control through preferences dialog. Fixed couple bugs here and there.
- Fix an issue on tracking focused window
- Add compatibility with Gnome-Shell 10
- Fix some UI Issues
- UI changes
- Compatibility Gnome Shell 3.6.1
- Compatibility Gnome Shell 3.4.1 + small bug correction
- Add Key binding settings + Compatibility 3.4.1
- Correct small bug on auto tile where monitor height was considered without gnome-panel on primaryMonitor
- AutoTile function : 2 new auto tile features + Replace Animation and auto close text by icons
- Now gTile follows your focus window !! Thanks to Claus Beerta he implements it in a branch.
- I change the implementation so that it works with multi-screen and I also added animations.
-
Not validated
-
However he added the keybinding in settings (into the file extension.js) but it s still buggy I think
-
So I let it for those who wants to try it.
- Correct bug where Desktop can be tile
- 3x2 button added by default
- Add Auto-close once resize
- Add Smooth animation when toggle extension
- New icon (/!\ auto-close may cause some bugs so let me know if you had any thanks).