You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,23 @@
2
2
3
3
All notable changes to this project will be documented here.
4
4
5
+
## [0.1.4] - 2026-05-20
6
+
7
+
### Added
8
+
- Username/password authentication, on by default with credentials `deck` / `deck` (editable in Settings).
9
+
- Anonymous (no-password) mode as an opt-in toggle, gated by a confirmation prompt.
10
+
- Login row on the main panel showing the active username (or "anonymous").
11
+
12
+
### Changed
13
+
- 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).
14
+
- Settings modal: removed the Root directory field; added Username, Password, and Anonymous access controls.
15
+
- Quick Paths panel removed from the main screen.
16
+
- 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.
17
+
- Login and Sharing rows merged into a single line (`<user> · /`) to tighten the FTP Server section.
18
+
19
+
### Migration
20
+
- 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.
0 commit comments