Hyperborder Versions Save

adds a gradient border to the Hyper terminal

v2.0.2

7 months ago

This patch release fixes a problem with some plugins where the inner content overflows the border stroke area of the hyperborder. Thanks to @zgobolos for the contribution.

v2.0.1

1 year ago

This patch release sets some sensible defaults so you can use hyperborder without adding any configuration to your hyper terminal configuration. Enjoy.

v2.0.0

1 year ago

This is a major update to hyperborder.

Version 2.0.0 brings a completely new implemented animated gradient border that relies on SVG. This allows you to use other plugins like hyper-vibrance or hyper-transparency without any problems.

hyperborder-v2 0 0

I hope you like the new release.

If you find any problems or bugs just create a new issue.

v1.3.0

2 years ago

This bugfix release fixes a problem introduced by a recent change in hyper. PR: https://github.com/vercel/hyper/pull/6128

Thanks for the report @EliasGcf

v1.2.0

3 years ago

Thanks to a fix by @ecastillo the duration of the animation can now be configured in the .hyper.js file and is actually used. 😄

This release will include several updates and security fixes for dependencies.

v1.1.0

6 years ago

Thanks to the work of @Arttse you can now define the inner and outer radius of the hyperborder.

Just add borderRadiusInner and borderRadiusOuter configuration properties to your .hyper.js configuration.

v1.0.1

6 years ago

This release brings compatibility with the latest stable Hyper release v2.0.0.

We reworked the complete code by using more React features and made it more future proof.

v0.11.1

6 years ago

This release changes the inner worklings of the animation system. It should now require less system resources.

v0.10.2

6 years ago

This release contains several pull requests by @Xapphire13 Thank you very much for your contributions.

tests: Adding basic tests and basic lint rules. tests: Adding extensive tests for onRendererWindow() fix: Fixing overflowing tab section border

v0.10.1

6 years ago

feature: Adding ability to customize border colors depending on elevation status, and window focus (thanks, @Xapphire13 ) fix: Adding check for hyperBorder config section