ContextKeeper v0.72 is available and ready to use!
This is a maintenance release that includes following fixes:
- modified and unsaved filename wasn't stored properly in a snapshot - additional asterix (*) was added at the end,
- files marked as "Read Only" or other temporary files created by VS had wrong paths in a snapshot.
The new implementation is more robust and internally uses FrameMoniker class (from Microsoft.VisualStudio.Platform.WindowManagement) to provide full file path. It works really well in more non-standard scenarios across VS 2013-2019.
Huge thanks for Patrik Maag from Germany for reporting those issues with really detailed description which was super-helpful!
Roadmap
- automatic snapshot switching when changing branches
- relative paths for all files in snapshots in order to be able to restore a snapshot in different dev environment (e. g. new folder structure or entirely new machine),