Skip to content

Add app version to TizenTube Settings entry (build: enable JSON imports)#375

Open
KrX3D wants to merge 6 commits intoreisxd:mainfrom
KrX3D:add_version_in_settings
Open

Add app version to TizenTube Settings entry (build: enable JSON imports)#375
KrX3D wants to merge 6 commits intoreisxd:mainfrom
KrX3D:add_version_in_settings

Conversation

@KrX3D
Copy link
Copy Markdown

@KrX3D KrX3D commented Feb 17, 2026

Summary

This PR improves the Settings UX by showing the current app version directly in the TizenTube Settings entry.

The previous subtitle text (“Open TizenTube Settings”) was a bit redundant, because the page title/button already communicates that selecting it opens the settings page. Replacing it with the version makes the entry more useful for debugging and support.

Picture

20260217_182004

Changes

  • UI: mods/ui/customYTSettings.js

    • Replaces the old subtitle text with Version: <package.json version> (e.g. Version: 1.12.7)
    • Reads the version from package.json
  • Build: mods/rollup.config.js

    • Adds @rollup/plugin-json so Rollup can import package.json
  • Dependencies: mods/package.json

    • Adds @rollup/plugin-json (and lockfile updated accordingly)

Notes

  • No runtime behavior change besides the settings entry subtitle; this is a small UX/support improvement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant