Skip to content

Releases: tinfoilboy/sonne

Sonne 2.2.0

11 Jun 22:38
Compare
Choose a tag to compare

Couple of nice changes for this release:

  • Fixed a bug with incorrect counting involving line comments at the end of lines
  • Added template strings to JavaScript and TypeScript definitions
  • Added Markdown as a default supported language

Sonne 2.1.1

08 Jun 19:20
Compare
Choose a tag to compare

Already a new version! Here's the changes

  • Fixed global config using incorrect name
  • Added concurrency using std::future
  • Fixed warning on unused file handle

Sonne 2.0.0

08 Jun 05:23
Compare
Choose a tag to compare

A complete rewrite from Computare, with a new name!

Check the README to see what changed!

Here's a couple of the main things:

  • Switched from YAML for configs to JSON.
  • No longer have to specify flags for directory or file counting, just put in a path and it'll count it!
  • Removed blockSize config entry in favor of loading whole file in memory. I'll probably go back and add a setting to use chunked reading if files are longer than a certain size.

Computare 1.0.2

10 Jan 23:04
Compare
Choose a tag to compare
Updated installing in readme

Computare 1.0.1

10 Jan 06:29
Compare
Choose a tag to compare
  • Changed config file to be added to user's home directory instead of next to the executable
  • Sped up reading by threading folder crawling on Linux

Computare 1.0.0

09 Jan 03:32
Compare
Choose a tag to compare

A simple and configurable line counter written in C++.

See the README for information on usage and configuration.