SteamDeckHomebrew / decky-loader

A plugin loader for the Steam Deck.
https://decky.xyz
GNU General Public License v2.0
4.42k stars 157 forks source link

Show each plugin's version number (in settings) #146

Closed PartyWumpus closed 1 year ago

PartyWumpus commented 2 years ago

There is currently no way to find the current version of a plugin you are using from within the UI. This is troublesome as you need to know what version you have before you can check if there is a newer version available. Even if a better system for updating plugins was implemented it would probably be best to have some kind of version indicator in the UI.

19-08-2022 11:17 quick mockup done with &nbsp and a second span with gray color ^

This would involve editing decky-loader/frontend/src/components/settings/pages/plugin_list/index.tsx

I'm not sure where you'd grab the version number from, so I decided I would just make an issue instead of poking around looking for version numbers.

aataha0 commented 2 years ago

This has been resolved as of 8b3f569 alongside other things. A release should come soon enough. image