Skip to content

Releases: KiidxAtlas/python-hover

v0.7.7

04 Jun 03:48

Choose a tag to compare

Release hardening focused on hover rendering, Studio interaction reliability, and runtime helper cleanup.

  • Fixed structured hover overviews that were being dropped when the first rendered block exceeded the display limit; long summaries now truncate and still render instead of disappearing.
  • Added a docs-link fallback when hover content is unavailable so users still have an actionable path even if only the canonical URL is present.
  • Relaxed runtime-fallback heuristics for builtin and stdlib symbols so short but valid summaries are less likely to be discarded.
  • Fixed Studio webview loading and command handling so buttons and toggles register reliably after reload.
  • Allowed Pin/Debug hover actions to fall back to the most recent hover when a command token is missing, preventing the "hover a symbol first" dead-end.
  • Corrected the Python helper path so persistent runtime resolution starts from the shipped extension/python-helper/helper.py instead of the compiled output tree.
  • Added debug logging around hover cleanup and resolution decisions to make extraction failures easier to diagnose in the output channel.

v0.7.6

03 Jun 04:51

Choose a tag to compare

Release v0.7.6