This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
Releases: lakshayrohila/ehdd
Releases · lakshayrohila/ehdd
ehdd-v0.3.3
Changes in this release:-
- Support for more architectures' binaries (thanks to toolchains!).
- Static binaries linked statically with musl libc are provided.
- Improved documentation.
- Documentation is now included in the releases as well.
- Improved source code directory structure.
ehdd-v0.3.2
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:-
(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
Changes made from v0.2.2-
- Compilation for 32-bit releases from github actions now supported.
Creating releases using github workflows now in its fullest!!!
ehdd-v0.2.2
Changes made from v0.2.1-
- Uninstall script added to .tar.gz file for installation.
ehdd-v0.2.1
Changes made from v0.2-
- Added compiled .tar.gz file.
- Compilation now is done using github actions.
ehdd-v0.2
Changes made from v0.1-
- Added support for eject and powering off more than one device in a single command.
- Better naming convention used.
- Changed required .md files to better explain about the program.
- Changed Makefile to compile the program with all warnings on.
- Better method to check for options passed through command line arguments.