The download page shows version 2025.04.0-250. Shouldn't it be 2025.05.0-58? #7325
-
The releases page shows 2025.05.0-58 as the latest release but the download page still uses 2025.04.0-250. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yeah.. The release page needs to be manually updated so it almost always lags behind the GitHub release page. And actually - even the GitHub page doesn't show the latest daily release, which is updated every working day. |
Beta Was this translation helpful? Give feedback.
-
Our main download site at https://positron.posit.co/download hosts our monthly releases, and 2025.04.0-250 is in fact the latest monthly release. The monthly releases are what you get automatically pushed to you via the autoupdating mechanism. We plan for this to be the long term approach for our stable monthly releases. We intend to eventually also make daily builds available, as tracked in #6489, for folks who want to try out features early and give feedback. We don't have this set up right now. Instead, we push a new build approximately weekly to https://github.com/posit-dev/positron/releases. In the long term, this would instead be a daily build and you would be able to subscribe to that daily channel for autoupdates; this would be similar to the VS Code "insiders" channel. |
Beta Was this translation helpful? Give feedback.
Our main download site at https://positron.posit.co/download hosts our monthly releases, and 2025.04.0-250 is in fact the latest monthly release. The monthly releases are what you get automatically pushed to you via the autoupdating mechanism. We plan for this to be the long term approach for our stable monthly releases.
We intend to eventually also make daily builds available, as tracked in #6489, for folks who want to try out features early and give feedback. We don't have this set up right now. Instead, we push a new build approximately weekly to https://github.com/posit-dev/positron/releases. In the long term, this would instead be a daily build and you would be able to subscribe to t…