-
-
Notifications
You must be signed in to change notification settings - Fork 36
Differences in MINOR and PATCH parts are not reported #141
Comments
I agree. At least it could be an option whether or not minor/patch differences trigger the latest version alert. |
This looks like a regression, because I remember this used to work correctly, even when minor versions change. |
This regression makes this extension useless half of the time. |
This is working as expected. As much as wi know cargo works like that and extension works as they described. Please take a look at #86. |
So this seems to be the behavior by design, even if it was not like this before. I understand, but it still makes this extension useless half of the time though, whereas it was very useful before. |
I wouldn't go as far as saying the extension is useless, but I think it would be more consistent if it warned about any new versions not compatible with the set pattern. E.g.
In other words, if there is a newer version that would not be automatically downloaded by @serayuzgur , do you think it's a breaking change and we'll need a configuration setting for it to tun on/off? |
I said the extension is useless half of the time, because that is half of the time the reason I open Again, I understand that this behavior is by design. Still, this makes the extension way less useful to me. I didn't mean to offend anybody, I simply stated the result of this design decision on my own use case. |
I will check and implement it if it is simple to |
Hi, any progress on this? Maybe add a less aggressive warning on this, maybe |
3 years later, it still looks like nobody cares about this issue... |
A new version alert is not displayed if the difference is in MINOR or PATCH numbers only. It seems that only MAJOR version differences result in displaying the latest version number.
E.g.,
urlencoding
has the following versions available:Using
urlencoding = "1.0.0"
through tourlencoding = "1.3.3"
prints a green tick and no latest version alert.Dropping to
urlencoding = "0.2"
displaysX 1.3.3
next to it.Is this a bug or how it should work?
I would expect anything below
urlencoding = "1.3.3"
to have the latest version alert printed next to it.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: