Releases: adrianschubek/dir-browser
Releases · adrianschubek/dir-browser
4.4.0
4.3.3
4.3.2
[4.3.2] - 2025-12-29
🚀 Features
- Use debian-slim instead of alpine as base image (3b00d3e)
🐛 Bug Fixes
📚 Documentation
- Clarify preview dialog (96a3c40)
- Remove exp flag (e7d58c2)
- Fix hash config (1197009)
- Update metadata (833dd6b)
- Update batch & pagination (2a0e67e)
- Fix API warning (9f4e5d7)
- Update API (57bf066)
- Remove outdated images from API (88065bd)
- API make links clickable (24de4d0)
- Glob expansion is now supported (28f5939)
4.3.1
[4.3.1] - 2025-12-15
🚀 Features
- Show icon in list when folder is locked (b4265f1)
- Show path and home link on full page auth form (238f685)
🐛 Bug Fixes
- Complete folder download when pagination active (f688b9f)
- Don't show locked files in search results (d50e52e)
- Redirect to home after logout (2cf0721)
📚 Documentation
4.3.0
4.2.0
[4.2.0] - 2025-12-14
🚀 Features
- Add configurable auth cookie lifetime and httpOnly setting (db626c1)
- Add password protection checks in init script (a51c66b)
- Logout functionality and cookie deletion (df866e4)
🐛 Bug Fixes
- Enhance password protection messaging and logic in index.php (24155b8)
📚 Documentation
- Improve docs (b15c7b7)
- Remove note about noJS (723f3a3)
- New cookie configs (a99a479)
- Update password protection documentation to include logout instructions (2b2bcbf)
⚙️ Miscellaneous Tasks
4.1.0
[4.1.0] - 2025-12-13
⚠️ v4: Breaking Changes
- individual password protection removed and replaced with folder-level protection. Metadata (description,tags,..) is still supported https://dir.adriansoftware.de/v4/configuration/password
🚀 Features
- Add max file size limit for hashing functionality (621dd96)
- Show generated hash and used algo (004b02b)
- Add audio preview (3a992da)
- Add folder password protection. fixes #30 (80a543e)
🐛 Bug Fixes
- Dont escape forward slashes in url field in API (d4d6b00)
📚 Documentation
4.0.0
[4.0.0] - 2025-12-12
⭐ New Preview Menu
- Preview images, videos, textfiles, json,... before downloading
- Display file metadata
- Copy button to copy file content directly
- Hash calculation available in UI
⚠️ Breaking Changes
- Dropdown action buttons have been removed. Use new file preview menu instead.
- New "popup" layout opens a preview menu instead of direct download when clicking a file. To restore old direct download behavior set the variable
LAYOUT=basicor use version3.x
🚀 Features
- Add popup preview and raw streaming for media files (617400a)
- Add copy file content and hash to clipboard (0234403)
- Remove old actions dropdown from file display (ae74339)
📚 Documentation
⚙️ Miscellaneous Tasks
3.16.0
[3.16.0] - 2025-12-11
🚀 Features
- Show clipboard copy value for file name, download count, and modified date (57b3e5f)