Releases: jzitnik-dev/mounter
v0.1.8
v0.1.7
New features
Luks support
Mounter now fully supports drives encrypted by LUKS
v0.1.6
New features
Send notification when drive is unmounter
Now mounter will send notification when you successfully unmount a drive.
sudo.command config
New sudo.command flag that allows you to select what program should be ran instead of sudo. Mainly for doas users.
v0.1.5
New features
logging.program
New config called logging.program for choosing what logging program should be used. You can select notify for running notify-send with that message or cli for how it worked till now.
v0.1.4
New features
Implemented --config-get flag
This flag allows you to get the config value from the config file.
Added partition size to --all
Now --all shows the partition size in cli and also in dmenu.
v0.1.3
Fixes
Fixed flag merging
Fixed flag merging. This bug lead to rofi password prompt to not work.
v0.1.2
New features
Improved filtering in --all flag
Now the --all flag also filters encrypted drives that are mounter on /, /home or /boot.
Improved error handling
Implemented password dialog
Now mounter can ask you for the password for example for cifs drives. Not in mount point you have ask_for_password property that you can set to true to ask for password.
It also includes a bunch of different password dialog as well as rofi that you can customized flags.
List command now does not use dmenu
The --list command does not use dmenu and it is only for the cli. You can still use it if you have dmenu enabled.
Replace asterisk with hyphen in --config-set
This is because when you use it in --config-set it will be interpreted as a mounter flag not as a parameter.
Implemented better flag parser
Mounter now has better implementation for parsing custom flags and merging them.
New config mount.flags
Now you can select what custom flags will be in the mount command for mounting the drive.
v0.1.1
New features
List of new features
dmenu support
mounter now fully supports dmenu/rofi.
Config
mounter now has config where you can configure usage of sudo or dmenu.
v0.1.0
Initial release of mounter.