maestral icon indicating copy to clipboard operation
maestral copied to clipboard

Maestral GUI still version 1.7.1 after upgrade?

Open ricir opened this issue 1 year ago • 1 comments

After upgrading to 1.7.2, my "Preferences" dialogue shows

About Maestral: GUI v1.7.1, daemon v.1.7.2

Using on Linux MX-21, with python 3.9.5.

I upgraded by:

python3 -m pip install --upgrade 'maestral[gui]'

Did I miss something or is this the correct situation with GUI still in version 1.7.1?

ricir avatar May 02 '23 08:05 ricir

This was a small oversight be me, the new maestral package does not strictly require the new GUI version and I forgot to bump that requirement.

You can always manually update the GUI with pip3 install -U maestral-cocoa on macOS and pip3 install -U maestral-qt on Linux.

samschott avatar May 02 '23 21:05 samschott