Releases: leukipp/cortile
Releases · leukipp/cortile
v1.1.0
Changelog
- 9136376 update docs
- 7a2b481 limit window sizes on proportion change
- 74f0e5f config file path via command line argument
- d6d26ba show only the visible windows on gui
- 0fb1494 exclude special window types from tiling
- ad31730 support proportion changes in all directions
- 77dac3b remove deprecated proportion configs
- 9a6ce95 use window age for initial tiling order
v1.0.0
v1.0.0-rc.3
v1.0.0-rc.2
Changelog
- 2abd158 update release file
v1.0.0-rc.1
Changelog
- 13d4b72 update release workflow
v1.0.0b1
Install
go install github.com/leukipp/[email protected]
Improvements
- Configurable hot corners.
- Configurable maximum count of windows.
- Configurable margins around the tiling area.
- Slave only mode via master size decrease to 0.
- Additional tiling layouts for left-to-right and bottom-to-top support.
- More detailed README.md.
Bugfixes
- Embedded config fixes issues #2, #4.
- Fix ghost windows in cases where a window appears only for a short time.
Breaking Changes
- Previous
config.toml
is not compatible with this release. - Please copy the new default config and adjust any previously made changes once again.
v1.0.0a4
Install
go install github.com/leukipp/[email protected]
Improvements
- Support for floating windows (Always on Top).
Bugfixes
- Persistent window info.
v1.0.0a3
Install
go install github.com/leukipp/[email protected]
Improvements
- Improve memory consumption.
- Swap windows via drag and drop.
Bugfixes
- Ghost windows are now gone.
- Disable hot corner events if untiled.
- Missing lockfile write permissions are ignored.
Breaking Changes
- If the lockfile can' t be created, multiple instances may cause issues.
v1.0.0a2
Install
go install github.com/leukipp/[email protected]
Improvements
- Codebase cleanup.
- Handle panel resizes.
- Configurable initial tiling layout.
- Extended config for master-slave proportion.
Bugfixes
- Allow only one instance.
- Ghost windows should now occur less frequently.
Breaking Changes
- Previous
config.toml
is not compatible with this release.
v1.0.0a1
Install
go install github.com/leukipp/[email protected]
Improvements
- Error logs.
- Tile on startup.
- Hot corner events.
- Resize of master/slave area.
- Extended config for ignoring windows.
- Fullscreen layout on window maximization.
Bugfixes
- Partial support for multi monitors.