Skip to content

Releases: LGUG2Z/komorebi

komorebi nightly (22c1d5fc04af62aa0f75164b96e41f00377a5437)

22 Sep 00:54
Compare
Choose a tag to compare

This nightly release of komorebi corresponds to this commit.

v0.1.28

15 Jul 16:09
Compare
Choose a tag to compare

v0.1.28 (2024-07-15) - Rafah

Bug Fixes

  • wm: handle "rdpudd chained dd" edge case (ef9e7346)
  • animation: disable on cross-monitor ops (50a27923)
  • animation: add async focus manager for mff (2c8f25ef)
  • config: add runtime ws rules on generation (aebe8792)
  • borders: gate windows impl behind win11 check (94144666)
  • wm: hide non-focused windows in containers (1d0ac9b5)
  • borders: remove monocle accents on shutdown (00fc5382)

Features

  • config: add "color-hex" format to jsonschema (bdc1cad5)
  • animation: add window animations (e2f2d6b9)
  • stackbar: allow custom font family and size config (9fb6f8eb)
  • cli: add cmds to clear workspace rules (6eb61296)
  • cli: add detailed version info w/ shadow (2a67c9c7)
  • wm: add min height/width options (60bc96e9)
  • wm: add window based work area offset overrides (128db850)
  • config: soft deprecate window_hiding_behaviour variants (cc7dbde0)
  • wm: dynamic lookup for container behaviour (b985659e)
  • borders: add windows accent implementation (9e37baa8)

Documentation

  • mkdocs: add updates for v0.1.28 features (faa77869)
  • readme: add new demonstration video (7b1ece96)

Continuous Integration

  • github: rm nightly tag before running kokai (67f14730)
  • github: add nightly releases on master (5e9d573f)

Chore

  • release: v0.1.28 (0cdce8fc)
  • deps: bump win32-display-data (3c8a6cb7)
  • deps: bump eframe from 0.27.2 to 0.28.1 (5b997b6e)
  • deps: bump serde from 1.0.203 to 1.0.204 (9e87baa8)
  • deps: bump bitflags from 2.5.0 to 2.6.0 (a5735c41)
  • deps: bump serde_json from 1.0.117 to 1.0.119 (48cb3db2)
  • deps: bump clap from 4.5.7 to 4.5.8 (24bff7e5)
  • dev: begin v0.1.28-dev (9a65a4ae)

v0.1.27

19 Jun 22:10
Compare
Choose a tag to compare

v0.1.27 (2024-06-19) - Zipper

Bug Fixes

  • wm: ensure window msg threads are stopped (83cc7bf7)
  • wm: remove blocking channel send calls (8bf4ab9f)
  • ffm: follow focus across monitor boundaries (31864b15)
  • borders: always validate border client area (d2d6484e)
  • borders: handle snapshot edge cases (a11da216)
  • wm: restart cmd listener thread on panic (edc87d99)
  • wm: ensure moves to floating workspaces (280aebf1)
  • transparency: handle stackbar tab clicks (a488890a)
  • cli: make quickstart respect whkd config dir (9a0ee8e8)
  • cli: make quickstart config home-aware (f2351005)
  • transparency: log and don't propagate errors (a5fb5527)
  • cli: add monitor-information command (aa24c419)
  • cli: use utc for log timestamps (1320b744)
  • wm: valid directions all require count > 1 (e8f6a66b)
  • cli: respect named ws send behaviour (27037449)
  • stackbar: destroy hpen, hbrush + hfont objs (6c90001c)
  • borders: destroy hpen and hbrush objects (3232d924)
  • wm: reap monocle and maximized windows (5cff90a6)
  • wm: detect both physical and virtual monitors (da7a9394)
  • wm: dynamically reserve monitor ring space (340c1373)

Code Refactoring

  • wm: use saturating_sub for idx-1 updates (67a3c354)
  • wm: use from trait to construct windows (133311bb)
  • ahk: remove derive-ahk and references (03fdbea5)

