Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Releases: lakshayrohila/ehdd

ehdd-v0.3.3

25 Jan 16:55
6858e23
Compare
Choose a tag to compare

Changes in this release:-

  1. Support for more architectures' binaries (thanks to toolchains!).
  2. Static binaries linked statically with musl libc are provided.
  3. Improved documentation.
  4. Documentation is now included in the releases as well.
  5. Improved source code directory structure.

ehdd-v0.3.2

06 Jan 16:11
430dae3
Compare
Choose a tag to compare

This release brings in some improvements in messages, especially the error messages. The command output is now shown in case of any error, thanks to #4!

For example:-
example
(At the time of taking screenshot, device sdb did not exist; hence the error is shown.)

Earlier, ehdd would not have shown output of eject command on error.

ehdd-v0.3

25 Oct 10:27
f00f173
Compare
Choose a tag to compare

Changes made from v0.2.2-

  1. Compilation for 32-bit releases from github actions now supported.

Creating releases using github workflows now in its fullest!!!

ehdd-v0.2.2

25 Oct 09:14
Compare
Choose a tag to compare

Changes made from v0.2.1-

  1. Uninstall script added to .tar.gz file for installation.

ehdd-v0.2.1

25 Oct 08:32
Compare
Choose a tag to compare

Changes made from v0.2-

  1. Added compiled .tar.gz file.
  2. Compilation now is done using github actions.

ehdd-v0.2

25 Oct 08:28
Compare
Choose a tag to compare

Changes made from v0.1-

  1. Added support for eject and powering off more than one device in a single command.
  2. Better naming convention used.
  3. Changed required .md files to better explain about the program.
  4. Changed Makefile to compile the program with all warnings on.
  5. Better method to check for options passed through command line arguments.