protonscr

Add date to Proton Experimental in Steam settings

steamopen Feature RequestProton
ValveSoftware/steam-for-linux#7948 · opened 2021-07-29 by shoober420 · updated 2021-08-26 · 4 comments · github
2 matching comments, n / p to jump
Sshoober420 2021-07-29 github

Feature Request

Description

Please consider adding version date number to Proton Experimental when selecting it in Steam settings.

e.g.
Proton Experimental (7-30-21)

Justification

This helps differentiate Proton Experimental versions more easier, instead of having to go in the log to look for the date of Experimental release. This helps everyone know what version of Proton Experimental someone is using.

Kkisak-valve maintainer 2021-07-29 github

It's my opinion that this is a request for more busy work by a Proton dev instead of adding real value. That said, I'll leave it up to a Proton dev if they want to add this.

Aaeikum 2021-07-29 github

This is actually a Steam client issue. The strings in the steam client have to be updated manually by a Valve employee, and I can't do that. It's a reasonable request, but I think it probably won't happen unless their tooling gets updated to allow us to change those strings, sorry.

Sshoober420 2021-07-30 github

I just thought of something. When you install a third party proton, like glorious eggroll, it says "Proton-6.13-GE-1" in the settings menu. Now I don't know how the Steam UI works, but if glorious eggroll can include his own versioning in the release, couldn't Proton Experimental add the date versioning to its name at the end as well?

Wouldn't this not require additional changes to the Steam UI, and just add the date versioning to the end of each Proton Experimental release? It also getting it's own folder in ~/.steam/root/steamapps/common directory? Thus it overwriting the folder and updating it's name with each update.

Ddsalt 2021-08-26 github

If a date is to be added, absolutely not in that American muddle-endian format – I for one will consider use of such a format to be a bug.

It needs to be locale-agnostic (by using YYYY-MM-DD or month names or something similar) or formatted for the locale (I'm using en_GB, so I expect DD/MM/YYYY by default).

For version numbering purposes, big-endian numeric (year first) is the only sane method.

Proton versions