I'm currently working on a project trying to extract the Local History of an IntelliJ Project with a Plugin, but I can't seem to really find a way of doing it, is there even a way?
I've tried using the intellij.history.LocalHistory class but it only seems to have methods to add Labels, but none to just retrieve a list of all changes. Maybe there's a class I'm missing?