Skip to content

v0.75.0

Choose a tag to compare

@flori flori released this 04 Sep 17:58

Changelog for utils 0.75.0

  • Added code indexing support using starscope
    • Introduced bin/code_indexer script for generating code indexes
    • Removed deprecated bin/create_cstags and bin/create_tags scripts
    • Updated configuration to include doc directory in prune patterns
    • Added code_indexer block configuration to Rakefile
    • Added starscope as a runtime dependency
  • Updated serve command to support custom bind address
    • Changed default bind address from localhost to 127.0.0.1
    • Added -b option to specify custom bind address
    • Updated help text and examples to reflect new address binding capability
  • Improved code comment formatting
    • Capitalized "Focus" in method and class/module prompts
    • Standardized capitalization of "Always" and "Never" requirements
    • Added requirement to avoid blank lines between comment lines
    • Reordered and renumbered requirements for better logical flow