Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
12985
Reakcje/Polubienia
43809
fman 1.2.4
Version 1.2.4
August 24, 2018

  • fman failed to start on some users' Windows system, because of a font-related error:
    Plugin 'Core' failed to load.

    Traceback (most recent call last):
    File "fman\impl\plugins\plugin.py", line 124, in load
    File "fman\impl\plugins\plugin.py", line 133, in _load
    File "fman\impl\plugins\plugin.py", line 150, in _load_font
    File "fman\impl\util\qt\thread.py", line 11, in result
    File "fman\impl\util\qt\thread.py", line 64, in run_in_thread
    File "fman\impl\font_database.py", line 11, in load

    RuntimeError: Font 'C:\Users\user\AppData\Local\fman\Versions\1.1.8\Plugins\Core\Open Sans.ttf' could not be loaded.
    This is now fixed. As a side effect, fman's installation size was decreased by a few hundred KB.
  • The
    Zaloguj lub Zarejestruj się aby zobaczyć!
    lets you quickly swap the directories shown in fman's left and right panes. In recent fman versions, executing this functionality sometimes caused fman to freeze. This is now fixed.
  • fman lets you edit the currently selected file with the shortcut F4. The first time you use it, fman asks you to configure which application should be used as the editor:
    editor-not-configured.png

    The problem was, if the editor you selected was removed (eg. because you uninstalled it), then pressing F4 in fman resulted in an uninformative error message. This was improved so you now get a better explanation of what went wrong:
    could-not-find-editor.png
  • Fixed a few behind-the-scenes exceptions.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37710
Reakcje/Polubienia
33902
fman 1.2.9
Version 1.2.9
September 5, 2018

  • On every major OS, the clipboard has several "departments" (technically, MIME types). For instance, when you copy a picture, the "image data" department might contain the picture's pixels while the "file path" department might contain the image's file path.
    When you copied a file, fman used to overwrite two departments: the "file path" and the "plain text". This way, when you pasted in a text editor, the file' path would appear.
    A user pointed out that the plain text part should not be overwritten when copying a file in fman. This makes it easier to copy/paste a file and then rename it to a (copied) part of another file's name. To accomodate this, fman now only overwrites the "file path" part of the clipboard when you copy a file. The "plain text" is left intact.
  • fman did not show symbolic links pointing to non-existing targets. This is now fixed.
  • On macOS, applications are technically directories with the extension .app. When you "open" them in Finder, it launches the app instead of showing its directory's contents.
    Because fman is more targeted at developers, its default behaviour is to display the folder contents instead. However, this confused users who expected fman to behave in the same way as Finder. To avoid this, fman now shows a quick note about this the first time you open a .app:
    xmac-app-open-hint.png.pagespeed.ic.nevOdPaPxT.png
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37710
Reakcje/Polubienia
33902
fman 1.3.0
Version 1.3.0
September 7, 2018

  • Dragging a file from your Desktop onto fman was broken on Windows in two ways:
    1. Explorer by default moves files, except when you press Shift. In that case, it copies them. fman had this the other way around, which clashed with a little symbol that's displayed when you drag the file.
    2. When you pressed Shift and dropped the file onto fman, it was actually moved to the Recycle Bin, not to the target directory. Obviously, fman itself does not "accidentally" delete your files when it is supposed to either move or copy them. This was caused by a
      Zaloguj lub Zarejestruj się aby zobaczyć!
      .
  • Since the previous release, fman treated symbolic links to directories as files. Note how in the following screenshot, the symlink has a size and is shown among the list of files, not at the top with the directories:
    xsymlink-shown-as-file.png.pagespeed.ic.06b_aiuV3d.png

    This is now fixed.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
