Skip to content

v0.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 21:16
· 967 commits to master since this release

v0.1.1 (2021-08-20)

Bug Fixes

  • wm: handle winvd errors gracefully (6f7e8779)
  • wm: limit to a single virtual desktop (74811fbe)
  • wm: prevent hidden_hwnds deadlock (209cd828)
  • wm: restore focus to monocle on ws switch (c7bf09e3)

Code Refactoring

  • clippy: apply all super pedantic lints (292bdb28)
  • workspace: extract fns for container focusing (df07409a)
  • wm: improve data consistency + scoping (2e86b607)
  • windows_callbacks: push logic further up (42b9305d)
  • komorebic: inject metadata from cargo (23aada05)

Features

  • wm: allow all app identifiers for all rules (1625ca6e)
  • wm: add additional manage rules (4e9b2948)
  • wm: forcibly manage and unmanage windows (8ffe6f78)
  • wm: add workspace rules (1eba8aa0)
  • komorebic: add change-layout command (98f731ba)
  • wm: add native window maximization toggle (0725549d)
  • komorebic: add log command (13b335ce)

Build

  • cargo: set -Ctarget-feature=+crt-static (ffb86458)

Continuous Integration

  • dependabot: add configuration file (f11dcbc0)
  • scoop: stop proc if running before updates (564ee89c)

Chore