Skip to content

Releases: LGUG2Z/komorebi

komorebi nightly (95fdb64797a04eb12d7e90550be927c4d5c79ff1)

13 Oct 01:03
Compare
Choose a tag to compare

This nightly release of komorebi corresponds to this commit.

v0.1.29

28 Sep 01:54
Compare
Choose a tag to compare

v0.1.29 (2024-09-27) - Beirut

Bug Fixes

  • wm: add layout edge index awareness (21bd09e4)
  • wm: cross-border focus direction awareness (c3f13570)
  • bar: use truncated labels for titles (3720ce42)
  • wm: cross-border move direction awareness (1080159e)
  • bar: read mouse follows focus from state (6addfed1)
  • bar: use custom windows-icons w/o panics (254fcc98)
  • wm: hot reload cross boundary behaviour changes (7005a01d)
  • bar: fmt battery percentage without decimals (286bb007)
  • wm: grow monitors vec to accomodate idx prefs (c06d9afa)
  • animation: enable cross-monitor animations (3c035287)
  • wm: socket cleanup on exit (821a1247)
  • wm: exclude minimized hwnds from show event (13e2cbc7)
  • wm: mouse resize on right and bottom edges (ff653e78)
  • cli: correct cycle-layout prev/next seq (6d038b8b)
  • borders: maximize compat w/ komorebi impl (b5eafc6b)
  • wm: apply window based offsets to monocles (c3679673)
  • transparency: handle multi-monitor monocles (780635c8)
  • animation: disable on cross-monitor drag (6ea71834)

Code Refactoring

  • deps: unify versions across workspace pkgs (360d0915)
  • bar: change panics to error logs (df409902)
  • wm: reduce process_event log noise (8f7b9202)
  • client: use public interface exclusively (81451cb1)

Features

  • bar: add quickstart flag, remove yaml format (109227b7)
  • bar: expand komorebi layout subwidget (01ccf70a)
  • bar: expand focused window subwidget (182c1e6a)
  • bar: add font size config opt (14d2ebd7)
  • cli: generate json schemas locally (df19d063)
  • cli: update enable-autostart cmd for bar (96d094d9)
  • wm: add replace configuration socket message (2916256e)
  • bar: hotloading for viewport inner_size (de3d4d0d)
  • themes: update bar on komorebi.json reload (b69db863)
  • themes: add + integrate komorebi-themes lib (45894be4)
  • bar: add komorebi-bar (bc67936d)
  • wm: add cross boundary behaviour options (b799fd30)
  • cli: add focus-stack-window cmd (f722905b)
  • cli: add toggle-transparency cmd (0f9c23b6)

Documentation

  • mkdocs: generate latest cli docs (d6ae81af)
  • privacy: add privacy policy (d110e12a)
  • mkdocs: add komorebi-bar to getting started (21a21383)
  • license: fork polyform strict to explicitly allow changes (6ba0ba79)

Chore

  • release: v0.1.29 (818ac340)
  • deps: bump windows-rs from 0.57 to 0.58 (ddb600f7)
  • deps: bump windows-rs from 0.54 to 0.57 (167ec928)
  • deps: cargo update (50b89cc1)
  • deps: bump regex from 1.10.5 to 1.10.6 (45a59418)
  • deps: bump clap from 4.5.9 to 4.5.13 (f54097f0)
  • deps: bump dunce from 1.0.4 to 1.0.5 (29b14f8d)
  • deps: bump which from 6.0.1 to 6.0.2 (a1cf5ba2)
  • deps: bump serde_json from 1.0.120 to 1.0.122 (a60e5a77)
  • deps: bump openssl from 0.10.64 to 0.10.66 (d5bec7af)
  • deps: bump thiserror from 1.0.62 to 1.0.63 (974aa0d0)
  • dev: begin v0.1.29-dev (7653495e)

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