VS 2019 (and 2017/2015) installer
Changelog
Version 1.72 (08/05/2022)
Version 1.71 (14/04/2022)
- [New]🆕
- Search dialog (for all versions including VS 2022/2019/2017/2015 and VS 2013)
Version 1.7 (10/04/2022)
- [New]🆕
- Search dialog (temporarily only for VS 2022). Coming soon for VS 2019/2017/2015/2013.
Version 1.6 (1/04/2022)
- [New]🆕
- Snapshot stashing and unstashing which improves workflow for switching quicker to an urgent tasks.
- [Bug fixes]💔
- Maximized (full screen) windows are restored and saved correctly in a snapshot using additional JSON property "WindowState: Maximized",
- Unnamed snapshot won't show up anymore when there is no git (branch) detected.
- [Minor changes]🤏
- Better checks to not overwrite branch snapshot with an empty snapshot (no windows opened),
- The snapshots list is focused after a snapshot is created or renamed.
Version 1.5 (12/03/2022)
- [New]🆕
- Refocusing the snapshots list after restore which allows to quickly restore different snapshots using keyboard only - Up/Down + Enter keys support,
- Deleting snapshot via keyboard (using "Delete" key). Added support for "Escape" key for the confirmation modal dialog,
- Ability to update branch snapshot manually via context menu.
- [Bug fixes]💔
- Branch snapshot is updated on the UI list when auto-save is triggered,
- Branch snapshot is not overwritten with empty snapshots (no windows with code).
- [Minor changes]🤏
- Changed windows pane (name) in the Output Window to "ContextKeeper" for consistency.
Version 1.4 (11/02/2022)
- Beta license expiration reminder (shows "Mental Snapshots" tool window) if branch snapshot auto-save is triggered to prevent losing snapshot state (not more than every 2 hours).
Version 1.3 (12/01/2022)
Version 1.2 (15/12/2021)
- fix for rebase issue when switching between branches.
Version 1.1 (13/12/2021)
- fix for rebase issue when multiple "intermediate" git snapshots where created during rebase process.
Version 1.0 (09/12/2021)
- fixes around automatic snapshot switching for branches - more reliable when working with multiple files that doesn't exists across different branches. There was a common problem when some files were "missing" in snapshots after changing branches.