From 9b2339b85d60badffdaa9380bbfc4bb1d47f6130 Mon Sep 17 00:00:00 2001 From: vndangkhoa Date: Mon, 2 Mar 2026 07:35:05 +0700 Subject: [PATCH] docs: release version 3.9.2 --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a07a45b..d38e849 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# StreamFlow V3.9.1 +# StreamFlow V3.9.2 A high-performance video streaming web application with a pure Go backend and modern React + Tailwind frontend. @@ -31,7 +31,7 @@ version: '3.8' services: streamflow: - image: git.khoavo.myds.me/vndangkhoa/kv-netflix:v3.9.1 + image: git.khoavo.myds.me/vndangkhoa/kv-netflix:v3.9.2 container_name: streamflow platform: linux/amd64 ports: @@ -119,7 +119,11 @@ Streamflow/ ## Changelog -### v3.9.1 (Current) +### v3.9.2 (Current) +- Fixed Android TV local IP issue by replacing it with production backend URL +- Rebuilt Android TV APK and updated the frontend static bundle + +### v3.9.1 - Fix Android TV OOM crash + backend Content-Type headers - Bundled Android TV APK with the webapp for direct download - Verified D-pad navigation on Android TV app