Skip to content

Releases: tinfoilboy/sonne

Sonne 2.2.0

Choose a tag to compare

@tinfoilboy tinfoilboy released this 11 Jun 22:38

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

Choose a tag to compare

@tinfoilboy tinfoilboy released this 08 Jun 19:20

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

Choose a tag to compare

@tinfoilboy tinfoilboy released this 08 Jun 05:23

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

Choose a tag to compare

@tinfoilboy tinfoilboy released this 10 Jan 23:04
Updated installing in readme

Computare 1.0.1

Choose a tag to compare

@tinfoilboy tinfoilboy released this 10 Jan 06:29
  • 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

Choose a tag to compare

@tinfoilboy tinfoilboy released this 09 Jan 03:32

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

See the README for information on usage and configuration.