Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump komorebi-client from v0.1.25 to v0.1.26 #85

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps komorebi-client from v0.1.25 to v0.1.26.

Release notes

Sourced from komorebi-client's releases.

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)

... (truncated)

Changelog

Sourced from komorebi-client's changelog.

Adapted from https://jondot.medium.com/shipping-rust-binaries-with-goreleaser-d5aa42a46be0

project_name: komorebi

before: hooks: - powershell.exe -Command "New-Item -Path . -Name dummy.go -ItemType file -Force" - powershell.exe -Command "Add-Content -Path .\dummy.go -Value 'package main'" - powershell.exe -Command "Add-Content -Path .\dummy.go -Value 'func main() {}'"

builds:

  • id: komorebi main: dummy.go goos: [ "windows" ] goarch: [ "amd64" ] binary: komorebi hooks: post: - mkdir -p dist/windows_amd64 - cp ".\target\x86_64-pc-windows-msvc\release\komorebi.exe" ".\dist\komorebi_windows_amd64_v1\komorebi.exe"
  • id: komorebic main: dummy.go goos: [ "windows" ] goarch: [ "amd64" ] binary: komorebic hooks: post: - mkdir -p dist/windows_amd64 - cp ".\target\x86_64-pc-windows-msvc\release\komorebic.exe" ".\dist\komorebic_windows_amd64_v1\komorebic.exe"
  • id: komorebic-no-console main: dummy.go goos: [ "windows" ] goarch: [ "amd64" ] binary: komorebic-no-console hooks: post: - mkdir -p dist/windows_amd64 - cp ".\target\x86_64-pc-windows-msvc\release\komorebic-no-console.exe" ".\dist\komorebic-no-console_windows_amd64_v1\komorebic-no-console.exe"
  • id: komorebi-gui main: dummy.go goos: [ "windows" ] goarch: [ "amd64" ] binary: komorebi-gui hooks: post: - mkdir -p dist/windows_amd64 - cp ".\target\x86_64-pc-windows-msvc\release\komorebi-gui.exe" ".\dist\komorebi-gui_windows_amd64_v1\komorebi-gui.exe"

archives:

  • name_template: "{{ .ProjectName }}-{{ .Version }}-x86_64-pc-windows-msvc" format: zip

... (truncated)

Commits
  • 3556f38 chore(release): v0.1.26
  • 6277003 fix(wm): make close + min op on foreground hwnd
  • e294dbb feat(cli): rename and deprecation feedback
  • 47f0ab1 feat(wm): handle OBJECT_NAMECHANGE for all apps
  • c4d62fc feat(wm): run orphan reaper in a dedicated thread
  • 69680b4 fix(stackbar): destroy stackbars on ws change
  • 0dc17e9 fix(wm): restore containers when closing monocle
  • 0f44efa docs(wm): add komorebi-gui binary, update mkdocs
  • 05af7ce feat(gui): add the komorebi-gui debug tool
  • 9244772 fix(wm): respect horizontal focus from monocle
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [komorebi-client](https://github.com/LGUG2Z/komorebi) from v0.1.25 to v0.1.26.
- [Release notes](https://github.com/LGUG2Z/komorebi/releases)
- [Changelog](https://github.com/LGUG2Z/komorebi/blob/master/.goreleaser.yml)
- [Commits](LGUG2Z/komorebi@62900c5...3556f38)

---
updated-dependencies:
- dependency-name: komorebi-client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2024

Superseded by #92.

@dependabot dependabot bot closed this Jul 1, 2024
@dependabot dependabot bot deleted the dependabot/cargo/komorebi-client-v0.1.26 branch July 1, 2024 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant