Releases: ANcpLua/ancpdevkit
Releases · ANcpLua/ancpdevkit
Version 0.4.0
Breaking Changes
- none
New Features
- Path handling improvements: Both tools now handle file paths with spaces without requiring quotes
- New command-line options for f tool:
- --chars: Count total characters instead of words
- --lines: Count lines instead of words
- --no-numbers: Exclude numeric tokens from word count
Major Change: Command Name Fix
Breaking Change
- Renamed
fccommand tofccto avoid conflicts with bash builtinfccommand - This ensures the tool works out-of-the-box on all systems without requiring workarounds
What's Changed
Command fc → fcc (C# comment stripper)
- Both f and fcc now handle paths with spaces automatically
- No need for quotes around paths anymore
- Command name: fc → fcc (no more bash conflicts!)
- Package ID: ancp.fc → ancp.fcc
- Directory: tools/ancp/fc → tools/ancp/fcc
- Test directory: tests/fc.tests → tests/fcc.tests
- Namespace: FcTool → FccTool
- All project references updated