App versions #4580
Replies: 1 comment
-
Posted at 2022-04-27 by nicoboss I would love that too ! it s always difficult to remember if an app you have not yet installed is newer or not Posted at 2022-04-28 by @gfwilliams Honestly it's already a nightmare trying to get everyone to put version numbers in even We actually already have an auto-generated list of when apps are updated at https://banglejs.com/apps/appdates.csv so it'd be possible to just extend the App Loader such that hovering over the version number showed the date that an app was last updated if someone wanted to add a PR for that? Posted at 2022-04-28 by rigrig
My main gripe is that Posted at 2022-04-28 by nicoboss
x could =1 as soon as the app is stable and had an suficient amount of feedback ?
That d be great ! I m not aware of how adding a PR though Posted at 2022-04-28 by @gfwilliams I understand about the 0.xx seeming like it's beta, but really is it more than a minor annoyance?
Yes, I think that could make sense. I guess with some kind of review system we could maybe have a better way of saying 'yes, this is fine now'. But this just feels like one of those things where sure, it's not ideal right now. I could spend a bunch of time trying to change all the version numbers, and maybe would break some things, and some people would get confused, but it feels like maybe there are more important things for everyone to work on fixing than whether the version numbers start with 1 or 0. Posted at 2022-04-28 by uname In the opensource world, version numbers below 1 have been used forever, I don't see this as a big problem. Posted at 2022-04-28 by rigrig
You're probably right, as for showing the date: PR with last update in hover Posted at 2022-04-29 by nicoboss
sure !
of course, and thank you ! Posted at 2022-04-29 by @gfwilliams PR merged - thanks! Posted at 2022-04-30 by HughB Nice one ! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2022-04-27 by rigrig
Right now apps all have a version like
0.xx
, which seems kind of silly, and suggests they are all unfinished.Maybe we could move to something like
yyyy.mm.dd
[1]? That way you can easily see when an app was last updated, and we also get dates in changelogs.I guess it might look a bit messy/weird in the app store with a mix of old/new versions.
[1] extending to
yyyy.mm.dd.x
if we have two versions on the same dayBeta Was this translation helpful? Give feedback.
All reactions