Usability - Can't find current Cloudron version on my.domain.tld
-
I know this may sound stupid. But I wanted to know which cloudron version is currently running without going into the shell.
But I could not find the information, not under https://my.domain.tld/#/settings or https://my.domain.tld/#/system where I would expect the information to be.
Settings has a section for Updates why not display the current version there and/or in system information as well?
Edit: Or in the footer
-
I had the same question once until I noticed the footer text. Maybe worth also showing it on the Updates panel?
-
@nebulon said in Usability - Can't find current Cloudron version on my.domain.tld:
The bottom right of the dashboard has the version number. It is a bit faded so it doesn't stand out. Is that sufficient?
wow I really did not notice that, because my visual focus when using cloudron is the middle/central since that is where most the content is displayed, with the exception of the footer and navbar/navigation.
That one is sufficient indeed, but I would like a link to the changelog on that version tag.
-
https://my.domain.tld/api/v1/cloudron/status
is the quickest way to a Cloudron's version number --- and public for all!Mine is in a pinned Firefox tab.
-
@nebulon said in Usability - Can't find current Cloudron version on my.domain.tld:
Alright. Thanks for the input here. I have removed the version from the footer and we now show it in the update section of the dashboard.
I liked it in the footer and want it back!
As does @robi, see https://forum.cloudron.io/post/15510
-
@girish said in Usability - Can't find current Cloudron version on my.domain.tld:
This means that normal users cannot know the version anymore (but I cannot see why they want to know this anyway).
And I cannot see what harm them knowing it would do?
-
@jdaviescoates I gotta be honest, I donโt know why it NEEDS to be in the footer. While I didnโt care it was there, I also donโt care that itโs been moved. Lol. I wonder if this is just one of those changes that isnโt liked at first but we come to see it as making sense / understand the design choice in the future. Most software keeps the versions hidden and viewable only by admins, so this to me makes logical sense as far as design goes.
-
@d19dotca I wouldn't say it NEEDS to be there either. I just liked it being there as a really quick and easy way to see what version I'm running. And I don't really get why it was removed without anyone asking for it to be removed (indeed, it was seemingly paradoxically removed because someone wanted to be able to easily see it, but hadn't even noticed it was there! )
-
4 people upvoted Girish post on it.
For me it doesn't need to be in the footer, I prefer to have only the custom footer down there.
Version is only interesting for admins, the less clutter the better. (At the same time, I could totally live with it down there. )
-
@ruihildt said in Usability - Can't find current Cloudron version on my.domain.tld:
4 people upvoted Girish post on it.
Heh, fair point.
-
@jdaviescoates said in Usability - Can't find current Cloudron version on my.domain.tld:
@ruihildt said in Usability - Can't find current Cloudron version on my.domain.tld:
4 people upvoted Girish post on it.
Heh, fair point.
But, I still like my preferred solution here:
https://forum.cloudron.io/post/15541Would keep everyone happy, no? (and also has 4 upvotes )
-
We looked into many of the apps we have and most don't show the version in the footer. I guess the expectation is to find it somewhere else. So, we just moved it. We do keep getting repeated emails that they don't know what version the Cloudron is since they don't look into the footer (it's natural for me, but I guess it's not for others).
-
@jdaviescoates Currently, the footer is just a free flowing markdown. I guess we have to template it to have something like
{{version}}
or%version%
or something. Have to see how easy/hard this is. -
@jdaviescoates I noticed now that we have 2020 hardcoed as the default footer. So we probably want to have some templating since 2021 is almost here...