Skip to content

Releases: fresh2dev/zellij-autolock

0.2.2

13 Jan 23:15
Compare
Choose a tag to compare

0.2.2 - 2025-01-13

Full Changelog: 0.2.1...0.2.2

👏 Features

  • Improve logging

✊ Fixes

  • Handle absolute paths

🤘 Other

  • bump zellij-tile to 0.41.2

0.2.2.rc1

13 Dec 09:42
Compare
Choose a tag to compare
0.2.2.rc1 Pre-release
Pre-release

Full Changelog: 0.2.1...0.2.2

✊ Fixes

  • Handle absolute paths (solves #10)

0.2.1

24 Nov 05:45
Compare
Choose a tag to compare

Full Changelog: 0.2.0...0.2.1

👏 Features

  • Allow autolock to be toggled via pipes

0.2.0

07 Nov 23:38
Compare
Choose a tag to compare

Full Changelog: 0.1.1...0.2.0

This release features a major rewrite given the recently release Zellij v0.41 and its enhancements to the native Zellij Rust API.

Previously, this plugin relied on system calls to inspect the command running with a pane. This was relatively slow and less reliable than the new approach offered by the Zellij API that is significantly more performant and reliable. The speed of this new approach allows for a refined implementation offers a better user experience and is easier to maintain.

👏 Features

  • Breaking - Require Zellij >= 0.41 and rewrite
  • Breaking - remove obsolete config options watch_triggers and watch_interval
  • define new config options reaction_seconds and print_to_log

To upgrade:

  • Review the revised README
  • Install Zellij >= v0.41
  • Move any items defined in obsolete config option watch_triggers to the triggers setting.
  • Add the following to your Zellij config.kdl
load_plugins {
    autolock
}

0.1.1

10 Oct 00:42
Compare
Choose a tag to compare

Full Changelog: 0.1.0...0.1.1

0.1.0

27 May 02:21
Compare
Choose a tag to compare
init