Skip to content

Releases: FelixKratz/JankyBorders

v1.6.0

14 Mar 08:43
Compare
Choose a tag to compare
  • Reduce flickering by coalescing move/resize events artificially
  • Threaded rendering
  • Internal optimizations
  • New yabai window animation integration (yabai v7.0.0+)

Full Changelog: v1.5.1...v1.6.0

v1.5.1

10 Feb 15:11
Compare
Choose a tag to compare

Additions

  • Add support for yabai window animations (from yabai v6.0.10)
  • better handling of sticky windows (#67)
  • add fallback method for resolving the focused window to improve compatibility (#66)
  • Add background_color argument (#60)
  • Add blur_radius argument (#60)

Full Changelog: v1.4.2...v1.5.1

Compatibility Update

25 Jan 18:21
Compare
Choose a tag to compare

This update fixes window-border ordering problems, which might occur with the newest version of yabai.

Fixes

  • Fix front window not being detected in certain edge cases

Full Changelog: v1.3.3...v1.4.2

Ease of use improvements

28 Nov 16:49
Compare
Choose a tag to compare
  • Add support for gradient colors in #22
  • Disable border shadow (#23)
  • Add hidpi option for retina rendering (#24)
  • Execute a config file at ~/.config/borders/bordersrc if it exists (e.g. when started from brew) (#17)
  • Disable borders on windows which are too small (#18)
  • Add glow(0xAARRGGBB) option for color arguments
  • Add blacklist=<application_list> option for blacklisting
    • Add whitelist=<application_list> option for whitelisting
  • Add -h or --help option
  • Add -v or --version option

Full Changelog: v1.2.5...v1.3.3

Some final polish

08 Nov 09:18
Compare
Choose a tag to compare

This release adresses all known bugs so far:

  • Fix quirks with certain window focus events
  • Fix fullscreen and initially hidden windows
  • Fix #14

Full Changelog: v1.2.0...v1.2.5

Client-server capabilities and optional square borders

04 Nov 20:15
Compare
Choose a tag to compare
  • Changing the border properties while it is already running is now possible.
  • Add local documentation as a man page
  • Remove debug prints from release binary
  • Add square style borders as an option
  • Order of arguments is arbitrary now

What's Changed

Full Changelog: v1.1.1...v1.2.0

Refactoring & Bug Fixes

03 Nov 14:47
Compare
Choose a tag to compare

What's Changed

  • Use hashtable for storage by @koekeishiya in #7
  • Fix borders being ordered incorrectly in rare cirumstances
  • Fix abort in certain conditions

Full Changelog: v1.0.3...v1.1.1

Add borders to pre-existing windows

02 Nov 22:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.3

Performance Improvements

02 Nov 19:52
Compare
Choose a tag to compare
  • Improves performance when dragging windows (#1)
  • Removes the global event watcher that was left in the release version by accident.

Full Changelog: v1.0.0...v1.0.1

Initial release

02 Nov 16:18
110b01c
Compare
Choose a tag to compare