Replies: 2 comments
|
That's an interesting suggestion, thanks! Updating all configs whenever there is any update, however small, seems to be too much. The current solution is to check the cloned/downloaded But I'll think more about how to possibly improve this. |
|
After thinking about it, I don't think there is a good and not really intrusive way of achieving that. The best thing I could think of is to adjust There is already this information (usually) available for the initial MiniMax setup in the form of the initial Git commit. It contains a date. Other than that, I think it is only reasonable to suggest keeping manual track of when there was the most recent "MiniMax synchronization". Like in the form of an explicit commit and then inspecting |
Uh oh!
There was an error while loading. Please reload this page.
To be able to check changelogs etc it would be nice if init.lua would mention the current commit, version, tag, or date of the (upstream) version. I think commit hash + date would probably be the most convenient.
All reactions