Skip to content

v0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Jul 09:41
v0.1.1
370f180

Fixed

  • :PackStatus now reflects updates found by a background auto_check. The headless check and the windowed UI shared no state, so plugins with pending updates were left unhighlighted even after the "updates available" notification. An in-memory cache now bridges the two: the background check stores its results and PackStatus surfaces them on open, without a second network round-trip. A live re-check (r / :PackUpdate) still supersedes the cache.