-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugins are incompatible with 0.18.6 #20
Comments
I have the same problem, and if one example is provided I can lend a hand |
Here is a relevant diff from the official python plugin repo showcasing the refactoring: albertlauncher/python@55d5f89#diff-0a0a34f67478d6f83b240328e7a9f3cbc9909f6c4e068b272f3b53f7a4364475 |
Hi guys, Thanks for pointing it out. I think I 'll have a first go at migrating at least one of the plugins + the cookiecutter template to the new version - possibly during next week. After that I'm more than happy to accept contributions for migrating the rest of the plugins. |
You can also take a look at #21 for a fix examples |
Hey @bergercookie, have you given it a shot yet ? Let us know if you need help 🙌 |
Here are some things I've learned from migrating emoji-picker and remmina:
|
All plugins have now been migrated |
I love the additional plugins provided in this repo, but unfortunately the most recent albert update broke all plugins.
Looking at the current official plugin repo, it seems the API has changed from plain functions to providing a
QueryHandler
class.The text was updated successfully, but these errors were encountered: