AlexanderWillner / deepl-alfred-workflow2

DeepL Alfred Workflow
228 stars 8 forks source link

Switch to User Configuration #23

Closed vitorgalvao closed 1 year ago

vitorgalvao commented 1 year ago

Closes https://github.com/AlexanderWillner/deepl-alfred-workflow2/issues/22.

Adds User Configuration and bumps version to 1.9.

AlexanderWillner commented 1 year ago

Many thanks! It seems that the workflow would be only usable with Alfred 5 (which I don't have yet). Is there any way to implement this so that the workflow is backward compatible?

image
vitorgalvao commented 1 year ago

It would need to be two versions of the workflow. Alfred 5 recognises the .alfred5workflow extension, while Alfred 4 does not, which can be a simple way to separate them to support multiple versions at once.