feat: Remove deprecated test files and enhance documentation for version 3.3.0 "Nexus Infinitum"
- Deleted obsolete test files: test_mime.go, test_mime_integration.go, and xmpp_client_upload_diagnosis.ipynb. - Updated README.md to reflect the new version 3.3.0 "Nexus Infinitum" and its features. - Added comprehensive release notes for version 3.3.0 detailing major enhancements and installation instructions. - Introduced cleanup script to remove development artifacts while preserving production files.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
## HMAC File Server 3.2.2 - Enhanced MIME Types & XMPP Compatibility
|
||||
## HMAC File Server 3.3.0 - Enhanced MIME Types & XMPP Compatibility
|
||||
|
||||
### 🚀 New Features
|
||||
- **Enhanced MIME Types**: Added 80+ file format mappings (.flac, .webm, .epub, .docx, .py, .go, etc.)
|
||||
@ -14,10 +14,10 @@
|
||||
### 📦 Deployment
|
||||
```bash
|
||||
# Docker
|
||||
docker pull hmac-file-server:3.2.2
|
||||
docker pull hmac-file-server:3.3.0
|
||||
|
||||
# Binary
|
||||
wget https://github.com/PlusOne/hmac-file-server/releases/download/v3.2.2/hmac-file-server-linux-amd64
|
||||
wget https://git.uuxo.net/uuxo/hmac-file-server/releases/download/v3.3.0/hmac-file-server-linux-amd64
|
||||
```
|
||||
|
||||
### 🛡️ Security
|
||||
|
Reference in New Issue
Block a user