Skip to content

v0.4.4 - version visible in plugin browser

Choose a tag to compare

@empyfi empyfi released this 12 Jun 18:46
· 22 commits to main since this release

The Plugin Browser entry now prefixes its description with the version string [v0.4.4] so the OpenATV feed maintainer and forum users can identify the installed build at a glance without opening the Settings UI.

Added

  • __version__ constant exposed by the plugin package (Plugins.Extensions.FBCChannelSpeedChange.__version__) as the single runtime source of truth for the version string.
  • tools/bump_release_urls.py --check enforces that CONTROL/control, Makefile and __init__.py all agree before a release goes out, so the three version sources cannot drift.

Notes

  • Pure presentation-layer change. Controller, pool, predictor, arbiter, interceptor and config behaviour are untouched.
  • Tests 56/56 green.

See the CHANGELOG for full release history.