I’m not sure at what point this happened but the self-hosted web app no longer shows the current version number. It does update regularly as expected and shows that it’s up to date, but the number itself is missing.

    • polo@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      13 days ago

      I am using cloudflare pages to build voyager and the version number is not appearing there too. Updates work but there’s no way to know which version you’re on without checking the release notes. I couldn’t find a fix.

      pnpm: 10.10.0
      nodejs: 22.15.0
      
        • polo@lemm.ee
          link
          fedilink
          English
          arrow-up
          1
          ·
          13 days ago

          I’ve been keeping a fork in sync of the main branch with a pull app. It runs periodically like once a day or so. Then Cloudflare builds the app when it sees any changes as the sync completes. So I don’t think it’s building off of tagged releases.