From 979f9de6b2f8257a8bd6b4b62b7a75c91e3695ce Mon Sep 17 00:00:00 2001 From: "Khoa.vo" Date: Wed, 24 Dec 2025 14:55:51 +0700 Subject: [PATCH] docs: Update README to v1.0.8 --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 08cd72a..af869ec 100644 --- a/README.md +++ b/README.md @@ -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) [![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. -## 📋 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"