Releases: FelixKratz/JankyBorders
Releases · FelixKratz/JankyBorders
v1.6.0
- 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
Compatibility Update
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
- 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
- Add
-h
or--help
option - Add
-v
or--version
option
Full Changelog: v1.2.5...v1.3.3
Some final polish
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
- 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
- #4 add lockfile by @koekeishiya in #12
Full Changelog: v1.1.1...v1.2.0
Refactoring & Bug Fixes
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
What's Changed
- #2 janky way to draw border for existing windows by @koekeishiya in #5
Full Changelog: v1.0.1...v1.0.3
Performance Improvements
- 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