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
- Prevent Docker container startup from exiting when `chown/chmod` are unsupported (exFAT/NTFS/CIFS/NFS root_squash, non-root runs). Startup now logs warnings and continues.
10
+
- Add non-fatal permission writeability hints for `/var/www/{uploads,users,metadata,sessions}` to help diagnose mount/UID issues.
11
+
12
+
**Improvements**
13
+
14
+
- Serve inline-safe images/audio/video with explicit MIME mapping to avoid `nosniff` + `application/octet-stream` preview issues (more reliable inline previews).
15
+
16
+
**Docs**
17
+
18
+
- Add AI disclosure section to README.
19
+
20
+
---
21
+
3
22
## Changes 12/30/2025 (v2.13.0)
4
23
5
24
`release(v2.13.0): inline rename + video preview limits + folder tree perf (see #79)`
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -339,6 +339,12 @@ If FileRise saves you time or becomes your daily driver, a ⭐ on GitHub or spon
339
339
340
340
---
341
341
342
+
## AI Disclosure
343
+
344
+
FileRise is my project. I use AI like a tool for some tasks (e.g., translations/snippets), but the architecture, core code, and ongoing maintenance are mine.
345
+
346
+
---
347
+
342
348
## License & third-party code
343
349
344
350
FileRise Core is released under the **MIT License** – see `LICENSE`.
0 commit comments