Skip to content

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 31 Aug 21:01
· 40 commits to main since this release

Bug fixes

  • prompt user when starting multiple instances to prevent unwanted instances
  • retry komorebi subscription until successful
  • ensure resources are cleaned up by switching to RAII patterns by @lukeyou05 in #46
  • destroy borders before application exit to ensure proper cleanup
  • create logger earlier to ensure all logged messages are handled
  • re-render border when system resumes from sleep/hibernation
  • adjust radius for snapped windows when using Auto radius mode
  • replace is_rect_visible with is_window_minimized to improve multi-monitor support
  • preserve error source chains by @lukeyou05 in #43

Full Changelog: v1.3.0...v1.3.1

In the next release, border_z_order's default value will change from AboveWindow to BelowWindow to improve stability. If you want to keep the current behavior, you should explicitly define border_z_order in the config.yaml if you haven't already.