Skip to content

v0.5.2

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jun 07:01
· 4 commits to main since this release
1f34bc2

Bug Fixes

  • Invert active-cue colors — dark on active, white on inactive
  • Raise focus-ring contrast — SHIFT_PERCENT 18 % → 55 %
  • Active labels white, inactive labels muted toward fill (#59)
  • Apply Codex review corrections missed in squash merge

Documentation

  • Document inactive_dim option in README
  • Include permissions.kdl snippet in release notes

Features

  • Dim inactive tabs and accent the active badge (#59)
  • Render the active badge as an accent chip (#59)
  • Add Gemini color-design advisor for minimap palette tuning (#62)

Miscellaneous

  • Adapt examples to the Badge API and add a #59 harness
  • Give every harness tab a focused pane
  • Bump version to 0.5.2

Refactor

  • Replace accent badge chip with white active-tab text

Upgrading — add to permissions.kdl

If you pin to a version URL, paste this block into your zellij permissions.kdl and restart zellij:

  • macOS: ~/Library/Caches/org.Zellij-Contributors.Zellij/permissions.kdl
  • Linux: ~/.cache/zellij/permissions.kdl
"https://github.com/GeneralD/zellij-tabmap/releases/download/v0.5.2/zellij-tabmap.wasm" {
ReadApplicationState
ChangeApplicationState
}

If reorder "true" is set, also add RunActionsAsUser to that block.

Using releases/latest/download/ in your layout? The permission is keyed to that URL and was granted once — no action needed.