Skip to content

Plugins: Always add latest OTD version - #385

Merged
gonX merged 1 commit into
OpenTabletDriver:mainfrom
gonX:plugins-always-add-latest-otd-version
Aug 31, 2026
Merged

Plugins: Always add latest OTD version#385
gonX merged 1 commit into
OpenTabletDriver:mainfrom
gonX:plugins-always-add-latest-otd-version

Conversation

@gonX

@gonX gonX commented Aug 31, 2026

Copy link
Copy Markdown
Member

As described in #235, the plugin version list is populated by existing plugin metadata. This means that when a new OpenTabletDriver version is released, the list does not contain the version until a plugin with an appropriate SupportedDriverVersion appears.

This PR changes that and always adds the latest OpenTabletDriver version as defined in the otd-versions data array. The list is already sorted and pruned for duplicates, so this change should be fairly safe. I manually checked the "latest version retrieval" variable (latestotdversion in the changes) and it indeed currently points to v0.6.7 so this change should be correct.

fixes #235

@gonX
gonX merged commit 00c14a2 into OpenTabletDriver:main Aug 31, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Latest release is not necessarily available in Plugins dropdown

2 participants