Skip to content

v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jan 21:08
· 2 commits to main since this release

Changelog

  • 5cf2f66 Add anchor link generation to TOC entries
  • 0a41cfd Add automatic nested .gitignore support
  • c372bad Add context/cancellation support to worker pool
  • 5ad6255 Eliminate redundant directory walks with ScanWithFiles()
  • 2cb0977 Fix bracket matching to handle escaped characters
  • 3336895 Fix path format inconsistency in scanner and summaries
  • 1f93495 Fix race condition in TestPoolDoubleClose
  • eba6ac2 Fix worker pool race condition and double-close risk
  • f0476e3 Improve ** glob pattern matching with recursive algorithm
  • ff914a1 Improve codebase based on comprehensive review
  • 35370ff Optimize markdown parser to O(n) for link and formatting removal
  • 9a291e5 Remove unused GenerateSimple() method
  • 4cbeeb1 Simplify ASCII prefix management in generator