Skip to content

v2.8.17

Choose a tag to compare

@oliwebd oliwebd released this 12 Jun 03:26
· 31 commits to main since this release
187b724

O-tiling v2.8.17

A distro-agnostic, EGO-compliant auto-tiling engine for GNOME Shell with the Aura focus border.

Supported GNOME Shell versions

GNOME Shell 49 (Fedora 43) and 50 (Fedora 44).

⚡ Quick Install (One Command):

curl -L https://github.com/oliwebd/o-tiling/releases/download/v2.8.17/o-tiling@oliwebd.github.com-v2.8.17.zip \
  -o /tmp/o-tiling.zip \
  && gnome-extensions install --force /tmp/o-tiling.zip \
  && gnome-extensions enable o-tiling@oliwebd.github.com

📦 Manual Install:

gnome-extensions install --force ~/Downloads/o-tiling@oliwebd.github.com-v2.8.17.zip
gnome-extensions enable o-tiling@oliwebd.github.com

Note: Log out and back in to activate.

Changes since last release

  • fix(tiling): allow smart gaps to function when active hint is enabled (7bc3cca)
  • chore: bump extension version to 2.8.17 (47c6cf0)
  • fix(theme): remove gtk css block when consistency set to default (a4a6719)
  • feat: replace workspace number text with an interactive workspace switcher and overview button (3f56732)
  • refactor: migrate WorkspaceNumberIndicator to PanelMenu.Button for proper integration (5604180)
  • feat: add workspace-number-indicator option to panel settings (4505c9c)
  • refactor: replace SpinRow with Scale for window tint opacity control and rename settings group (1f623ad)

*Built with Node v22.22.3 · pnpm *