This commit is contained in:
tapframe 2025-09-13 02:39:56 +05:30
parent bd69cd2128
commit 48de270557
5 changed files with 17 additions and 9 deletions

View file

@ -93,8 +93,8 @@ android {
applicationId 'com.nuvio.app'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 10
versionName "0.6.0-beta.10"
versionCode 11
versionName "0.6.0-beta.11"
}
splits {

View file

@ -3,5 +3,5 @@
<string name="expo_splash_screen_resize_mode" translatable="false">contain</string>
<string name="expo_splash_screen_status_bar_translucent" translatable="false">false</string>
<string name="expo_system_ui_user_interface_style" translatable="false">dark</string>
<string name="expo_runtime_version">0.6.0-beta.10</string>
<string name="expo_runtime_version">0.6.0-beta.11</string>
</resources>

View file

@ -2,7 +2,7 @@
"expo": {
"name": "Nuvio",
"slug": "nuvio",
"version": "0.6.0-beta.10",
"version": "0.6.0-beta.11",
"orientation": "default",
"icon": "./assets/ios/AppIcon.appiconset/Icon-App-60x60@3x.png",
"userInterfaceStyle": "dark",
@ -16,7 +16,7 @@
"ios": {
"supportsTablet": true,
"icon": "./assets/ios/AppIcon.appiconset/Icon-App-60x60@3x.png",
"buildNumber": "10",
"buildNumber": "11",
"infoPlist": {
"NSAppTransportSecurity": {
"NSAllowsArbitraryLoads": true
@ -47,7 +47,7 @@
"WAKE_LOCK"
],
"package": "com.nuvio.app",
"versionCode": 10,
"versionCode": 11,
"architectures": [
"arm64-v8a",
"armeabi-v7a",
@ -86,6 +86,6 @@
"fallbackToCacheTimeout": 30000,
"url": "https://grim-reyna-tapframe-69970143.koyeb.app/api/manifest"
},
"runtimeVersion": "0.6.0-beta.10"
"runtimeVersion": "0.6.0-beta.11"
}
}

View file

@ -14,7 +14,7 @@
"bundleIdentifier": "com.nuvio.app",
"developerName": "Tapframe",
"subtitle": "Streaming app for movies and TV shows",
"localizedDescription": "Nuvio is a comprehensive streaming application that provides access to a vast library of movies and TV shows. Latest beta includes trailer support in Hero Section, IMDb rating fixes, and various backend improvements.",
"localizedDescription": "Nuvio is a comprehensive streaming application that provides access to a vast library of movies and TV shows.",
"iconURL": "https://github.com/tapframe/NuvioStreaming/blob/main/assets/android/playstore-icon.png?raw=true",
"tintColor": "#04dcfc",
"category": "entertainment",
@ -30,6 +30,14 @@
"https://github.com/tapframe/NuvioStreaming/blob/main/screesnhots/search-portrait.png?raw=true"
],
"versions": [
{
"version": "0.6.0-beta.11",
"buildVersion": "11",
"date": "2025-09-12",
"localizedDescription": "## Version 0.6.0-beta.11 Update Notes\n\n- Numerous bug fixes across the app.\n\n### Video Player\n- Fixed an issue on Android where sliders glitched while scrobbling.\n- Added new features: users can now adjust **volume** and **brightness** directly in the app.\n - ⚠️ For iOS devices, the internal player (VLCKit) currently does not support adjusting audio through the player.\n Please use hardware volume buttons or system volume until this is implemented.\n- Multiple fixes aimed at reducing **heating issues on iOS devices**.\n\n### AI Features\n- Initial implementation of **AI-powered insights** on each movie/show detail page (spoiler-free).\n- Uses your **OpenRouter free API key** for access.\n- More AI-driven features will be added in future updates.\n\n---\n\n This will likely be the **final Beta build before Stable**.\nWhile not perfectly stable, it is more stable than expected for a beta release.",
"downloadURL": "https://github.com/tapframe/NuvioStreaming/releases/download/0.6.0-beta.11/Beta_0_6_0_11.ipa",
"size": 29700000
},
{
"version": "0.6.0-beta.10",
"buildVersion": "10",

View file

@ -606,7 +606,7 @@ const SettingsScreen: React.FC = () => {
/>
<SettingItem
title="Version"
description="0.6.0-beta.10"
description="0.6.0-beta.11"
icon="info-outline"
isLast={true}
isTablet={isTablet}