Skip to content
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

After PowerToys is upgraded to 0.75, quick-lookup cannot be loaded #4

Closed
Sec-Joe opened this issue Oct 31, 2023 · 6 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@Sec-Joe
Copy link

Sec-Joe commented Oct 31, 2023

image

@Sec-Joe Sec-Joe added the bug Something isn't working label Oct 31, 2023
@tomlahr
Copy link

tomlahr commented Nov 1, 2023

Same Procedure under PT 0.75.1...
image

@GTGalaxi
Copy link
Owner

GTGalaxi commented Nov 1, 2023

Thanks for raising this, I will look into it shortly

@htcfreek
Copy link

htcfreek commented Nov 8, 2023

@GTGalaxi
You simply have to add public static string PluginID = "xxxxxxx"; to the Main method of your plugin. It is a new required starting with PT 0.75.0 .

@GTGalaxi
Copy link
Owner

GTGalaxi commented Nov 8, 2023

Thanks for letting me know, do you have a link to somewhere where this new requirement is mentioned? I am overseas at the moment but will get it sorted asap.

@htcfreek
Copy link

htcfreek commented Nov 8, 2023

Thanks for letting me know, do you have a link to somewhere where this new requirement is mentioned? I am overseas at the moment but will get it sorted asap.

It is mentioned in the Readme/Release notes.

For an example you can look at: microsoft/PowerToys#27468

Dev docs: https://github.com/microsoft/PowerToys/blob/main/doc/devdocs/modules/launcher/new-plugin-checklist.md

GTGalaxi added a commit that referenced this issue Nov 24, 2023
… validation introduced in PowerToys release 0.75.0
@GTGalaxi
Copy link
Owner

Issue #4 resolved with latest release 1.3.1, fulfilling new Plugin ID requirements for plugin validation added in Powertoys 0.75.0.

Thanks @Sec-Joe, @tomlahr for bringing to my attention while I was overseas and @htcfreek for linking the documentation and commits related to the new changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants