Skip to content

Releases: rasros/lx

v1.1.3

11 Feb 12:27

Choose a tag to compare

What's Changed

  • fix: walker disable ignore not respected for local files by @rasros in #34
  • Update deps by @rasros in #35

Full Changelog: v1.1.2...v1.1.3

v1.1.2

27 Jan 20:34

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

25 Jan 10:23

Choose a tag to compare

What's Changed

  • Ignore files from root directory not properly read by @rasros in #31
  • Relative walker paths fix by @rasros in #32

Full Changelog: v1.1.0...v1.1.1

v1.1.0

17 Jan 21:05

Choose a tag to compare

lx v1.1.0

This release introduces a complete rewrite of the core engine, shifting to a concurrent streaming architecture and a configuration-based templating system.

Key Changes

  • New Output Formats: Added support for XML (optimized for Claude) and HTML, alongside the default Markdown.
  • Templating Engine: Output logic is now customizable via YAML configuration and standard Go templates.
  • Concurrency: File processing and token estimation are now parallelized for improved performance.
  • Enhanced Filtering: Added support for .gitignore files, glob-based include/exclude patterns, and granular symlink control.
  • Input/Output: Added support for reading file lists from stdin pipes and copying output directly to the system clipboard.

Full Changelog: v1.0.3...v1.1.0

v1.1.0-rc.5

15 Jan 21:31

Choose a tag to compare

v1.1.0-rc.5 Pre-release
Pre-release

v1.1.0-rc.4

14 Jan 12:58

Choose a tag to compare

v1.1.0-rc.4 Pre-release
Pre-release

What's Changed

  • html output
  • improved help output

Full Changelog: v1.1.0-rc.3...v1.1.0-rc.4

v1.1.0-rc.3

14 Jan 07:42

Choose a tag to compare

v1.1.0-rc.3 Pre-release
Pre-release

What's Changed

  • improved error handling
  • improved logging

Full Changelog: v1.1.0-rc.2...v1.1.0-rc.3

v1.1.0-rc.2

06 Jan 21:19

Choose a tag to compare

v1.1.0-rc.2 Pre-release
Pre-release

What's Changed

  • support for null-terminated stdin inputs by @rasros in #26
  • support for markdown and XML output format flags by @rasros in #27

Full Changelog: v1.1.0-rc.1...v1.1.0-rc.2

v1.1.0-rc.1

05 Jan 21:04

Choose a tag to compare

v1.1.0-rc.1 Pre-release
Pre-release

What's Changed

Major changes by @rasros

  • Added config files with templates in #6
  • Improved arg parsing to support interleaved options and actions in #8
  • Sections -s and prompts -p in #10
  • Compact mode -n0 and binary files in #12
  • Performance improvements in #14
  • Output to clipboard -c in #17
  • Implemented directory walking and .gitignore adherence in #23
  • Token estimation output by @adityasingh345 in #13

Full Changelog: v1.0.3...v1.1.0-rc.1

v1.0.3

28 Dec 19:13

Choose a tag to compare

Token estimation flag to stderr