docs: Update README to v1.0.8
This commit is contained in:
parent
47a08d30ad
commit
979f9de6b2
1 changed files with 9 additions and 4 deletions
13
README.md
13
README.md
|
|
@ -2,13 +2,18 @@
|
|||
|
||||
[](https://hub.docker.com/r/vndangkhoa/streamflix)
|
||||
[](https://github.com/vndangkhoa/Streamflow)
|
||||
[](https://github.com/vndangkhoa/Streamflow/releases)
|
||||
[](https://github.com/vndangkhoa/Streamflow/releases)
|
||||
|
||||
StreamFlow is a high-fidelity movie streaming application designed for NAS enthusiasts and home cinema lovers. It combines a premium **Apple TV+ inspired aesthetic** with a lightweight, high-performance backend, now consolidated into a **single Docker image** for effortless deployment.
|
||||
|
||||
## 📋 Latest Release: v1.0.7
|
||||
## 📋 Latest Release: v1.0.8
|
||||
|
||||
**What's New in v1.0.7:**
|
||||
**What's New in v1.0.8:**
|
||||
- 📱 **Android Live Updates:** App now loads content directly from server (no need to reinstall APK for UI updates)
|
||||
- 🤖 **Auto-Update Script:** Added `deploy_apk.sh` for one-click deployment
|
||||
- 🛠️ **Docker Optimization:** Simplified build process (unified backend/frontend)
|
||||
|
||||
**Previous (v1.0.7):**
|
||||
- 🔧 **HOTFIX: Fixed Docker crash** - Added missing `Request` import causing NameError on startup
|
||||
|
||||
**Previous (v1.0.6):**
|
||||
|
|
@ -63,7 +68,7 @@ version: '3.8'
|
|||
services:
|
||||
# StreamFlow Unified (Backend + Frontend)
|
||||
app:
|
||||
image: vndangkhoa/streamflix:1.0.7
|
||||
image: vndangkhoa/streamflix:1.0.8
|
||||
platform: linux/amd64
|
||||
ports:
|
||||
- "3478:8000"
|
||||
|
|
|
|||
Loading…
Reference in a new issue