Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
13001
Reakcje/Polubienia
43865
fman 1.4.1
Version 1.4.1
November 1, 2018

  • When you define a
    Zaloguj lub Zarejestruj się aby zobaczyć!
    in fman, it does not overwrite any old shortcuts. For example: On Mac, Enter opens the current file. If you add Cmd+O as a shortcut for that action, then Enter still works.
    Throughout fman's history, some people did not want the old shortcut to remain active. To address this, there is now a new command called none. To deactivate a shortcut, simply bind it to this command. Eg., to deactivate Enter, add the following to Key Bindings.json:
    { "keys": ["Enter"], "command": "none" }
  • Added the missing description to fman's installer on the Arch User Repository.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
13001
Reakcje/Polubienia
43865

Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
13001
Reakcje/Polubienia
43865
fman 1.4.4
Version 1.4.4
November 12, 2018

  • Added a new command Compare Directories. It compares the left and right panes and selects the files not present in the respectively opposite pane. To clarify this, it shows a dialog with the results:
    xcompare-directories.png.pagespeed.ic.lx_yYxXCOr.png
  • Fixed a
    Zaloguj lub Zarejestruj się aby zobaczyć!
    where creating a new directory did not place the cursor on it. It for instance occurred when you created a folder in a subdirectory of /Volumes on MacOS.
  • Updated the version of PyInstaller, the library which is used to compile fman's source code into a standalone executable, from 3.3 to 3.4. This is in preparation of an upcoming release, which will update the Python version of fman's plugin API from 3.5 to 3.6.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
13001
Reakcje/Polubienia
43865
fman 1.4.5
Version 1.4.5
November 20, 2018

  • Added the new API function
    Zaloguj lub Zarejestruj się aby zobaczyć!
    . It is used to fix the Create Directory bug below.
  • Some Qt-based applications failed to launch from fman. For instance, when you associated .png files with XnViewMP and opened such a file from fman, nothing happened. This is now fixed.
  • Some heavy fman users reported that
    Zaloguj lub Zarejestruj się aby zobaczyć!
    became slow over time. To prevent this, fman now limits the number of entries in its GoTo-database (a.k.a. Visited Paths.json) to 500. This should preserve the speed, while not sacrificing much of GoTo's accuracy.
  • As mentioned
    Zaloguj lub Zarejestruj się aby zobaczyć!
    , the InstallPlugin command didn't work on the newly released Fedora 29. This is now fixed.
  • Updated fman's Python version from 3.5 to 3.6.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
13001
Reakcje/Polubienia
43865
fman 1.4.6
Version 1.4.6
November 27, 2018

  • One of fman's most-requested features is
    Zaloguj lub Zarejestruj się aby zobaczyć!
    . Ideally, fman would make cut files a little transparent, and briefly give copied files a different style.

    Unfortunately, fman's rendering engine does not yet allow changing the style of individual files. In the future, it would be very cool to implement this. It wouldn't just enable this feature, but also (say) allow a Git plugin to highlight new/modified/deleted files.

    As a first improvement, a user suggested that fman could show a status message when you cut/copy a file, similar to the Copy paths to clipboard command. This was now implemented:

    cut-file-status-message.png
  • Added a new command Invert selection.
  • To implement the above command, the new API functions
    Zaloguj lub Zarejestruj się aby zobaczyć!
    and
    Zaloguj lub Zarejestruj się aby zobaczyć!
    were added. They let you batch (de-)select files.
  • The DeletePermanently command was unable to delete symbolic links to existing directories. This is now fixed.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
13001
Reakcje/Polubienia
43865
fman 1.4.8
QUOTE]
Version 1.4.8
November 28,
[2018
  • Fixed the broken CopyPathsToClipboard command:
    xcopy-paths-to-clipboard-error.png.pagespeed.ic.I8zeD8rNXD.png
  • Improved support for Cryptomator drives containing folders with special (Danish) characters.

[/QUOTE]
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
13001
Reakcje/Polubienia
43865
fman 1.5.0
Version 1.5.0
November 30, 2018

Fixed a small problem with fman's auto-update mechanism on Arch and Fedora Linux.

Version 1.4.9
November 30, 2018

  • Fixed the following error when you pressed F4 in an empty directory:
    xf4-error.png.pagespeed.ic.chp1qNhW6U.png
  • fman's version is shown in the status bar on startup:
    xstatus-bar.png.pagespeed.ic.n6NyQDMwK7.png

    This message used to be shown until some command showed another message. A user rightly pointed out that this is unnecessary clutter. So fman was now changed to hide the message after a few seconds.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
13001
Reakcje/Polubienia
43865
fman 1.5.3
Version 1.5.3
December 27, 2018

fman's Move and Copy commands let you manually edit the destination path:

copy-dialog-enter-custom-dir.png

Previously, when you entered a non-existing directory as the destination, you received an ugly error:

move-error-nonexistent-dest.png

This is now fixed: fman creates the destination directory if it doesn't exist.
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry