From c2bb3c0d45c52cb10efe942424db397e24389f7e Mon Sep 17 00:00:00 2001 From: "Khoa.vo" Date: Wed, 24 Dec 2025 13:58:49 +0700 Subject: [PATCH] v1.0.7: Updated README with hotfix changelog, fixed Docker Hub badge --- README.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2f67353..a3da3a3 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,24 @@ # StreamFlow - Premium Cinema Experience 🎬 -[![Docker Image](https://img.shields.io/docker/v/vndangkhoa/streamflow?label=DockerHub&logo=docker)](https://hub.docker.com/r/vndangkhoa/streamflow) +[![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.6-blue)](https://github.com/vndangkhoa/Streamflow/releases) +[![Version](https://img.shields.io/badge/version-1.0.7-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.6 +## 📋 Latest Release: v1.0.7 -**What's New:** -- 🖼️ **Optimized mobile image loading** - 40% faster thumbnail loading on mobile devices -- 🔗 **Fixed Install App navigation** - Desktop navigation to download page now works correctly -- 🏠 **Fixed hero button errors** - Resolved null reference errors in hero rendering -- 📱 **Added PWA icon (512x512)** - Proper app icon for Progressive Web App -- ⬅️ **Fixed back button navigation** - Removed unnecessary history states causing navigation issues -- 📐 **Mobile UI improvements** - Better bottom padding, Get App FAB positioning -- 🔍 **Smart tab scrolling** - Search/MyList tabs stay in position instead of jumping to top +**What's New in v1.0.7:** +- � **HOTFIX: Fixed Docker crash** - Added missing `Request` import causing NameError on startup + +**Previous (v1.0.6):** +- 🖼️ Optimized mobile image loading - 40% faster thumbnail loading +- 🔗 Fixed Install App navigation +- 🏠 Fixed hero button null reference errors +- 📱 Added PWA icon (512x512) +- ⬅️ Fixed back button navigation +- 📐 Mobile UI improvements +- 🔍 Smart tab scrolling ---