rubberduck-vba / RubberduckWeb

Project Website for the Rubberduck VBA Editor Add-In
19 stars 12 forks source link

Version in download button doesn't match linked version #92

Open rossorp opened 1 year ago

rossorp commented 1 year ago

The version indicated in the download button for the "[main]" release on the home page does not match the version that is downloaded. The button indicates version v2.5.2.1, but it is actually linked to (and actually downloads) v2.5.2.5906:

image

retailcoder commented 1 year ago

Hi, thanks for the report! I'm putting a lot of energy on RD3 right now so the website took a bit of a backseat, but the next iteration of the website is currently deployed to https://test.rubberduckvba.com (just need to fix a glitch with scrolling and everything should be good). in the meantime other contributors have managed to get RD to build with VS 2022 so after my RPC & LSP implementation is good to go I'll give another round of content-editing and screenshot-taking to get the test site ready for production, and then the front page will always be up-to-date (there's a GitHub webhook in place to automatically update everything).

The old/current site gets the version from a Rubberduck.dll that's manually uploaded to the site, ... it's part of why there hasn't been an "official" release for so long.

retailcoder commented 1 year ago

Ah, actually the "version" on the button is just the GitHub tag name; usually they're automatically generated from the AppVeyor build, but that particular release was a hotfix and the tag name was manually made.

IOW I need to release v2.5.3 ASAP! 😅