Features

  • transparency: add transparency manager module (cad2eb9a)
  • wm: unset unknown bits when using bitflags (e57b08d0)
  • wm: allow stack expansion in direction (cfb0c7f2)
  • cli: add stack-all and unstack-all cmds (88684f99)

Performance Improvements

  • wm: increase channel bounds 5 -> 20 (c022438a)
  • borders: selectively invalidate border rects (3d518f73)
  • borders: introduce state snapshot checks (6b9a0843)
  • borders: reduce mutex usage in hot path (41732e2f)
  • wm: use bounded channels (9a58c1ee)

Chore

  • release: v0.1.27 (a511cbd2)
  • deps: bump parking_lot from 0.12.2 to 0.12.3 (888b6746)
  • deps: bump regex from 1.10.4 to 1.10.5 (5abab462)
  • deps: bump clap from 4.5.4 to 4.5.7 (ad8375ee)
  • deps: bump serde from 1.0.202 to 1.0.203 (b7a987be)
  • cargo: isolate parking_lot features (cc60f55c)
  • dev: begin v0.1.27-dev (e46a0757)

v0.1.26

22 May 22:52
Compare
Choose a tag to compare

v0.1.26 (2024-05-22) - Hind

Bug Fixes

  • wm: make close + min op on foreground hwnd (62770033)
  • stackbar: destroy stackbars on ws change (69680b42)
  • wm: restore containers when closing monocle (0dc17e9c)
  • wm: respect horizontal focus from monocle (92447723)
  • wm: smooth transitions to monocle workspaces (27cd1736)
  • cli: have log command lookup file w/ timestamp (d2470b1f)
  • wm: address monocle mode visual artifacts (835472d7)
  • wm: various monocle container regressions (bceb28de)
  • wm: uw-vertical-stack stacking regression (1e63947a)
  • wm: remove object name change spam guard (228cb26b)
  • wm: always respect adjusted work area (81f741bb)
  • wm: restart bm and wsr notif handlers on fail (87b1ab9c)
  • borders: reap untracked hwnds in destroy_all (226ee73a)
  • wm: update focused idx on cross-monitor moves (1b305619)
  • wm: avoid dupes when following links (598f9ec0)
  • wm: focus workspaces on cross-monitor cmds (627088c9)

Code Refactoring

  • clippy: apply lints (a4dd5fc7)
  • wm: reduce noise in info and error logs (11acff52)

Features

  • cli: rename and deprecation feedback (e294dbbe)
  • wm: handle OBJECT_NAMECHANGE for all apps (47f0ab1e)
  • wm: run orphan reaper in a dedicated thread (c4d62fc4)
  • gui: add the komorebi-gui debug tool (05af7ce1)
  • stackbar: add stackbar manager module (2a45f981)
  • wm: add monitor reconciliator module (a29ab4cf)
  • stackbar: update title labels in realtime (fff7b5c1)
  • stackbar: make label configurable (d5f4f916)
  • cli: add promote-window cmd (29b17944)
  • cli: add cycle-move-workspace-to-monitor cmd (1420334c)
  • wm: single_window -> window_based offset (3d53c602)
  • wm: add single window work area offsets (0330dfe2)
  • wm: add alt-tab heuristics to wsr (d102c00f)
  • wm: add noop cross-monitor-move-behaviour (855bb498)
  • wm: add workspace reconciliator module (07b2da69)
  • borders: add border manager module (6a1ed3bc)
  • wm: selectively handle uncloak events (4802b554)

Performance Improvements

  • wm: switch to daily rotating log files (77fc3973)
  • wm: compare rects before position updates (70ef90b3)
  • wm: ignore same-workspace switch requests (e14235c3)

