Skip to content

Releases: jakobwesthoff/powerline-statusbar

v1.0.4

22 Apr 11:57
Compare
Choose a tag to compare

<a name"1.0.4">

1.0.4 (2015-04-22)

Bug Fixes

  • segment: Fix calculation of PerSecond segment to not be negative (2d76da80)

v1.0.3

22 Apr 11:26
Compare
Choose a tag to compare

<a name"1.0.3">

1.0.3 (2015-04-22)

Bug Fixes

  • palette: adapt solarize palette to use ansi colors as numbers (f464015d)
  • segment: use ansi color codes as numbers (b7dad1d7)

v1.0.2

22 Apr 10:47
Compare
Choose a tag to compare

<a name"1.0.2">

1.0.2 (2015-04-22)

Bug Fixes

  • index: Correctly export SolarizedPalette (7c70012c)

v1.0.1

22 Apr 10:37
Compare
Choose a tag to compare

<a name"1.0.1">

1.0.1 (2015-04-22)

Bug Fixes

  • package: Add proper .npmignore to publish compiled library (057a8807)

v1.0.0: chore(jasmine): switched to pure jasmine again

21 Apr 20:02
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2015-04-21)

Bug Fixes

  • Jest: Don't automatically mock anything (d14278f7)

Features

  • Segment: Switch from use of terminal colors to css colors (12dcf266)

Breaking Changes

  • All color codes are now either css colors, hex colors or ansi codes.

Terminal colors are NOT allowed anymore.

(12dcf266)

  • the way of accesing a colorscheme has changed from Powerline.theme to Powerline.palette.

    (80d0bc77)