Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Releases: zeroxoneafour/kwin-autotile

Autotile v1.2.1

04 Apr 20:11
v1.2.1
4dcd93b
Compare
Choose a tag to compare

Originally, I was going to release v1.1.1 as a bugfix release to v1.1.0. As new bugs were found, I worked to add new features to get rid of these new bugs. This created a new release, v1.2.0. Finally, I decided to just bite the bullet and convert the entire project to Typescript, eliminating many bugs from v1.2.0 and bumping the release to v1.2.1. Rest assured that v1.1.1 and v1.2.0 existed, they just weren't fully publicized.

Autotile v1.1.0

24 Mar 20:54
v1.1.0
c180725
Compare
Choose a tag to compare

Added toggle for forcing tiled windows above or below and added more description in the settings panel.

If anyone has ideas for more settings, I can implement them if they're not too complex.

Autotile v1.0.1

21 Mar 21:51
v1.0.1
76afe08
Compare
Choose a tag to compare

I knew popup windows were going to be broken because of Wayland, but they were also kind of broken because of my code. A healthy mixture of both, I guess. Anyways, this release fixes that to the best of my abilities. As far as I know, popups are still broken in XWayland and on windows that randomly pop up with dialog, but because KWin Wayland doesn't support EWMH, there's nothing that can be done.

This release also adds a small fix to retile minimized windows to where they were previously if possible.

Autotile v1.0.0

20 Mar 23:21
v1.0.0
0b70f67
Compare
Choose a tag to compare

I forgot to change the version in the Makefile for v0.3.1 from v0.3.0. That doesn't matter now anyways because v1.0.0 is out now! Almost completely bugfixed, patched up, and feature-complete as far as I am concerned, this project has went from a fun experiment to my (and many other people's) new daily driver in less than a week. I am so happy this project had such a positive response from people, and I hope that it can remain stable for a long time, or at least until KWin has integrated autotiling.

Autotile v0.3.1

20 Mar 22:44
v0.3.1
51b9cb2
Compare
Choose a tag to compare

This release brings some bugfixes to the shortcuts, a new option to toggle where new windows are inserted, and of course ever-crucial readme updates.

Autotile v0.3.0

19 Mar 20:48
v0.3.0
465a69a
Compare
Choose a tag to compare

Keyboard shortcuts are here! Assign them in the shortcuts menu of systemsettings. Supported functions include (as always) tiling and retiling, along with selection, moving, and swapping tiled windows. This release was really nice and easy to put together, and it should have almost the same level of functionality now as a regular, one layout tiling manager.

Autotile v0.2.2

19 Mar 06:25
ef3493f
Compare
Choose a tag to compare

Bugfixed fullscreen (maybe will be fixed more in future) and minimization. If you're coming from v0.1.3 or lower, there are major bug fixes and refactors that make this release much more palatable.