Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Releases: andreyorst/powerline.kak

powerline.kak v1.1.0

01 Mar 17:31
64ad98b
Compare
Choose a tag to compare

powerline.kak v1.1.0 release

Bugfix release.

Changelog

  • Added flag to powerline-format to set the format on any scope
  • Added greyscale, kaleidoscope-dark, lucius and palenight themes
  • Added lsp module
  • Fixed #16
  • Fixed typos in git.kak

Huge thanks to @jdugan6240 for helping with plugin maintenance!

powerline.kak v1.0.0

05 Apr 17:35
Compare
Choose a tag to compare

powerline.kak v1.0.0 release

Big update that changes how script works, and how it is structured.

Changelog

  • More generic theming #4 - 32 colors are now available for modules
  • All poweline instances are running window context

powerline.kak v0.2.0

07 Nov 10:48
Compare
Choose a tag to compare

powerline.kak v0.2.0 release

Big update that changes how script works, and how it is structured.

Changelog

  • externalized all powerline modules to separate .kak scripts.

powerline.kak v0.1.0

04 Nov 12:23
Compare
Choose a tag to compare

powerline.kak v0.1.0 release

Initial release of powerline.kak plugin

Features

  • Custom powerline format via powerline-format function
  • Dynamic change of separators depending on colors of surrounding modules
  • Custom theme engine

Versioning

powerline.kak will use vX.Y.Z scheme of versioning, where:

  • v - is for 'version'
  • X - major breaking change release index
  • Y - regular releases with sane amount of changes
  • Z - bug fixes, and small updates