Skip to content

Releases: dj95/zjstatus

v0.10.0 - Performance Optimisations

17 Dec 15:15
v0.10.0
58a46b4
Compare
Choose a tag to compare

Features

  • Refactor to lib and add benches
  • Add more benches for widgets
  • Perf + mem optimization of rendering
  • Further perf + mem optimization of widgets
  • Add bench for render_bar

Miscellaneous Tasks

  • Update flake dependencies
  • Update cargo dependencies
  • Refactor frames with more idiomatic rust
  • Refactor render with more idiomatic rust
  • Refactor config with more idiomatic rust
  • Refactor mode with more idiomatic rust
  • Move from to_string to to_owned
  • Ref config instead of copying
  • Bump version to v0.10.0
  • Fix clippy issues

v0.9.2

22 Nov 19:19
v0.9.2
7994829
Compare
Choose a tag to compare

Bug Fixes

  • Handle groups when running commands (#22)

Miscellaneous Tasks

  • Update flake dependencies
  • Update cargo dependencies
  • Bump version to v0.9.2

v0.9.1

13 Nov 22:33
v0.9.1
ea7a28a
Compare
Choose a tag to compare

Bug Fixes

  • Dont check if detached due to wrong info from zellij (#24 )

Features

  • Allow multiple formats in mode widget (#23 )

Miscellaneous Tasks

  • Add issue templates
  • Update issue templates
  • Update README.md
  • Update cargo dependencies
  • Bump version to v0.9.1

v0.9.0

07 Nov 15:56
v0.9.0
712913f
Compare
Choose a tag to compare

Features

  • Add widget for running arbitrary commands (#16) - zellij 0.39.0 required!

Miscellaneous Tasks

  • Add hint for command widget to README
  • Bump version to 0.9.0

v0.8.0

25 Oct 08:28
v0.8.0
17d76ba
Compare
Choose a tag to compare

Features

  • Implement border

Miscellaneous Tasks

  • Add new demo screenshot
  • Add socialcard
  • Update cargo dependencies
  • Refactor border rendering

v0.7.0

11 Oct 07:48
v0.7.0
37c5b76
Compare
Choose a tag to compare

Features

  • Allow multiple formats in single tabs widget format

Miscellaneous Tasks

  • Update cargo dependencies
  • Add slanted example

v0.6.0

24 Sep 09:17
v0.6.0
d44b11a
Compare
Choose a tag to compare

Features

  • Use ansi colors by name

Bug Fixes

  • Clickable tabs when using index in template

Miscellaneous Tasks

  • Add example for swapping layouts
  • Add new screenshot
  • Update cargo dependencies
  • Bump version to 0.6.0

v0.5.1

20 Sep 08:28
v0.5.1
e463a01
Compare
Choose a tag to compare

Bug Fixes

  • Default active_fullscreen + sync to active format

v0.5.0

20 Sep 08:06
v0.5.0
dadf44e
Compare
Choose a tag to compare

Features

  • Add index to tabs widget
  • Add flake for building zjstatus
  • Add swap_layout widget
  • Add formatting for tabs with special status (sync, fullscreen)

Bug Fixes

  • Correct rendering when square bracket in content

Miscellaneous Tasks

  • Add example for tmux style config
  • Link example heading to config
  • Add documentation how to install with nix
  • Move from unmaintained ansi_term to anstyle
  • Raise rust-toolchain + add components
  • Update cargo dependencies

v0.4.0

06 Sep 11:40
v0.4.0
065b9a7
Compare
Choose a tag to compare

Features

  • select tabs by clicking on them