docs: release version 3.9.2
Some checks are pending
StreamFlow CI/CD / Backend Tests (push) Waiting to run
StreamFlow CI/CD / Backend Lint (push) Waiting to run
StreamFlow CI/CD / Frontend Tests (push) Waiting to run
StreamFlow CI/CD / Android TV Build (push) Waiting to run
StreamFlow CI/CD / Docker Build (push) Blocked by required conditions
StreamFlow CI/CD / Docker Publish (push) Blocked by required conditions
Some checks are pending
StreamFlow CI/CD / Backend Tests (push) Waiting to run
StreamFlow CI/CD / Backend Lint (push) Waiting to run
StreamFlow CI/CD / Frontend Tests (push) Waiting to run
StreamFlow CI/CD / Android TV Build (push) Waiting to run
StreamFlow CI/CD / Docker Build (push) Blocked by required conditions
StreamFlow CI/CD / Docker Publish (push) Blocked by required conditions
This commit is contained in:
parent
22229153b9
commit
9b2339b85d
1 changed files with 7 additions and 3 deletions
10
README.md
10
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue