You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very minor issue that I'd like to report. The MOTD message is showing up telling me that a new GoSublime release is available, but in reality I have a more recent release.
{
"Message": "★★ New GoSublime Release ★ https://margo.sh/cl/20.2.1 ★★",
"Error": "",
"ANN": {
"Tag": {
"Y": 20,
"M": 2,
"D": 1,
"N": 1
},
"Content": "\nThis release focuses on fixing a performance issue due to a failure to resetting all cached data prematurely.\n- Cache some files in memory to avoid re-reading from disk every time.\n- The `\u0026nodejs.PackageScripts{}` reducer now uses `yarn` instead of `npm` if the `yarn.lock` file is present."
},
"Tag": "20.02.01-1"
}
The current logic in motd.go is to show the announcement whenever the installed GoSublime version doesn't match what's reported by the motd.json endpoint:
This is a very minor issue that I'd like to report. The MOTD message is showing up telling me that a new GoSublime release is available, but in reality I have a more recent release.
Fetching https://api.margo.sh/motd.json right now:
According to https://github.com/DisposaBoy/GoSublime/releases, the latest release is v20.03.01, released 6 days ago.
This causes the "new release" message to continuously show up, despite me having a newer version installed:
The text was updated successfully, but these errors were encountered: