File Operations -> Move no longer available in the popup menu

Hi, I’m using ART-1.25.6 downloaded from the github release page on a Mac OS 15.5 and noticed that the option to move files disappeared from the File Operations menu. Is this something known and expected?

There is also something I don’t remember to have been the case before (I had ART-1.25.3 installed until today) and it’s quite annoying: If the popup menu is opened in ART and I do an command+tab to switch to another application, the menu remains on top. It disappears if I go back to ART and click it away…

Checked ART built from latest sources on Fedora - I don’t see Move in File operations. Was it there before? I never used this submenu.

In 1.24.x there was "Move to… " menu. It seems that from 1.25.x it was deleted.


[1.24.5 on Windows]

I searched git history, this menu item was removed in:

commit 01ae01a4390235578a4a3969034fe7060407ac8e
Author: Alberto Griggio <agriggio@users.noreply.github.com>
Date:   Mon Mar 10 21:52:05 2025 +0100

    file browser: improved copy action, unified rename and move, and add progress dialogs for copy, rename and delete

I assume “Move to…” was unified with Rename operation.

3 Likes

Good find, it did not crossed my mind to look in the logs, release notes and co…