Releases: tinfoilboy/sonne
Releases · tinfoilboy/sonne
Sonne 2.2.0
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
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
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
Updated installing in readme
Computare 1.0.1
- 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
A simple and configurable line counter written in C++.
See the README for information on usage and configuration.