Skip to content

Make runtime titles not have double versions#1307

Merged
kolunmi merged 3 commits intobazaar-org:mainfrom
AlexanderVanhee:double-versions
Mar 22, 2026
Merged

Make runtime titles not have double versions#1307
kolunmi merged 3 commits intobazaar-org:mainfrom
AlexanderVanhee:double-versions

Conversation

@AlexanderVanhee
Copy link
Collaborator

For some reason, some GNOME runtime titles included a version number like "49" at the end, while the actual version was something different like 50. This caused the old algorithm to combine both values and return "49 50". To fix this, we now remove the version number from the title entirely and append the correct version value.

For some reason, some GNOME runtime titles included a version number like "49" at the end, while the actual version was something different like 50. This caused the old algorithm to combine both values and return "49 50". To fix this, we now remove the version number from the title entirely and append the correct version value.
@AlexanderVanhee AlexanderVanhee added UX Improving the user experience papercut Small but annoying labels Mar 22, 2026
@kolunmi
Copy link
Collaborator

kolunmi commented Mar 22, 2026

It might be inefficient to compile that regex every time we process a new entry, perhaps we can wrap this in a g_once_init_pointer?

@kolunmi
Copy link
Collaborator

kolunmi commented Mar 22, 2026

thx

@kolunmi kolunmi merged commit 5340d0f into bazaar-org:main Mar 22, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

papercut Small but annoying UX Improving the user experience

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants