Update version to 3.2.2 in documentation and enhance MIME type support

This commit is contained in:
2025-08-24 14:43:59 +00:00
parent 5f72c6e92d
commit 7336b4c257
11 changed files with 462 additions and 54 deletions

View File

@ -0,0 +1,28 @@
## HMAC File Server 3.2.2 - Enhanced MIME Types & XMPP Compatibility
### 🚀 New Features
- **Enhanced MIME Types**: Added 80+ file format mappings (.flac, .webm, .epub, .docx, .py, .go, etc.)
- **XMPP Client Ecosystem**: Comprehensive compatibility with Conversations, Dino, Gajim, Monal
- **Network Resilience**: Optimized mobile WLAN ↔ 5G switching
### 🔧 Improvements
- Better Content-Type headers for downloads
- Enhanced browser file handling
- Future-proof file format support
- Zero breaking changes
### 📦 Deployment
```bash
# Docker
docker pull hmac-file-server:3.2.2
# Binary
wget https://github.com/PlusOne/hmac-file-server/releases/download/v3.2.2/hmac-file-server-linux-amd64
```
### 🛡️ Security
- HMAC authentication core unchanged
- 100% backward compatible
- All XMPP protocols supported
**Drop-in upgrade** - no configuration changes required!