Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@GirishCodeAlchemy GirishCodeAlchemy released this 27 Jan 16:42
c5f6fdc

Release v1.0.1

Overview

This release includes a critical bug fix where the application was displaying duplicate file names when showing the top files and folders in a directory.

Bug Fixes

  • Fixed an issue where the application was showing duplicate file names. This was due to the file being added to both filesCh and topFiles in the processFolder function. The topFiles slice has been removed to resolve this issue.
  • Fixed directory path to be override if there is any directory mentioned without the directory flag

How to Update

To update to the latest version, please follow the steps below:

  • Download the latest binary from the releases page.
  • For Mac users, copy the binary to /usr/local/bin.
  • For Linux and Windows users, please copy the binary to the equivalent directory on your system.

Please ensure that you have the necessary permissions to copy files to these directories.