Skip to content

Releases: leukipp/cortile

v1.0.0

04 May 11:46
Compare
Choose a tag to compare

Changelog

  • 1917b77 update docs
  • de1d3cb configurable gui appearance
  • 98492f8 fix window movements caused by geometry reloads
  • 944a88c fix wrong workspace size when run on startup
  • fa08f66 fix proportion updates caused by added windows
  • 5e8c415 change log levels

v1.0.0-rc.3

24 Apr 21:23
Compare
Choose a tag to compare

Changelog

v1.0.0-rc.2

17 Apr 09:17
Compare
Choose a tag to compare

Changelog

v1.0.0-rc.1

17 Apr 09:16
Compare
Choose a tag to compare

Changelog

v1.0.0b1

26 Jul 21:33
Compare
Choose a tag to compare

Install

go install github.com/leukipp/cortile@v1.0.0b1

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

07 Apr 22:34
Compare
Choose a tag to compare
v1.0.0a4 Pre-release
Pre-release

Install

go install github.com/leukipp/cortile@v1.0.0a4

Improvements

  • Support for floating windows (Always on Top).

Bugfixes

  • Persistent window info.

v1.0.0a3

28 Mar 17:06
Compare
Choose a tag to compare
v1.0.0a3 Pre-release
Pre-release

Install

go install github.com/leukipp/cortile@v1.0.0a3

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

18 Mar 15:23
Compare
Choose a tag to compare
v1.0.0a2 Pre-release
Pre-release

Install

go install github.com/leukipp/cortile@v1.0.0a2

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

19 Feb 21:48
Compare
Choose a tag to compare
v1.0.0a1 Pre-release
Pre-release

Install

go install github.com/leukipp/cortile@v1.0.0a1

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.