v1.2
- Added functionality to forcefully unmount partitions of specified disks:
- Implemented a Python script to unmount partitions using lsblk, findmnt, and umount commands.
- The script now handles cases where no partitions are found or if unmounting fails quietly.
- Improved error handling and output to only print successful unmounts.
- Added a feature to print "None Found" if no partitions were unmounted after attempting all specified disks.
What's Changed
- Dev by @rootifera in #1
- Dev by @rootifera in #2
- prints none found if there are no partitions to umount by @rootifera in #3
New Contributors
- @rootifera made their first contribution in #1
Full Changelog: stable...v1.2