Skip to content

Releases: ramirezfernando/ube

v2.1.0

28 Jul 22:23
37deeb8
Compare
Choose a tag to compare

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

14 Apr 04:43
Compare
Choose a tag to compare

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:

BEFORE
Screen Shot 2024-04-09 at 2 09 16 PM

AFTER
Screen Shot 2024-04-09 at 2 09 45 PM

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:
Screen Shot 2024-04-13 at 10 54 56 PM

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

03 Apr 20:39
Compare
Choose a tag to compare

April 3, 2024

Binaries are now available for download!

Features

  • Downloadable binaries have been made available with the help of GoReleaser!

Changelog

  • 1da6ef4 fix: git is in a dirty state
  • ef85fe6 fix: found 2 builds with the ID 'cloc-tool', please fix your config
  • ef20ceb fix: build does not contain a main function
  • e173682 docs: update README.md
  • 0306fd8 feat: setup goreleaser

Version 1.0.0

03 Apr 17:19
Compare
Choose a tag to compare

April 3, 2024

Introducing cloc-tool! A command line tool to view the number of lines of code there are in a user-specified path.

Features

  • Supports 229 language extensions
  • Data presented in a visually appealing tabular form using the Bubbletea framework

Example

image