- Published to Open VSX (issue #147)
- New setting to choose viewport position on navigation (issue #141)
- Avoid What's New when using Gitpod (issue #168)
- Avoid What's New when installing lower versions (issue #168)
- Repeated gutter icon on line wrap (issue #149)
- Switch initialization to
onStartupFinished
API (issue #145) - Security Alert: webpack (dependabot PR #156)
- Security Alert: terser (dependabot PR #143)
- Add GitHub Sponsors support (PR #142)
- New setting to decide if should delete bookmark if associated line is deleted (issue #27)
- Update bookmark reference on file renames (issue #120)
- Replace custom icons with on the fly approach (issue #129)
- New Sticky Engine with improved support to Formatters, Multi-cursor and Undo operations (issue #115)
- Removed deprecated setting
backgroundLineColor
(issue #116)
- Bookmarks removes on Undo (issue #47)
- Support Virtual Workspaces (issue #107)
- Support Workspace Trust (issue #108)
- Support Translation (issue #112)
- Return to line/column when cancel List or List from All Files (issue #96)
- Security Alert: lodash (dependabot PR #109)
- Security Alert: ssri (dependabot PR #106)
- Security Alert: y18n (dependabot PR #104)
- Bookmarks on deleted/missing files breaks jumping (issue #102)
- Running the contributed command: 'numberedBookmarks.toggleBookmark1' failed (issue #100)
- Toggling bookmarks on Untitled documents does not work bug (issue #99)
- Command
Toggle
not found - loading empty workspace with random files (issue #97)
- Extension does not activate on VS Code 1.50 (issue #98)
- Improvements on multi-root support (issue #92)
- Multi-platform support (issue #94)
- Support Remote Development (issue #63)
- Support Column position (issue #14)
- Error using
Toggle Bookmark
command withsaveBookmarksInProject
(issue #69)
- Do not show welcome message if installed by Settings Sync (issue #95)
- Support submenu for editor commands (issue #84)
- New setting to decide if should show a warning when a bookmark is not defined (issue #73)
- Typo in extension's configuration title (issue #89)
- Stars visibility on Marketplace (issue #76)
- View context menu displayed erroneously (issue #72)
- Navigation error on empty files (issue #68)
- Support VS Code extension view context menu
- Support
workbench.colorCustomizations
(issue #61)
- Support VS Code package split
- Use
vscode-ext-decoration
package
- Security Alert: tar
- Improvements to README, describing commands and shortcuts (issue #52)
- Improvements to README, describing shortcut conflicts for MacOS users (issue #40)
- Selection issue when cutting text (issue #48)
- What's New page broken in VS Code 1.32 due to CSS API changes
- New settings to choose gutter icon colors (icon fill and number) (Thanks to @vasilev-alex PR #45)
- What's New
- New Setting to choose background color of bookmarked lines (Thanks to @ibraimgm PR #44)
- New Version Numbering based on
semver
- Patreon button
- Error activating extension without workspace (folder) open (issue #35)
- Multi-root support (issue #30)
- TypeScript and VS Code engine updated
- Source code moved to
src
folder - Enabled TSLint
- Source code organization
- Error opening files outside the project in
List from All Files
(issue #26) List from All Files
command not working since VS Code 1.12 (issue #25)
- Bookmarks disapearing/incorrectly moving when new lines are added above (issue #23)
- New Setting to choose how bookmarks Navigate Through All Files (issue #6)
- New Setting to allow Bookmarks to be saved in the project (inside
.vscode
folder)
- Bookmarks are now always Sticky
- Avoid unnecessary scrolling (issue #18)
- Toggle Bookmark 0 and Jump to Bookmark 0 (PR #16 - kudos to @DeegC)
- Tags added for Marketplace presentation
- Bookmarks becomes invalid when documents are modified outside VSCode
- New Command
List from all files
- New Command
Clear from all files
- Bookmarks missing in Insider release 1.6.0 (issue #11)
- Remove extension activation log (issue #10)
- New Setting to Sticky Bookmarks
- Bookmarks are also rendered in the overview ruler
- Incompatibility with Code February Release 0.10.10 (issue #4)
- New Command
List
- Initial release