daveleroy / SublimeDebugger

Graphical Debugger for Sublime Text for debuggers that support the debug adapter protocol
MIT License
369 stars 42 forks source link

Update messages on new version #190

Closed rchl closed 1 year ago

rchl commented 1 year ago

It seems like you have somewhat clever trick that you show the same change_log.txt file on each update but I think that's not great approach for the user as it's not really clear to what version the package was updated and what are the fixes/new features. Also the change log is very long.

daveleroy commented 1 year ago

I don't see the problem showing the whole change log on update even Sublime does that and its nice to be able to see older changes as well as new ones.

Dates should probably be added for each version though.

rchl commented 1 year ago

Well, the Package Control upgrade messages are really designed to show changes between the previous and new version and IMO it's more useful approach for the user.

Package could have separate "Change log" entry in the menu somewhere if that's really useful to have.