SublimeLinter / SublimeLinter-gcc

This linter plugin for SublimeLinter provides an interface to gcc or other gcc-like (cross-)compiler.
MIT License
22 stars 5 forks source link

Update messages when pushing new releases #8

Closed mandeep closed 6 years ago

mandeep commented 6 years ago

Hi @jfcherng,

When a new build is released, the following message displays in Sublime Text:

SublimeLinter-contrib-iverilog has been updated. To see the changelog, visit
Preferences » Package Settings » SublimeLinter-contrib-iverilog » Changelog

Would it be possible to release new messages for every update?

Thanks!

jfcherng commented 6 years ago

You mean directly display the latest changelog and if the user want to check old changelog, go to the menu?

SublimeLinter-contrib-iverilog is my typo.

mandeep commented 6 years ago

Yeah, either that or show the entire changelog each update.

jfcherng commented 6 years ago

Going to display the changelog of the latest release.

jfcherng commented 6 years ago

By the way, there is no functional change in recent releases.

Most of them are compatibility about SublimeLinter 4 and moving this repo to be under the SublimeLinter organization (and change the package name from SublimeLinter-contrib-gcc to SublimeLinter-gcc).

mandeep commented 6 years ago

Thanks!