| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-17 | 800 Bytes | |
| v1.3.2 source code.tar.gz | 2026-06-17 | 107.6 kB | |
| v1.3.2 source code.zip | 2026-06-17 | 111.1 kB | |
| Totals: 3 Items | 219.5 kB | 0 | |
š Bug Fixes
- Directory browsing and downloads now work. When sharing a directory, the
file listing generated links that dropped the
/sharepath, so tapping a subfolder or a file returned a404 Cannot GET ā¦ā most visible on mobile after scanning the QR code. Every link in the listing now resolves correctly. - Files with special characters in their names work too. Names containing
#,%,?,&, spaces, or non-ASCII/Unicode characters were returning 400/404 errors; listing links are now properly URL-encoded. .htmlfiles are served as-is. They were being 301-redirected to a broken, extension-less URL; they now download/open directly without redirect.
Sharing a single file was unaffected; this only impacted sharing a directory.