Skip to content

Releases: guuzaa/tc

v0.1.2

30 Sep 11:47
9b250c7
Compare
Choose a tag to compare

What's Changed

  • feat: error information support i18n by @guuzaa in #7
  • ci: release script supports cache by @guuzaa in #8
  • fix: beautify output by @guuzaa in #9

Full Changelog: v0.1.1...v0.1.2

v0.1.1.alpha1

23 Sep 00:51
3ccb193
Compare
Choose a tag to compare
v0.1.1.alpha1 Pre-release
Pre-release

What's Changed

  • feat: error information support i18n by @guuzaa in #7
  • ci: release script supports cache by @guuzaa in #8
  • fix: beautify output by @guuzaa in #9

Full Changelog: v0.1.1...v0.1.1.alpha1

v0.1.1

14 Sep 13:18
96aa354
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

11 Sep 15:01
ad064b1
Compare
Choose a tag to compare

Release Notes for Rust Token Count (tc) 🦀

Version 0.1.0

We're excited to announce the initial release of Rust Token Count (tc), a simple and efficient token count program written in Rust! 🚀

🎉 Features

  • Multi-purpose Counting: Count lines, words, characters, and tokens in text files or from standard input.
  • Unicode Support: Fully supports Unicode, including multi-byte characters.
  • Multiple File Processing: Ability to process multiple files in a single command.
  • Standard Input Handling: Can read from standard input for flexible usage.
  • Tokenizer Models: Support for various tokenizer models including GPT-3, GPT-4, and more.
  • Customizable Output: Users can choose which counts to display (lines, words, characters, tokens).