Skip to content

Releases: ANcpLua/ancpdevkit

Version 0.4.0

03 Sep 22:13

Choose a tag to compare

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

03 Sep 21:45

Choose a tag to compare

Breaking Change

  • Renamed fc command to fcc to avoid conflicts with bash builtin fc command
  • This ensures the tool works out-of-the-box on all systems without requiring workarounds

What's Changed

Command fcfcc (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

v0.2.0

03 Sep 19:57

Choose a tag to compare

What's New

  • Initial release of ancp toolkit
  • f tool: Word counter for text/markdown/docx files
  • fc tool: C# comment stripper using Roslyn

Installation

dotnet tool install -g ancp
dotnet tool install -g ancp.fc