v1.0.0
This is the first version of fu
🥳 ! It comes with a basic set of features to calculate entry sizes and space on disk. It also comes with some useful arguments to sort and show the top heaviest entries in a folder.
What's Changed
- [#25] feat: add the installation instructions to the README by @Angelmmiguel in #27
- [#28] feat: add a screenshot and badges to the README by @Angelmmiguel in #29
- [#26] feat: configure CLI version with git hash and cargo version by @Angelmmiguel in #30
- [#19] feat: add unit and integration tests. Run in Action by @Angelmmiguel in #31
- [#32] feat: recover from not found error and show a message by @Angelmmiguel in #33
- [#34] feat: add editorconfig and fix indentation by @Angelmmiguel in #35
- [#36] feat: bump version and add metadata to cargo by @Angelmmiguel in #37
- [#9] feat: add build action and remove unused var by @Angelmmiguel in #10
- [#8] feat: split logic into different modules by @Angelmmiguel in #11
- [#6] feat: update output format, add --no-header flag and use human friendly values by @Angelmmiguel in #12
- [#1] feat: use globs and paths with folders to list multiple files by @Angelmmiguel in #13
- [#3] feat: add colors to the output and the --no-colors option to disable it by @Angelmmiguel in #15
- [#2] feat: add --sort to sort the list of entries based on bytes by @Angelmmiguel in #17
- [#4] feat: add top param to limit the number of entries by @Angelmmiguel in #18
- [#16] feat: improve README by adding new sections and info by @Angelmmiguel in #21
New Contributors
- @Angelmmiguel made their first contribution in #10
Full Changelog: https://github.com/Angelmmiguel/fu/commits/1.0.0