Skip to content

fman 1.7.11

Choose a tag to compare

@BenjaminKobjolke BenjaminKobjolke released this 30 Aug 06:37
· 10 commits to main since this release

Failed renames can be retried, and single-pane mode keeps your focus

  • A rename that fails no longer throws away what you typed. The error now offers Retry and Cancel, so you can fix the cause - close the file, free the name - and try the same name again without typing it a second time.
  • While only the active pane is shown, switching panes no longer moves focus into the hidden one. Your keystrokes stay where you can see them.
  • Plugins that import from fman's Core commands module keep working again after the module was split up internally.