docs: Update README to v1.0.8

This commit is contained in:
Khoa.vo 2025-12-24 14:55:51 +07:00
parent 47a08d30ad
commit 979f9de6b2

View file

@ -2,13 +2,18 @@
[![Docker Image](https://img.shields.io/docker/v/vndangkhoa/streamflix?label=DockerHub&logo=docker)](https://hub.docker.com/r/vndangkhoa/streamflix) [![Docker Image](https://img.shields.io/docker/v/vndangkhoa/streamflix?label=DockerHub&logo=docker)](https://hub.docker.com/r/vndangkhoa/streamflix)
[![GitHub](https://img.shields.io/github/v/release/vndangkhoa/Streamflow?label=GitHub&logo=github)](https://github.com/vndangkhoa/Streamflow) [![GitHub](https://img.shields.io/github/v/release/vndangkhoa/Streamflow?label=GitHub&logo=github)](https://github.com/vndangkhoa/Streamflow)
[![Version](https://img.shields.io/badge/version-1.0.7-blue)](https://github.com/vndangkhoa/Streamflow/releases) [![Version](https://img.shields.io/badge/version-1.0.8-blue)](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. 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 - 🔧 **HOTFIX: Fixed Docker crash** - Added missing `Request` import causing NameError on startup
**Previous (v1.0.6):** **Previous (v1.0.6):**
@ -63,7 +68,7 @@ version: '3.8'
services: services:
# StreamFlow Unified (Backend + Frontend) # StreamFlow Unified (Backend + Frontend)
app: app:
image: vndangkhoa/streamflix:1.0.7 image: vndangkhoa/streamflix:1.0.8
platform: linux/amd64 platform: linux/amd64
ports: ports:
- "3478:8000" - "3478:8000"