Skip to content

Releases: dj95/zjstatus

Release v0.19.1

30 Nov 12:28
v0.19.1
c550c78
Compare
Choose a tag to compare

[0.19.1] - 2024-11-30

🐛 Bug Fixes

  • Don't toggle frames when all configs are disabled

⚙ Miscellaneous Tasks

  • Update flake deps
  • Update cargo deps
  • Disable session resurrection in test config
  • Automatically set version
  • Use correct version format
  • Bump version to v0.19.1

Release v0.19.0

16 Nov 11:50
v0.19.0
5d6ff93
Compare
Choose a tag to compare

[0.19.0] - 2024-11-16

🚀 Features

  • Add hide_frame_except_for_fullscreen
  • Add new binary for just toggling frames (it's called zjframes)

⚙ Miscellaneous Tasks

  • Add zjframes to release flow
  • Add zjframes to README
  • Bump version to v0.19.0

Release v0.18.1

04 Nov 19:41
v0.18.1
d5794fb
Compare
Choose a tag to compare

[0.18.1] - 2024-11-04

🚀 Features

  • Hide frames except on search
  • Add error message for empty config
  • (tabs) Multiple formats for truncation marker

🐛 Bug Fixes

  • (ci) Asset path in github action
  • (ci) Update to rust 1.18 with wasm32-wasip1
  • Set correct version in rust-toolchain
  • (ci) Correct toolchain for clippy
  • (ci) Don't lint the bin
  • Add correct target to flake conf
  • Justfile for zellij 0.41.1
  • (ci) Fetch all for releases

⚙ Miscellaneous Tasks

  • Bump version to v0.18.1
  • Update flake deps
  • Update cargo deps
  • Remove flake-utils pin from rust-overlay input. (#82)
  • Update for rust 1.81 with wasm32-wasip1
  • Add descriptions to justfile
  • Remove non-existing override
  • Linting changes
  • Bump version to v0.18.0
  • Bump version to v0.18.0-rc1

Release v0.18.0-rc1

07 Aug 11:49
v0.18.0-rc1
e1e3b56
Compare
Choose a tag to compare
Release v0.18.0-rc1 Pre-release
Pre-release

[0.18.0-rc1] - 2024-08-07

🚀 Features

  • (tabs) Multiple formats for truncation marker

🐛 Bug Fixes

  • (ci) Fetch all for releases

⚙ Miscellaneous Tasks

  • Update flake deps
  • Update cargo deps
  • Bump version to v0.18.0-rc1

Release v0.17.0

15 Jul 14:39
v0.17.0
924f821
Compare
Choose a tag to compare

[0.17.0] - 2024-07-15

🚀 Features

  • Add bright_ ansi colors
  • Add color aliases

With color aliases you can specify arbitrary color names like:

color_bg "#000000"
color_green "#00ff00"

and use them in all of your formats like #[fg=$green,bg=$bg]some text

🐛 Bug Fixes

  • (ci) Workaround for checkout tags bug
  • Hide separator on last tab when truncated

⚙ Miscellaneous Tasks

  • Update flake deps
  • Update cargo deps
  • Move from {alias} to $alias
  • Bump version to v0.17.0
  • Add hint for bug in zellij with https

Release v0.16.1-rc1

06 Jul 18:44
v0.16.1-rc1
af66be8
Compare
Choose a tag to compare
Release v0.16.1-rc1 Pre-release
Pre-release

[0.16.1-rc1] - 2024-07-06

🐛 Bug Fixes

  • Hide separator on last tab when truncated

⚙ Miscellaneous Tasks

  • Add hint for bug in zellij with https
  • Add community showcase to README
  • Update flake deps
  • Update cargo deps
  • Bump version to v0.16.1-rc1

Release v0.16.0

23 Jun 11:11
v0.16.0
2f0a24c
Compare
Choose a tag to compare

[0.16.0] - 2024-06-23

🚀 Features

  • Implement click action for command widget
  • Multiple formats for command widget
  • Enable configuration for date and time separately
  • Add tab bar scrolling based on tab count
  • Render truncated tab count to indicator

⚙ Miscellaneous Tasks

  • (ci) Update to maintained actions
  • (ci) Resolve warnings
  • (ci) Pin actions to sha for hardening
  • Fix linting issues
  • Move to cargo-nextest as test runner
  • Configure runner for running criterion
  • Update flake deps
  • Update cargo deps
  • Bump version to v0.16.0

Release v0.15.0

31 May 09:23
v0.15.0
0f6f256
Compare
Choose a tag to compare

[0.15.0] - 2024-05-31

🚀 Features

  • Make env & cwd configurable for command widget
  • Run command once on interval 0
  • (tabs) Format for renaming tabs
  • (frames) Show frames when renaming pane or searching
  • Implement format precedence to hide overflown parts
  • Print config errors for users
  • Toggle hide format overlength

🐛 Bug Fixes

  • Use absolute path for tracing log

⚙️ Miscellaneous Tasks

  • Add tests for run_command_if_needed
  • Add permissions to readme
  • Update flake deps
  • Update cargo deps
  • (bench) Bench with new modulconfig initializer
  • Bump version to v0.15.0

Release v0.14.1

07 May 07:56
v0.14.1
3f91eda
Compare
Choose a tag to compare

[0.14.1] - 2024-05-07

🚀 Features

  • Add formats for swap layout

🐛 Bug Fixes

  • Delayed session name
  • Cache events received before permission granted (fixes #55 )

⚙️ Miscellaneous Tasks

  • Add notification widget to README
  • Add zellij layout for development
  • Update cargo deps
  • Update flake deps
  • Bump version to v0.14.1

Release v0.14.1-rc1

27 Apr 14:39
v0.14.1-rc1
cda2388
Compare
Choose a tag to compare
Release v0.14.1-rc1 Pre-release
Pre-release

[0.14.1-rc1] - 2024-04-26

🚀 Features

  • Add formats for swap layout

🐛 Bug Fixes

  • Delayed session name
  • Cache events received before permission granted

⚙️ Miscellaneous Tasks

  • Add notification widget to README
  • Add zellij layout for development
  • Update cargo deps
  • Update flake deps