Skip to content

v0.29.0

Latest

Choose a tag to compare

@fcharlie fcharlie released this 10 Jun 05:09

[0.29.0] - 2026-06-10

Fixed

  • ignore: Fix readIgnoreFile regression (introduced in 70fc094d "ansi: code tidy") that silently discarded all parsed patterns from .zetaignore and .gitignore — the } else if} if refactor caused return nil, nil when the file was successfully opened (!os.IsNotExist(nil) is true), making all ignore rules ineffective

Changed

  • ignore: Exclude .git directory by default in filesystem traversal (merkletrie/filesystem) and ReadPatterns recursion, consistent with .zeta directory handling

Full Changelog: v0.28.0...v0.29.0