extension-manager
extension-manager copied to clipboard
Add "version-name" support
Recently we added support for a new metadata field called "version-name" to GNOME Extensions. This is the preferred release version set by extension developers, which if not present will fall back to the current "version" field. You can read more about it at - GJS Guide
Describe the solution you'd like "version-name" should be displayed as the extension version, if not present then only "version" should be displayed.
This one is blocked until we switch to the new REST API, see https://gitlab.gnome.org/Infrastructure/extensions-web/-/merge_requests/174#note_1926296, at least for remote extensions.