chore: bump TV version to 1.3.1 and update README download links
This commit is contained in:
parent
c239526086
commit
f843db9bff
2 changed files with 12 additions and 8 deletions
16
README.md
16
README.md
|
|
@ -2,13 +2,17 @@
|
|||
|
||||
[](https://hub.docker.com/r/vndangkhoa/streamflix)
|
||||
[](https://github.com/vndangkhoa/Streamflow)
|
||||
[](https://github.com/vndangkhoa/Streamflow/releases)
|
||||
[](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.3.0
|
||||
## 📋 Latest Release: v1.3.1
|
||||
|
||||
**What's New in v1.3.0:**
|
||||
**What's New in v1.3.1:**
|
||||
- 📱 **Mobile Background Playback:** Added support for background playback and wake lock to prevent screen sleep.
|
||||
- 🚀 **Performance:** General stability improvements and version sync across platforms.
|
||||
|
||||
**Previous (v1.3.0):**
|
||||
- 🔍 **Search Experience Overhaul:** Fixed UI rendering, added keyboard/voice support, and verified backend connectivity.
|
||||
- 🟥 **Solid Red Branding:** Pure solid red adaptive icon and banner for a cleaner TV home screen look.
|
||||
- ⚡ **Navigation Polish:** Smarter focus management and sidebar transitions.
|
||||
|
|
@ -47,9 +51,9 @@ A dedicated native Android TV app built with Google's **Leanback** library for t
|
|||
| **My List** | Save favorite movies for quick access |
|
||||
|
||||
### Downloads
|
||||
- **[Download TV APK (v1.3.0)](https://github.com/vndangkhoa/Streamflow/releases/download/v1.3.0/StreamFlix-TV.apk)** - Direct Download
|
||||
- **[Download Mobile APK (v1.3.0)](https://github.com/vndangkhoa/Streamflow/releases/download/v1.3.0/StreamFlix.apk)** - Direct Download
|
||||
- **[All Releases](https://github.com/vndangkhoa/Streamflow/releases/tag/v1.3.0)** - View Release Page
|
||||
- **[Download TV APK (v1.3.1)](https://github.com/vndangkhoa/Streamflow/releases/download/v1.3.1/StreamFlix-TV.apk)** - Direct Download
|
||||
- **[Download Mobile APK (v1.3.1)](https://github.com/vndangkhoa/Streamflow/releases/download/v1.3.1/StreamFlix.apk)** - Direct Download
|
||||
- **[All Releases](https://github.com/vndangkhoa/Streamflow/releases/tag/v1.3.1)** - View Release Page
|
||||
|
||||
### Installation
|
||||
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@ android {
|
|||
applicationId "com.streamflix.tv"
|
||||
minSdk 23
|
||||
targetSdk 36
|
||||
versionCode 3
|
||||
versionName "1.3.0"
|
||||
versionCode 4
|
||||
versionName "1.3.1"
|
||||
|
||||
// Backend API URL - StreamFlix server
|
||||
buildConfigField "String", "API_BASE_URL", '"https://nf.khoavo.myds.me"'
|
||||
|
|
|
|||
Loading…
Reference in a new issue