What's Changed in v2.0.6
New Features
- Markdown file preview — View
.mdfiles rendered directly in the browser with syntax highlighting - Extended file preview — Added preview support for more data types (code, documents, etc.)
- Collaborator log export — Export collaborator panel logs (HTTP, DNS, SMB, LDAP, SMTP) for offline analysis
Improvements
- Frontend modularization — Restructured monolithic
main.js(2700+ lines) andstyle.scssinto 13 focused JS modules and 14 SCSS partials, built with esbuild - Pretty update changelog —
--updatenow shows changelogs for all versions between your current and the latest release, rendered with terminal markdown styling - Modernized Go code — Applied
go fixacross the codebase for updated Go patterns - Added
highlight.min.js,marked.min.js, andpurify.min.jsfor frontend rendering
Bug Fixes
- Fixed broken sharelink handler
- Removed leftover build artifacts
Full Changelog: v2.0.5...v2.0.6