Skip to content

Releases: jzitnik-dev/mounter

v0.1.8

11 Sep 08:55
a88a61d

Choose a tag to compare

Fixed issues

  • Finally i fixed the issues for sudo

I don't really maintain this software anymore. It works for me how i use it and that's the main thing for me.

v0.1.7

01 Feb 10:01
a88a61d

Choose a tag to compare

New features

Luks support

Mounter now fully supports drives encrypted by LUKS

v0.1.6

04 Nov 09:24
1e6f50e

Choose a tag to compare

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

10 Sep 13:46
74cf80f

Choose a tag to compare

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

02 Sep 11:27
e38a5dc

Choose a tag to compare

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

27 Aug 18:45
374aa62

Choose a tag to compare

Fixes

Fixed flag merging

Fixed flag merging. This bug lead to rofi password prompt to not work.

v0.1.2

27 Aug 18:15
8c41e7e

Choose a tag to compare

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.

More info here

v0.1.1

06 Aug 12:55
0fd8297

Choose a tag to compare

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

05 Aug 19:33
72df75c

Choose a tag to compare

Initial release of mounter.