This repository has been archived by the owner on Oct 23, 2022. It is now read-only.
Releases: andreyorst/powerline.kak
Releases · andreyorst/powerline.kak
powerline.kak v1.1.0
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
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
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
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 indexY
- regular releases with sane amount of changesZ
- bug fixes, and small updates