You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I might be wrong, but could it be that the #239 PR broke the selection of the latest version at multiple places?
I discovered this when clicking on a project in the latest release and realizing that I'm on a very old version :)
If I understood it correctly, the data structure being sent won't contain a version with the name latest anymore. Instead, a tags property contains this information.
Hi,
I might be wrong, but could it be that the #239 PR broke the selection of the latest version at multiple places?
I discovered this when clicking on a project in the latest release and realizing that I'm on a very old version :)
If I understood it correctly, the data structure being sent won't contain a version with the name
latest
anymore. Instead, atags
property contains this information.However,
Project.vue
for example still does the searching for the latest version based on the name:Without diving deeper, it looks like same goes for
Docs.vue
.If I get some time soon, I will try to fix this. I think it would be great to get rid of this bug soon, since it probably affects many projects.
The text was updated successfully, but these errors were encountered: