bombsquad-community / plugin-manager

A Plugin Manager for Bombsquad 1.7+
https://bombsquad-community.web.app/pluginmanager
Other
38 stars 28 forks source link

Display a message with the latest changelog in-game when plugin manager gets updated #247

Closed rikkolovescats closed 2 months ago

rikkolovescats commented 2 months ago

it is unlikely that we'll miss a changelog entry whenever a new plugin manager version is released, as we have a unit test that checks for a changelog entry in CHANGELOG.md corresponding to every plugin manager version.

it seems a nice idea to display a screenmessage in-game with the contents of latest changelog entry whenever plugin manager gets updated.

246 might help with this.

Loup-Garou911XD commented 2 months ago

We can use this script for getting change logs https://github.com/bombsquad-community/plugin-manager/blob/main/test%2Fget_changes.py

Loup-Garou911XD commented 2 months ago

268 added a window for viewing changelog which is a better solution than a screenmessage imo