Documentation

  • wm: add komorebi-gui binary, update mkdocs (0f44efaa)
  • wm: border renames and aliases, ahk example (82aa2edf)
  • mkdocs: add ahk exe troubleshooting section (c47cf471)
  • mkdocs: add shell.nix for python doc deps (1accbf65)
  • mkdocs: addressing display suspension within monitor OSD (7ee3c928)
  • mkdocs: add pymdownx.highlight and pymdownx.superfences extensions (6d190309)
  • mkdocs: add admonition extension (d5c6f090)
  • readme: add comparison with fancy zones (22cf7b50)
  • mkdocs: fix header level typo (3e984d88)

Chore

  • release: v0.1.26 (3556f384)
  • deps: bump schemars from 0.8.17 to 0.8.18 (482a7b1d)
  • deps: bump sysinfo from 0.30.11 to 0.30.12 (d00ee82a)
  • deps: bump serde from 1.0.199 to 1.0.200 (9f01d8fa)
  • dev: begin v0.1.26-dev (185cb4d4)

v0.1.25

30 Apr 21:56
Compare
Choose a tag to compare

v0.1.25 (2024-04-30) - Intifada

Bug Fixes

  • stackbar: avoid drops on notification events (7cab0621)
  • stackbar: avoid drops from variable updates (611fa345)
  • config: ensure tiling with layout rules (95990d68)
  • wm: avoid out of range container focus op (0b04e3ef)
  • wm: revert mff edge case regression (3370e6ac)
  • wm: revert regression in ffm raise handler (4ffffc5e)
  • docs: correct typo in example config (740cb3c8)
  • wm: restore stackback on monocle off (6fce630b)
  • cli: use force-quit if stop signal fails (793e81d4)
  • wm: add regex ws rule matching support (eac4c8e9)
  • wm: ensure window restore on stackbar click (4ba3125d)
  • wm: avoid out of range subtraction (efa562de)
  • wm: fix focus changes with stackbar enabled (b476bee1)
  • wm: reduce errors from non-window events (311e37c8)
  • wm: correct use of z-order flags (28b46c54)
  • wm: ensure stackbar tab clicks trigger (5334e194)
  • wm: ensure borders are drawn w/ stackbar (d8d087e6)
  • wm: hide border when unmanged windows are focused (b61146ea)

Code Refactoring

  • wm: ensure configurability via ipc (6fe46610)
  • wm: use a new method to focus windows (732aca77)
  • wm: remove mutability from window and events (f56fc365)

Features

  • wm: add resize of all layouts except grid with filp (a2e9a465)
  • wm: add right-main-vertical-stack layout (383533e2)
  • cli: add move-to-monitor-workspace command (dfd0d604)
  • cli: detailed start failure error feedback (aff1081c)
  • wm: immediate stackbar mode updates via ipc (46152621)
  • wm: add window debugging (1671f31e)
  • wm: report full errors in debug mode (15c3b326)

Documentation

  • mkdocs: various updates to reflect v0.1.25-dev.0 (e363a494)
  • wm: add stackbar config struct docs (b8b3b3d6)
  • ahk: add #requires line, remove asc ref (6b42587a)
  • license: switch to polyform, add contributing.md (16cb811a)

Chore

  • release: v0.1.25 (62900c59)
  • deps: bump schemars from 0.8.16 to 0.8.17 (871a5382)
  • deps: bump parking_lot from 0.12.1 to 0.12.2 (bcd1c50d)
  • deps: bump serde from 1.0.197 to 1.0.199 (0c41d9de)
  • deps: bump thiserror from 1.0.58 to 1.0.59 (4af62fe9)
  • deps: bump proc-macro2 from 1.0.80 to 1.0.81 (2b5f737d)
  • deps: bump serde_json from 1.0.115 to 1.0.116 (8a455c8a)
  • deps: bump reqwest from 0.12.3 to 0.12.4 (3d9871c5)
  • deps: bump sysinfo from 0.30.10 to 0.30.11 (cafb8e9a)
  • deps: update deps, including miow (86b07f28)
  • dev: begin v0.1.25-dev (862219b9)

v0.1.24

10 Apr 01:10
Compare
Choose a tag to compare

v0.1.24 (2024-04-09)

Bug Fixes

Code Refactoring

  • logs: reduce noise on info level (d67f355a)

