mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 13:53:23 +00:00
Release #31
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @abhijithvijayan on GitHub.
3.1.1 is released.
@poeti8
Store is behind 4 versions
@poeti8 commented on GitHub:
Oops, ok will do soon.
@abhijithvijayan commented on GitHub:
So, sorry about that.
I am not sure what happened there.
Please delay the upgrade until I figure out what caused this error.
@abhijithvijayan commented on GitHub:
Its a new warning as well as a suggestion raised ny chrome store.
I didn't change any permission since the last release
They are suggesting to use activeTab permission instead of Tabs permission.
I will accept the recommendation and switch to using it and test the new permission and will release it soon.
Will notify you once completed.
@poeti8 commented on GitHub:
Yes got the warning for previous versions too but didn't see activeTab suggestion, I thought it would be useful.
@poeti8 commented on GitHub:
@abhijithvijayan Get this warning from Chrome store:
@abhijithvijayan commented on GitHub:
@poeti8 I have changed
tabspermission toactiveTaband also refactored some code.Even still, google might warn about broad host permissions as using
https://*/*andhttp://*/*which is required for the extension to request data to custom host api endpoint.Ignore the warning if it shows up.
Please do update both the stores with version 3.2.1
Also, please take a look at issue #71 and post if you are okay with the changes proposed as well.
Thanks
@poeti8 commented on GitHub:
Submitted, thanks. And yes, still got the warning, it's not important at this point, the review just might take longer.