Skip to content

v2.9.12

Latest

Choose a tag to compare

@oliwebd oliwebd released this 09 Jul 21:58

O-tiling v2.9.12

A GNOME Shell auto-tiling extension featuring the Aura focus border, built for compatibility across Linux distributions.

####⚡ Quick Install (One Command)

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

####📦 Manual Install (Download 👇)

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

Note: After installing, log out and back in to activate the extension.


Changes Since v2.9.9

  • Settings: Migrated the preferences UI to "Adw.PreferencesWindow" and updated the build process to generate metadata in the correct output directory. (7244f50)
  • Animations: Improved animation handling by replacing broad transition removal with targeted translation property transitions and removing the async window mapping wrapper. (c5cf28e)
  • Maintenance: Updated release automation, refined window management logic, improved UI styling, and bumped the extension version. (8ac3676)
  • Performance: Added a fast resume mechanism to avoid full teardown and reinitialization when unlocking the screen. (25bd4ed)
  • Session Handling: Improved monitor detection and made session resume synchronization more reliable. (8dcb4c6)
  • Workspace Animations: Removed the selective disable guard to ensure proper cleanup. (cda0856)
  • Reliability: Ensured "disable()" always restores original methods, eagerly captures originals, and removes unnecessary nullable assertions. (0d44c21)

Additional Fixes

  • Fixed several minor bugs reported by users.
  • Improved the Floating Exception app windows logic, resulting in more reliable behavior.

Built with Node.js v22.23.1 · pnpm