v2.0.0
April 13, 2024
We've changed our name from cloc-tool -> ube!
Features
Ube now reads lines of code much quicker with the help of Go routines! For example, using ube
in the same directories:
This is almost a 6x improvement!
Another feature that has been added is file counts per language. Users will now be able to view file counts as such:
Additionally, numbers are now more readable as we've added a comma at every third digit to the left of the decimal point for numbers >1000.
I hope these changes improve Ube! Thanks for reading.
Changelog
- 89c8eed chore: add project name to goreleaser.yaml
- 0fabfcf chore: update coverage badge
- c44d6fe docs: update project name from cloc-tool to ube
- 42e9e1d feat: add commas to numbers in table
- e699bf6 docs: add contributing guidelines
- 6e9dcbb docs: add latest release & downloads badges
- 49432eb chore: update coverage badge
- 204d2c8 feat: display files per language on table
- 04c2e01 chore: update coverage badge
- 0e95004 feat: add go routines improving execution time by 6x
- b45d72a chore: update coverage badge
- 5e77977 fix: timer starts running even though it shouldn't
- b04fbe6 chore: update coverage badge
- 822c149 feat: add charm logger
- 3a113e3 docs: add table of contents
- 49ab2ef docs: add installation and usage instructions