Skip to content

Commit 25fc94d

Browse files
committed
Latest Beta
1 parent 9c78171 commit 25fc94d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@ Runs the Stremio streaming server automatically and loads [web.stremio.com](http
6161
- **Card Hover Info** - IMDb ratings & release dates on hover
6262
- **Enhancements Tweaks** - Interface tweaks, player enhancements, subtitle customization
6363
- **Enhanced External Player** - Auto-detect VLC/MPC-HC for external playback
64+
- **Trending Anime** - Trending anime row on homepage with top airing anime from MyAnimeList
65+
66+
### ⚙️ Tweaks & Customization
67+
Settings → Tweaks section with customizable options:
68+
- **Interface Tweaks** - Full height backgrounds, hide hover effects, rounded corners
69+
- **Player Enhancements** - Ambilight effect, skip intro duration control
70+
- **Subtitle Customization** - Font size, color, background opacity adjustments
71+
- **Keyboard Shortcuts** - Customizable shortcuts for playback controls
72+
- **Streaming Performance** - Optimize BitTorrent settings (conservative/balanced/aggressive profiles)
6473

6574
### ✨ Other Features
6675
- **Discord Rich Presence** - Show what you're watching (toggleable)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "streamgo",
3-
"version": "1.0.5",
3+
"version": "1.0.6-beta",
44
"description": "Electron-based Stremio client with plugins and themes support.",
55
"main": "./dist/main.js",
66
"scripts": {

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.5
1+
1.0.6 Beta

0 commit comments

Comments
 (0)