Skip to content

Releases: webmatze/hyperborder

hyperborder 0.10.1

15 Nov 12:42

Choose a tag to compare

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

15 Nov 12:39

Choose a tag to compare

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

15 Nov 12:33

Choose a tag to compare

fix: Hide Scroll Bars on Windows 10 (thanks @davvidbaker )

hyperborder 0.9.1

15 Nov 12:31

Choose a tag to compare

We renamed all references of Hyperterm to Hyper

hyperborder 0.9.0

02 Dec 23:26

Choose a tag to compare

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

17 Oct 08:51

Choose a tag to compare

This release fixes problems with the new hyper.js release 0.8.2 (#10).

  • adjust css for new hyper.js version (thanks @shampliu for the PR #11)

Thank you @shampliu and @tdreitz for reporting this error.

hyperborder 0.7.1

06 Oct 21:15

Choose a tag to compare

This release brings a new animated border feature (PR #8).
Just add animate: true to your hyperborder configuration.

  • fixes backgroundColor problems with hyperterm 0.8.0 (issue #9)
  • works with new hyper.js version 0.8.1

hyperborder 0.6.0

24 Sep 16:13

Choose a tag to compare

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

30 Aug 13:49

Choose a tag to compare

There is now a new option to set your borderColors to random values.

Thanks @mrusme for your PR (#5).

  • allows to set random values vor borderColors

hyperborder 0.4.0

21 Jul 22:09

Choose a tag to compare

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