Add patch v2.7.0 to v2.7.1: Documentation update

- Updated README with accurate feature descriptions
- Clarified M3U8/HLS streaming support (no direct DVB cards)
- Added Coinbase Commerce payment documentation
- Included comprehensive patch management system details
- Corrected version information throughout
This commit is contained in:
MasterDraco
2025-09-20 22:45:07 +00:00
parent 8c1651ca5c
commit 86b44be1cc
5 changed files with 415 additions and 3 deletions
+35
View File
@@ -0,0 +1,35 @@
{
"version": "2.7.1",
"release_date": "2025-09-20T22:00:00Z",
"type": "minor",
"stable": true,
"minimum_required": "2.7.0",
"changelog": {
"description": "Documentation update and clarifications",
"features": [],
"improvements": [
"Updated README with accurate feature descriptions",
"Added comprehensive patch management documentation",
"Clarified payment system using Coinbase Commerce"
],
"fixes": [
"Corrected DVB card support claims - system uses M3U8/HLS sources",
"Updated version information throughout documentation"
],
"documentation": [
"Added patch management system usage guide",
"Included Coinbase Commerce setup instructions",
"Updated installation and update commands",
"Added troubleshooting section for updates"
]
},
"requirements": {
"os": "Ubuntu 20.04+ or Debian 11+",
"docker": "20.10+",
"docker-compose": "2.0+",
"disk_space_gb": 50,
"memory_gb": 4
},
"files_changed": 2,
"docker_images": []
}