MarkHedleyJones / dmenu-extended

An extension to dmenu for quickly opening files and folders.
MIT License
387 stars 33 forks source link

Update plugins to handle new dmenu-extended versioning #126

Closed MarkHedleyJones closed 1 year ago

MarkHedleyJones commented 1 year ago

In #123, the versioning was changed from year.month format to semantic versioning. The "min_version" field in the plugins is still in the year.month format. For now this works, but all should be updated to support the new versioning.

A good method may be to add a new version field in the plugins_index.json files, for example ("required_version") which is in semantic version format. Also, a timeline for removal of the "min_version" field should be decided (perhaps related to the support duration of popular distributions currently available).