Show platform-specific release notes in update notification #187
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/NuvioStreaming_backup_24-10-25#187
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description:
Currently, the app prompts users with a notification when a new release is available. However, if a release contains platform-specific changes (e.g., iOS-only features), users on both platforms see all release notes, which can be confusing or irrelevant.
Example:
The latest release notes for v1.2.5 include iOS-specific features (Liquid Glass Theme for iOS/iPadOS 26+), but Android users are also shown these notes, even though they don’t apply to them.
Current Release Notes (v1.2.5):
Android Phone:
GitHub Release Page:
Expected Behavior:
In other words, both platforms should only show their own relevant notes, not all notes. The general/universal notes should appear for both, but platform-specific notes should only appear for the respective platform.
Proposed Solution:
Example Release Notes Format:
Implementation Suggestions:
Thanks @tapframe !!