Changelog
All notable changes to this project will be documented in this file.
File History Navigation 1.1.0 (2026-08-25)
More reliable navigation with diff support
What's new?
- Text and notebook diff views are now recorded in navigation history and reopen both sides of the diff when navigating.
What's been improved?
- The active editor group is now tracked while a file is being opened.
- The maximum history entry setting now only accepts integer values.
What's been fixed?
- Fixed a critical bug that prevented file history from being recorded.
- Fixed editor-group detection when tabs change.
File History Navigation 1.0.3 (2026-08-24)
Reliable activation and editor group tracking
What's been fixed?
- The extension now activates directly on startup.
- It records active files in every editor group on startup, not just the currently active one.
File History Navigation 1.0.2 (2026-08-24)
Names in their proper place
What's been fixed?
- Corrected the namespaces of the commands and setting.
Sorry for the breaking change. The setting and command names are now final and will not change in future releases.
Yes, I know that a bugfix release should not contain breaking changes. I understand the versioning scheme, but releasing version 2.x because I got the namespaces wrong would have been stupid. This is my first VS Code extension, so I am still learning and make mistakes, but I have it right now.
File History Navigation 1.0.1 (2026-08-24)
Initial release
Going public.