- New: Multi-root support (issue #82)
- New Setting: Treeview is Optional (issue #83)
- New: Bookmarks TreeView (issue #64)
- Fix: Toggling bookmark on Center/Right editors were opening the same file on Left editor (issue #74)
- Fix: Error opening files outside the project in
List from All Files
(issue #72)
- New: Support Retina Displays (issue #70)
- New:
Toggle
command now put documents on non preview mode (issue #30) - Fix:
List from All Files
command not working since VS Code 1.12 (issue #69) - Internal: TypeScript and VS Code engine updated
- Internal: Source code moved to
src
folder
- Fix: Bookmarks saved in Project were not working fine for non-Windows OS (Thanks to @fzzr- PR #67)
- New: Sticky bookmarks are now moved in indented lines (issue #62)
- New Setting: Bookmarks can now be saved in the project (inside
.vscode
folder) - Removed Setting: Bookmarks are now always Sticky
- Fix: Sticky Bookmarks fails with
trimAutoWhitespace
set totrue
(issue #35) - Fix: Sticky Bookmarks fails with unstaged files (issue #40)
- New: Storage optimizations (issue #51)
- Fix:
List from All Files
not working if a project file has been removed (issue #50) - Internal: Enabled TSLint
- Fix:
List from All Files
command was closing active file when canceling navigation (issue #46)
- Fix: Bookmarks becomes invalid when documents are modified outside VSCode (issue #33)
- New: Now you can select lines and text block via bookmarks
- New Command: Select Lines
- New Command: Expand Selection to Next
- New Command: Expand Selection to Previous
- New Command: Shrink Selection
- Fix: Bookmarks missing in Insider release 1.6.0 (issue #34)
- Fix: Bookmarks missing on C/C++ files (PR #32 - kudos to @tlemo)
- New: Commands added to Context Menus (Editor and Title) (issue #16)
- New Command: List Bookmarks from all files
- New Command: Clear Bookmarks from all files
- Fix: Cannot jump to bookmark when scrolling with mouse (issue #26)
- Fix: Remove extension activation log (issue #25)
- New Setting: Sticky Bookmarks (kudos to @Terminux)
- New: Abitity to navigate to bookmarks in all files
- New Setting: Navigate through all files
- Fix: Error when there is no active file (issue #18)
- New: Bookmarks are also rendered in the overview ruler
- New Command: List all bookmarks from the current file
- License updated
- New Setting: Save bookmarks between sessions
- New Setting: Change the bookmark icon
- Initial release