Skip to content

Commit 0eda46c

Browse files
authored
Merge pull request #8 from greenbugx/fix/v1.5-bugfixes
Fix/v1.5 bugfixes
2 parents 6dc4b53 + 674c4f2 commit 0eda46c

15 files changed

Lines changed: 999 additions & 263 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# v1.5.1+16
2+
3+
## Queue Stability + Smooth Mode Performance Tuning
4+
5+
### BUG FIXES / IMPROVEMENTS
6+
7+
- **Dynamic Queue:** Reworked queue auto-extend behavior to keep "Up Next" filled more consistently during continuous playback
8+
- **Duplicate Control:** Tightened duplicate/noisy title filtering for auto-fetched songs (better handling of low-signal uploads and title variants)
9+
- **Memory Safety:** Added/strengthened stream subscription cleanup in player/background flow to avoid listener buildup
10+
- **Playlist Dialog Stability:** Fixed controller/dispose race issues that could throw errors when creating playlists
11+
- **Smooth Mode Perf:** Added smooth-mode-only optimizations for full player and search input path (reduced heavy rendering work and lighter image decode pressure)
12+
13+
### UPCOMING (work in progress)
14+
15+
- Better relevance tuning for search and recommendations
16+
- Discord Rich Presence
17+
- Lyrics support(targeted for v1.6+)
18+
119
# v1.5.0+15
220

321
## Sleep Timer + Search/Home Feed Upgrade
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Improved dynamic queue stability so Up Next stays filled more reliably during playback.
2+
Tightened duplicate/noisy song filtering for auto-fetched tracks and removed unrelated fallback sources from YouTube continuation flow.
3+
Fixed playlist creation dialog crashes caused by controller lifecycle issues.
4+
Added smooth-mode performance tuning for full player/search to reduce jank on low-end devices.

ghweb/version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"latest": "v1.5.0+15",
3-
"min_supported": "v1.4.0+14",
2+
"latest": "v1.5.1+16",
3+
"min_supported": "v1.5.0+15",
44
"apk_url": "https://sourceforge.net/projects/hongeet/files/latest/download",
5-
"notes": "Added sleep timer modes (15m/30m/60m/end of current song), fixed Samsung-specific UI issues, added charts/albums/trending songs with a trending section, introduced bounded parallel downloads (3 at a time) with queue feedback, and improved search/home scrolling stability and section rendering."
5+
"notes": "Queue extension is now more stable with stricter duplicate/noisy-track filtering, dynamic YT continuation no longer falls back to unrelated sources, playlist-create crashes were fixed, and smooth-mode rendering/input performance was tuned for low-end devices."
66
}

0 commit comments

Comments
 (0)