12985
Reakcje/Polubienia
43809

Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
12985
Reakcje/Polubienia
43809
fman 1.3.2
Version 1.3.2
September 27, 2018

  • The
    Zaloguj lub Zarejestruj się aby zobaczyć!
    used to be displayed in the lower left corner:
    xfilter-bar-left.png.pagespeed.ic.ZRnWvf93Gj.png

    This could lead to the file names being obscured. Now it's shown in the lower right corner:
    xfilter-bar-right.png.pagespeed.ic.rdksLfU8hr.png
  • When you pressed Escape when the filter bar was visible, it disappeared but the files were still being filtered. There was no visual indication that this was the case. Now, the filter bar is always visible when filtering takes place.
  • To clear the current file filter, you had to press Escape twice: The first stroke hid the filter bar, the second actually cleared the filter. Now, a single stroke hides the bar and clears it at the same time.
  • Files used to be filtered by a prefix match: When you had the files A.txt and Project A and you pressed A, only the first file remained. Now, both files remain.
  • fman now supports permanently deleting read-only files. Previously, you received the following error message:
    xaccess-denied-deleting-file.png.pagespeed.ic.gOUm1IPHAD.png
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
12985
Reakcje/Polubienia
43809
fman 1.3.3
Version 1.3.3
October 4, 2018

  • When you typed some characters so the filter bar appeared, then press Backspace to delete all of them again, an empty filter bar remained:
    empty-filter-bar.png

    This is now fixed (the filter bar disappears when there are no characters to be shown).
  • When filtering was taking place, you could use the Arrow keys to move the (invisible) cursor. When you then pressed another character, it was inserted in the middle of the current filter, instead of at the end. This too is now fixed.
  • A new command, GoToRootOfCurrentDrive on Windows now takes you to the root of the current drive. Its shortcut is Ctrl+\ (as in Total Commander).
  • Decreased the size of the filter bar slightly, so it takes up less space.
    Before:
    filter-bar-large.png

    After:
    filter-bar-smaller.png
  • Improved the layout of the filter bar on high DPI Windows devices.
    Before:
    filter-bar-highdpi-before.png

    After:
    filter-bar-highdpi-after.png
  • fman's offline installer was broken on Windows 10. This is now fixed.
  • Improved the matching of fman's GoTo command: Previously, it did not match well directories that contained the search string in the middle. For example, look how My-subdir was below an entry obviously far less relevant to the query:
    • ~/qt-opensource/qtvirtualkeyboard
    • ~/My-subdir
    Now it's above:
    • ~/My-subdir
    • ~/qt-opensource/qtvirtualkeyboard
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
12985
Reakcje/Polubienia
43809
fman 1.3.4
Version 1.3.4
October 10, 2018

  • The shortcut F11 copies the paths of the currently selected files to the clipboard. This is useful, for instance when you want to paste these paths into a Terminal for further processing.
    Up until now, pressing F11 while inside an empty directory resulted in a not very helpful alert:
    xno-file-is-selected.png.pagespeed.ic.jGxypWTgui.png

    At the suggestion of a user, fman now instead copies the path of the empty directory.
  • Fixed a small but crucial bug in the
    Zaloguj lub Zarejestruj się aby zobaczyć!
    : It did not notice when you had successfully invoked GoTo. This meant that many new users have been unable to complete the tutorial.
  • Made the first behind-the-scenes changes for an upcoming release of fman on Fedora Linux.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
12985
Reakcje/Polubienia
43809
fman 1.3.5
Version 1.3.5
October 16, 2018

  • fman is now available on Fedora Linux! Please see
    Zaloguj lub Zarejestruj się aby zobaczyć!
    for details.
  • Improved the accessibility of quicksearch dialogs such as GoTo and the Command Palette: Previously, screen readers only read out "Row 1", "Row 2" etc. for the suggestions in the dialog. Now they read out the actual item text. Eg., in the following GoTo dialog:
    • ~/Downloads
    The screen reader will now read out "Downloads" instead of "Row 1".
  • When you drag a file, the operating system displays either a "+" to indicate that it will be copied, or a different symbol to indicate that it will be moved. Which of the two operations is performed depends on the keys you press (if any) while dragging the file. On Linux, Control and Alt switch from the default behaviour of moving to copying.
    fman had the default behaviour wrong on Linux. (It copied by default and moved when you pressed Shift.) This is now corrected.
  • When you copy or move a directory over an existing folder with the same name, fman asks for each file whether you want to overwrite it:
    xoverwrite-file-dialog-mac.png.pagespeed.ic.vFT263wzVt.png

    In some cases, the Abort button had no effect (fman kept showing you the above dialog for further files.) This is now fixed.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
12985
Reakcje/Polubienia
43809
fman 1.3.6
Version 1.3.6
October 22, 2018

You can now create multiple recursive directories in fman's dialog for folder creation (F7):

xcreate-recursive-directories.png.pagespeed.ic.ZDfP4drw8d.png

This has been the tenth most requested feature for a while. It's great it's finally implemented :)
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
12985
Reakcje/Polubienia
43809
fman 1.3.7
Version 1.3.7
October 24, 2018

fman
Zaloguj lub Zarejestruj się aby zobaczyć!
. Initially, it only displayed files that begin with what you typed. So for example when you typed project, it displayed Project/ but not Another Project/. Some users
Zaloguj lub Zarejestruj się aby zobaczyć!
this behaviour (they want Another Project to be displayed as well). So fman's implementation was changed to do this:

xfilter-substring.png.pagespeed.ic.tiG_dzbz6D.png

But then, another user rightly
Zaloguj lub Zarejestruj się aby zobaczyć!
that when you type project, you usually want to open Project and not Another Project. fman now accommodates this by placing the cursor at the first prefix match in the remaining files:

xfilter-substring-place-cursor.png.pagespeed.ic.UA_aKjiDsE.png
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry