Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [55] - 2026-09-20

### Added

- Add support for GNOME Shell 51
- Add a tiling option menu to pick a tile while moving a window (#452)
- Semi-maximize tiles that use the full width or height of the work area

### Fixed

- Keep gaps on half tiles that span the work area (#448)
- Only semi-maximize tiles that actually reach the work area edges
- Apply the semi-maximize state after moving the window so it lands on the
intended tile (LP: #2155749)
- Base the available space on what a window actually occupies, not just its
intended tile
- Wait for a tiled window to settle before opening the Tiling Popup
- Handle window drags made via touch input
- Work around spurious pointer leave events from tablet tools
- Don't error out when a dragged window is destroyed or the extension is
disabled
- Load the saved session state and the layouts asynchronously instead of
blocking the shell with synchronous file I/O
- Update for the `Meta.Window` maximize API changes in GNOME Shell 49
(`get_maximized()` was renamed to `get_maximize_flags()`, and
`maximize()`/`unmaximize()` no longer take `Meta.MaximizeFlags`)
- Release the Alt-Tab switcher arrows, thumbnail bins and labels when it
is destroyed
- Don't ship the compiled GSettings schema in the zip file

## [54] - 2026-02-03

### Added
Expand Down
4 changes: 2 additions & 2 deletions scripts/aur-build/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-tiling-assistant
pkgdesc = A GNOME Shell extension to expand GNOME's native 2 column design.
pkgver = 54
pkgver = 55
pkgrel = 1
url = https://github.com/ubuntu/Tiling-Assistant
install = INSTALL
Expand All @@ -10,7 +10,7 @@ pkgbase = gnome-shell-extension-tiling-assistant
depends = gnome-shell
provides = gnome-shell-extension-tiling-assistant
conflicts = gnome-shell-extension-tiling-assistant
source = gnome-shell-extension-tiling-assistant::git+https://github.com/ubuntu/Tiling-Assistant.git#tag=v54
source = gnome-shell-extension-tiling-assistant::git+https://github.com/ubuntu/Tiling-Assistant.git#tag=v55
sha256sums = SKIP

pkgname = gnome-shell-extension-tiling-assistant
2 changes: 1 addition & 1 deletion scripts/aur-build/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Contributor: VeldoraTheDragon <127216238+VeldoraTheDragon@users.noreply.github.com>

pkgname=gnome-shell-extension-tiling-assistant
pkgver=54
pkgver=55
pkgrel=1
pkgdesc="A GNOME Shell extension to expand GNOME's native 2 column design."
arch=('x86_64')
Expand Down
2 changes: 1 addition & 1 deletion tiling-assistant@leleat-on-github/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"uuid": "tiling-assistant@leleat-on-github",
"gettext-domain": "tiling-assistant@leleat-on-github",
"settings-schema": "org.gnome.shell.extensions.tiling-assistant",
"version": 54
"version": 55
}
301 changes: 159 additions & 142 deletions translations/cs.po

Large diffs are not rendered by default.

301 changes: 159 additions & 142 deletions translations/de_CH.po

Large diffs are not rendered by default.

301 changes: 159 additions & 142 deletions translations/de_DE.po

Large diffs are not rendered by default.

301 changes: 159 additions & 142 deletions translations/es.po

Large diffs are not rendered by default.

301 changes: 159 additions & 142 deletions translations/hu.po

Large diffs are not rendered by default.

301 changes: 159 additions & 142 deletions translations/it_IT.po

Large diffs are not rendered by default.

301 changes: 159 additions & 142 deletions translations/ja.po

Large diffs are not rendered by default.

301 changes: 159 additions & 142 deletions translations/main.pot

Large diffs are not rendered by default.

301 changes: 159 additions & 142 deletions translations/nl.po

Large diffs are not rendered by default.

301 changes: 159 additions & 142 deletions translations/pl.po

Large diffs are not rendered by default.

301 changes: 159 additions & 142 deletions translations/pt_BR.po

Large diffs are not rendered by default.

301 changes: 159 additions & 142 deletions translations/ru.po

Large diffs are not rendered by default.

301 changes: 159 additions & 142 deletions translations/sk.po

Large diffs are not rendered by default.

668 changes: 494 additions & 174 deletions translations/sv.po

Large diffs are not rendered by default.

301 changes: 159 additions & 142 deletions translations/uk.po

Large diffs are not rendered by default.

301 changes: 159 additions & 142 deletions translations/zh_TW.po

Large diffs are not rendered by default.

Loading