Documentation

  • mkdocs: show default loc for whkdrc (#739) (21be01b9)
  • config: update schema version in docstring (648ba672)

Chore

v0.1.23

07 Apr 20:49
Compare
Choose a tag to compare

v0.1.23 (2024-04-07)

Bug Fixes

  • wm: address toggle-float container edge case (251ec3d5)
  • wm: limit resize/move path to managed hwnds (5e714caf)
  • config: gracefully handled deprecated asc opt (6aa9be1e)
  • wm: always check/ensure datadir creation (c05e9ea0)
  • wm: add hack for new firefox windows (ca22cdb0)
  • wm: raise applicationframehost apps via state (b2f63299)
  • wm: use focus fn in komorebi ffm (bc46f65f)

Code Refactoring

  • cli: avoid http reqs for sample configs (24ac0c4c)
  • wm: use notopmost flag instead of bottom (69573c38)

Features

  • docs: deprecate border overflow identifiers (d83dc482)
  • docs: update schema.json + mkdocs cli pages (f2c4dadc)
  • config: add active window border style opt (37aa99a5)
  • wm: add stackbar for multi-window containers (c65060fb)
  • config: add negative matching strategies (e0652d95)
  • config: add support for composite rules (d6e0ecc5)

Documentation

  • mkdocs: offline install, stackbar, border style (e40fa11b)
  • cli: add support + community links to start cmd (79fb098d)

Chore

  • release: v0.1.23 (bea3d1fc)
  • deps: bump h2 from 0.4.3 to 0.4.4 (6238d1f8)
  • deps: bump serde_json from 1.0.114 to 1.0.115 (dca32bea)
  • deps: bump reqwest from 0.11.27 to 0.12.2 (77eaddca)
  • deps: bump heck from 0.4.1 to 0.5.0 (d0bab428)
  • deps: bump serde_yaml from 0.9.33 to 0.9.34+deprecated (e616004d)
  • deps: bump which from 6.0.0 to 6.0.1 (50a851a6)
  • deps: bump regex from 1.10.3 to 1.10.4 (8ad6f4be)
  • deps: bump serde_yaml from 0.9.32 to 0.9.33 (dc38eae2)
  • deps: bump os_info from 3.8.0 to 3.8.1 (66446f57)
  • dev: begin v0.1.23-dev (45a3f2a6)
  • deps: bump softprops/action-gh-release from 1 to 2 (5af00b64)
  • deps: bump clap from 4.5.1 to 4.5.2 (81dff327)
  • deps: bump reqwest from 0.11.24 to 0.11.25 (2f17e4bb)
  • deps: bump ctrlc from 3.4.2 to 3.4.4 (1b966d37)
  • deps: bump sysinfo from 0.30.6 to 0.30.7 (e58d776f)

v0.1.22

04 Mar 05:12
Compare
Choose a tag to compare

v0.1.22 (2024-03-03)

Please check out the additional release notes, which include information on how window size and border calculation have changed, and how you may which to modify your configuration file.

Bug Fixes

  • wm: prevent ghost active border on empty ws (7b24474e)
  • subscriptions: emit ws event on empty targets (38b0418c)
  • wm: restore full mouse resize functionality (6781f349)
  • wm: adds special case for grid stacks to the right (4919872e)
  • wm: restore drag-to-swap window functionality (4e98d7d3)
  • komorebi: fix unsound use of transmute (e5cf042e)
  • komorebi: remove some warnings that just snuck in (c435f84a)
  • komorebi: don't scale for DPI, as we're not DPI aware (0afcf6d8)
  • komorebi: don't raise the border window to top (94d8f729)
  • komorebi: close the corner gap around rounded corners (9b9777fe)
  • komorebi: raise windows and border to top, not topmost (0c2e37e1)
  • config: set new default border offset and width (10ae60f7)
  • komorebi: account for border decorations on resize (fbb34ba4)
  • komorebi: account for border offset and width in layout (5ee827ec)
  • komorebi: restore borders, no more DWM border on border window (dc3ffb3b)
  • cfg,komorebi: remove all uses of invisible borders (4affefad)
  • grid: enables flip_layout and make it behave correctly (eab7a642)
  • grid: prevents axis flips on grid layout (d33df04f)
  • wm: improve floating ws window handling (92359eba)
  • cli: remove socket connection retry loop (c19f6414)
  • wm: improve maximized window handling (8642ac09)
  • wm: cycle stack focus w/ mff disabled (a6deeef7)
  • wm: cleanup window event messaging (0160e8ee)
  • cli,tcp: replies are sent on the requesting channel (c8f6502b)
  • cli: create local appdata dir w/ quickstart (d52715a8)

Code Refactoring

  • clippy: apply various lint fixes and recs (fd57d32b)
  • grid: use matches! for early returns (2c156e9a)
  • wm: split komorebi into bin and lib (f519cbaf)

Features

  • config: support parsing json w/ comments (d730c3c7)
  • wm: add path variant to application identifiers (2bceff4e)
  • client: introduce komorebi-client crate (1a8b6a73)
  • config: update border opts, add deprecations (e0e3afa5)
  • cli: add whkdrc config path command (0581950b)
  • wm: passes optional op_direction and count to _index functions (98244b95)
  • grid: adds no-operations for Promote and PromoteFocus commands (9c196b99)
  • wm: add grid layout (9fcf4ec1)
  • config: allow colours in both rgb and hex (e7d928a0)
  • cli: add config command (608ec030)
  • subscriptions: add uds subscription support (ef1ce4a3)

Documentation

  • mkdocs: updates for v0.1.22 (9c8a50fe)
  • readme: contributing, uds subs + rust client (de0db4d0)
  • mkdocs: update old videos in common workflows (a07bb4ac)
  • readme: add v0.1.21+ quickstart video (afd93c34)
  • quickstart: ensure $env:localappdata\komorebi creation (40947e39)

Continuous Integration

  • github: add common cargo checks (3690f8eb)
  • github: add goreleaser check to build (f6757178)

Chore

  • release: v0.1.22 (40e77fdd)
  • wm: add debug event info to ignored windows (41e9068f)
  • deps: bump miette from 5.10.0 to 7.1.0 (b32bce87)
  • deps: bump hotwatch from 0.4.6 to 0.5.0 (47af40cf)
  • deps: bump windows-rs from 0.52 to 0.54 (2b9fbc20)
  • deps: bump which from 5.0.0 to 6.0.0 (c3e39311)
  • deps: cargo update (dee5842c)
  • dev: begin v0.1.22-dev (54950088)

v0.1.21

16 Feb 02:06
Compare
Choose a tag to compare

v0.1.21 (2024-02-15)

Bug Fixes

  • scoop: detect shims correctly w/ sysinfo 0.30 (0e14f251)

Chore

v0.1.20

15 Feb 21:01
Compare
Choose a tag to compare

v0.1.20 (2024-02-15)

Bug Fixes

  • wm: store all logs in tempdir files (d4af033e)
  • wm: add retries to socket connections (c8b87575)
  • component: fix ahk invocation by adding quotes around arguments (21a5be04)
  • cli: typo in autostart generation (f3e41490)
  • wm: update border colour on ws change (5a6dcef7)
  • wm: identify monitor dpi correctly (025cb08b)
  • wm: handle monitor index pref edge case (e221d967)
  • wm: pass *const u8 to enum_display_devices (d3bc7809)
  • config: make win32 calls for windows ffm (8afad724)
  • cli: pick up static cfg in check cmd (2a1d87d4)
  • ahk: override derive-ahk output for stop cmd (8c6bd135)

Code Refactoring

  • windows-rs: use "wide" fns uniformly (cf86b2cf)
  • clippy: apply various lint fixes (1c589491)
  • rust: cleanup path handling (b39e6564)

Features

  • config: reduce noise in jsonschema output (731a4465)
  • cli: add docgen cmd for mkdocs pages (a00a85e6)
  • config: recognize komorebi_config_home for asc path (b64c0e12)
  • cli: read whkd config dir env in check cmd (5d812aa4)
  • cli: add asc path validation to check cmd (7cb29659)
  • cli: add last focused workspace cmd (d6e83e17)
  • cli: add visible-windows cmd (b4ae043b)
  • wm: use device id for monitor index pref (657ac441)
  • config: add rudimentary config syntax checks (ddfcf8b7)
  • cli: make --config optional for enable-autostart (#596) (7078b065)
  • cli: add --no-console to autostart without a console window (#598) (900051a2)
  • asc: add json schema cmd and output (5a99a688)
  • config: make static config flag optional (8980e3b1)
  • win32: set foregroundlocktimeout explicitly (e04ba0e0)
  • cli: add ffm flag to enable-autostart (a68f3843)
  • cli: add quickstart cmd (aa0277d5)
  • config: autopopulate matcher for exes (42ac13e0)
  • cli: add focused ws padding cmds (0d1595e5)

Documentation

  • readme: add references to docs website (e5ebf551)
  • mkdocs: add common workflows section (0c75ec37)
  • mkdocs: link to ext jsonschema docgen (596884e9)
  • mkdocs: add cli reference (5ef53c2b)
  • mkdocs: add index and getting started sections (e0aa0ac8)
  • mkdocs: start building dedicated site (3e6e586d)
  • whkd: target older ps ver with whkdrc sample (58f47e74)
  • readme: add tech for palestine badge (a1a7e6c2)
  • readme: update donations with link to pcrf (f67d0c7b)

Chore

  • release: v0.1.20 (52122c40)
  • deps: bump h2 from 0.3.22 to 0.3.24 (57a3ba6d)
  • deps: bump strum from 0.25.0 to 0.26.1 (fe5bbc84)
  • deps: bump regex from 1.10.2 to 1.10.3 (0ed1a529)
  • deps: bump actions/cache from 3 to 4 (a682c2a5)
  • deps: bump crossbeam-channel from 0.5.10 to 0.5.11 (cb300996)
  • deps: bump serde_yaml from 0.9.29 to 0.9.31 (052eb392)
  • deps: bump reqwest from 0.11.22 to 0.11.24 (1033fe5e)
  • deps: bump sysinfo from 0.29.11 to 0.30.5 (8f306122)
  • deps: bump quote from 1.0.33 to 1.0.35 (0e96cd65)
  • funding: add kofi for paypal sponsors (f9c69e51)
  • deps: bump ctrlc from 3.4.1 to 3.4.2 (8a7c75b9)
  • deps: bump crossbeam-channel from 0.5.8 to 0.5.10 (ed3b0533)
  • deps: bump actions/upload-artifact from 3 to 4 (d2a06a11)
  • deps: bump serde_yaml from 0.9.27 to 0.9.29 (e6bf30b5)
  • deps: bump proc-macro2 from 1.0.70 to 1.0.71 (326d5bae)
  • deps: bump crossbeam-utils from 0.8.17 to 0.8.18 (d23e3e7c)
  • deps: bump uds_windows from 1.0.2 to 1.1.0 (0eeba6cd)
  • deps: bump unsafe-libyaml from 0.2.9 to 0.2.10 (0696a00b)
  • deps: bump crossbeam-utils from 0.8.16 to 0.8.17 (5111dbdf)
  • deps: bump thiserror from 1.0.50 to 1.0.51 (dd12f0fc)
  • deps: bump clap from 4.4.10 to 4.4.11 (76a86952)
  • just: update justfile (d9eea342)
  • deps: cargo update (ca9eccf2)
  • deps: bump proc-macro2 from 1.0.69 to 1.0.70 (8e9d63cd)
  • deps: bump sysinfo from 0.29.10 to 0.29.11 (a673c697)
  • deps: bump serde from 1.0.192 to 1.0.193 ([c0b65677]...
Read more