Skip to content

v0.1.4

Latest

Choose a tag to compare

@github-actions github-actions released this 20 May 01:01
fcac7f0

Added

  • Username/password authentication, on by default with credentials deck / deck (editable in Settings).
  • Anonymous (no-password) mode as an opt-in toggle, gated by a confirmation prompt.
  • Login row on the main panel showing the active username (or "anonymous").

Changed

  • Root directory is now locked to /. Navigate to subdirectories from your FTP client. This sidesteps a "no access" bug seen when the configured root resolved through a symlink (notably /run/media for the SD card).
  • Settings modal: removed the Root directory field; added Username, Password, and Anonymous access controls.
  • Quick Paths panel removed from the main screen.
  • Settings moved from a bottom button to a gear icon in the panel title bar. The Options section is gone; the QAM panel is now action-only.
  • Login and Sharing rows merged into a single line (<user> · /) to tighten the FTP Server section.

Migration

  • Existing installations with a custom root_dir setting will start serving / after upgrade. Authentication is on by default, so existing users automatically gain credential protection.