Eugeny / tabby

A terminal for a more modern age
https://tabby.sh
MIT License
59.43k stars 3.4k forks source link

Plugins not show the last update #6854

Closed Paulpatou closed 2 years ago

Paulpatou commented 2 years ago

Version: 1.0.181 OS: Ubuntu 20.04

Describe the problem: I want to update "Cloud-settings-sync" but the latest version is not available from the tabby plugin panel. I tried to uninstall it completely but no change

image

The last update is 1.5.0 => https://github.com/niceit/tabby-cloud-sync-settings/releases

z0ow commented 2 years ago

I have the same problem : (

z0ow commented 2 years ago

After the test, tabby uses npms.io to fetch the plugins' version, but the npms.io returns an older version of trzsz. Is there any way to solve this problem?

z0ow commented 2 years ago

I guess it will be better if tabby has an offline plugin install interface

After the test, tabby uses npms.io to fetch the plugins' version, but the npms.io returns an older version of trzsz. Is there any way to solve this problem?

LacazeThomas commented 2 years ago

Yes this bug seems to be present since 2017, I think there is no hope to fix it : https://github.com/npms-io/npms/issues/18

LacazeThomas commented 2 years ago

I tried to find a new API to replace npms. But the official registry.npm doesn't support keywords in the full text search. See here

And libraries.io seems to work with an API Key and doesn't support keywords in full text search

EDIT : the official source support keywords in the FTS

LacazeThomas commented 2 years ago

Hi,

Good news, this issue will be solved in the next release. Feel free to close this problem afterwards.