Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

31 lines (23 loc) · 1.01 KB

Changelog

0.1.3 (2024-07-21)

  • The show module has been added, for text-based visualizations of the tiling tree.
  • ANSI escape sequences may now be used via the newly added ansi module.
  • The show module has been made the default. As a result, all its functions are available on the CLI without further switches: running i3jq without arguments will pretty-print a visualization of the layout tree, and i3jq watch will do so continuously.

0.1.2 (2024-07-12)

  • Add lineage/0, lineage/1 and lineage/2 builtins.
  • Add children/0 builtin.

0.1.1 (2024-07-09)

  • Breaking: Importing builtin modules must now be done with the i3jq@ prefix, not the i3jq/ prefix. Any module with that prefix must be a builtin.
  • Builtins can now also be loaded without a prefix, but then modules in the user's configuration take precedence.
  • Breaking: Modules in $ORIGIN/../share/i3jq/ will no longer be found.

0.1 (2024-07-06)

First release!