Releases: webmatze/hyperborder
hyperborder 0.10.1
feature: Adding ability to customize border colors depending on elevation status, and window focus (thanks, @Xapphire13 )
fix: Adding check for hyperBorder config section
hyperborder 0.10.0
feature: Add Animation Duration Config (thanks, @mearns )
Allow a config parameter to specify the duration of the animation.
Additionally, name the animation specific to the plugin.
hyperborder 0.9.2
fix: Hide Scroll Bars on Windows 10 (thanks @davvidbaker )
hyperborder 0.9.1
We renamed all references of Hyperterm to Hyper
hyperborder 0.9.0
This release adds a new configuration feature:
- allows to specify the angle at which to create the linear gradient (PR #16)
Thank you @lcrossan for your contribution.
hyperborder 0.8.0
hyperborder 0.7.1
hyperborder 0.6.0
We updated the functionality of the random borderColors.
Thanks @flakmonkey for your PR (#7).
The new border settings enables:
borderColors: '#fff' // white border
borderColors: 'random', // border of one random color
borderColors: ['random', '#fff'], // random now works within this array
borderColors: ['random'], // same as 2nd example
Of course, this breaks how borderColors: 'random' worked previously, since that would create a gradient of two random colors, and now it would only be a single solid-color border.
hyperborder 0.5.0
hyperborder 0.4.0
Finally it is possible to change the colors of the gradient as well as the border width.
Thanks @MiguelSolano for your PR (#3).
- allows to change the colors of the border gradient
- allows to change the order of colors (closes #4)
- allows to change border width