Releases: Angelmmiguel/fu
Releases · Angelmmiguel/fu
v1.0.1
What's Changed
- [#38] docs: use brew by default when installing fu on MacOS by @Angelmmiguel in #39
- feat: build the artifacts and create the release in github actions by @Angelmmiguel in #41
- feat: build the artifacts for Windows, Linux and MacOS on both ax86_64 and aarch64
Full Changelog: 1.0.0...v1.0.1
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
v1.0.0-rc.1
First release candidate for v1.0.0
What's Changed
- [#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-rc.1