Skip to content

v3.7.11: Fix #129 macOS apropos search + index parsing

Choose a tag to compare

@chedong chedong released this 11 Jun 07:01
· 144 commits to master since this release

Fixed

  • #129 (part 2): macOS apropos 搜索功能也返回空结果

    除了 --build-index 之外,搜索功能中的 parseAproposLine()getSearchPage() JSON/MCP 结果解析也存在同样的 macOS/BSD 兼容性问题。共修复 5 处正则:\s+\(\s*\(

    修复位置:

    • parseAproposLine() — Linux em-dash 和 dash 两种格式
    • getSearchPage() JSON/MCP 解析 — 3 处内联正则

Previous (v3.7.10)

  • rebuildSearchIndex()--build-index 索引构建时的解析

Test

  • 296/296 单元和集成测试全部通过