Releases: ramirezfernando/ube
Releases · ramirezfernando/ube
v2.1.0
Changelog
- 37deeb8 Merge pull request #4 from ramirezfernando/dev
- 3e43c2a chore: update docs
- b5432a3 chore: update coverage badge
- 297351f Merge pull request #3 from ramirezfernando/dev
- 870598a feat: add cli flags
- 2e39611 docs: replace png with example gif
- 969e642 docs: add example gif
- b2c56f5 chore: update coverage badge
- 4ffdd05 refactor: add helper functions and rename variables
- 7de79ff docs: add lipgloss
- 4b0f377 docs: add link to latest release badge and add license badge
- 0e11d0a docs: add ube banner
- 38f171b docs: add ube logo
- 8bc1394 docs: update with v2.0.0
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
v1.0.1
April 3, 2024
Binaries are now available for download!
Features
- Downloadable binaries have been made available with the help of GoReleaser!