- Turkish translations (PR #683 - kudos to @ksckaan1)
- New setting to choose viewport position on navigation (issue #504)
- Simplified Chinese translations (PR #635 - kudos to @huangyxi)
- Refine extension settings query (PR #681 - kudos to @aramikuto)
- Spanish translations (PR #629 - kudos to @JoseDeFreitas)
- Toogle bookmark via mouse click (context menu) outdated by Explorer view (issue #627)
- Support for
vscode-memfs
FileSystemProvider (issue #645) - Typos in Portuguese translations (PR #635)
- Security Alert: word-wrap (dependabot PR #634)
- Getting Started/Walkthrough (issue #442)
- Toggle bookmark via mouse click (context menu) (issue #615)
- Localization (l10n) support (issue #565)
- Side Bar Badge (issue #153)
- Avoid What's New when using Gitpod (issue #611)
- Avoid What's New when installing lower versions (issue #611)
- Repeated gutter icon on line wrap (issue #552)
- Support Implicit Activation Events API (issue #572)
- Security Alert: minimatch (dependabot PR #566)
- Security Alert: terser (dependabot PR #546)
- Add GitHub Sponsors support (PR #544)
- New setting to decide if should delete bookmark if associated line is deleted (issue #503)
- Allow customization of bookmark icon - border and fill colors (issue #445)
- Bookmarks being lost on file renames (issue #529)
- Update Tabnine URL
- Duckly becomes a Sponsor
- Update Tabnine URL
- Remove unnecessary files from extension package (issue #465)
- New Sticky Engine with improved support to Formatters, Multi-cursor and Undo operations (issue #463)
View as Tree
andView as List
options in Side Bar (issue #453)- New command to Hide/Show bookmark position in Side Bar (issue #143)
- Updated translations (issue #464)
- Bookmark positions didn't update after pasting content above (issue #446)
- Bookmark positions didn't update after adding empty lines above (issue #457)
- Bookmark moving off original line (issue #168)
- Undo messes up bookmarks (issue #116)
Toggle
command in Notebook cells causes duplicate editor to be opened (issue #456)Toggle
command causes exiting diff editor (issue #440)
- Support Virtual Workspaces (issue #432)
- Support Workspace Trust (issue #430)
- Return to line/column when cancel List or List from All Files (issue #386)
- Update pt-br translation (issue #376)
- Latest bookmark could not be removed (issue #422)
- Minor grammatical and spelling issue (Thanks to @derekpock PR #388)
- Security Alert: lodash (dependabot PR #433)
- Security Alert: ssri (dependabot PR #425)
- Security Alert: y18n (dependabot PR #418)
- Security Alert: elliptic (dependabot PR #408)
- Bookmarks on deleted/missing files breaks jumping (issue #390)
- Toggling bookmarks on Untitled documents does not work (issue #391)
- Update Tabnine URL
- Command
bookmarks.toggle
not found - loading empty workspace with random files (issue #395)
- Command
bookmarks.toggle
not found - extension was not activated (issue #387)
- Support Remote Development (issue #230)
- Improvements on multi-root support (issue #193)
- Group bookmarks by folder on multi-root in Side Bar (issue #249)
- Multi-platform support (issue #205)
- Do not show welcome message if installed by Settings Sync (issue #377)
- Update Tabnine URL
- Added new translations (Thanks to @loniceras PR #367)
- Update Tabnine URL
- Update Tabnine logo
- Update whats-new submodule API (issue #373)
- Tabnine becomes a Sponsor
- Support submenu for editor commands (issue #351)
- Setting
bookmarks.navigateThroughAllFiles
is nowtrue
by default (issue #102)
- Remove unnecessary files from extension package (issue #355)
Open Settings
command to the Side Bar (issue #352)Toggle Labeled
command to the Context Menu (Thanks to @fade2gray PR #342)
- Switch initialization to
onStartupFinished
API (Thanks to @jasonwilliams PR #343)
- Clearing bookmark label through
Toggle Labeled
command leaving leading spaces (issue #344) - Leading spaces while using Move Line Up/Down (issue #348)
- "Ghost" Bookmarks after renaming files (issue #209)
- Use
vscode-ext-help-and-feedback
package (issue #346)
- Support clear the bookmark label in
Toggle Labeled
andEdit Label
commands (issue #320)
- Localization support - zh-cn (Thanks to @loniceras PR #327)
- Typo in Side Bar welcome page (Thanks to @osteele PR #316)
- Update CodeStream sponsorship details
Open Folder
command in Welcome view not working on Windows (issue #310)- Stars visibility on Marketplace (issue #314)
- Auto-save bookmarks when changing
saveBookmarksInProject
setting (issue #242)
- Internal commands can't be customisable (issue #306)
- Migrate from TSLint to ESLint (issue #290)
- Remove
vscode
dependency (issue #296) - Use
vscode-ext-codicons
package (issue #309)
- Bookmark position in Side Bar became more subtle (issue #295)
- Avoid Bookmarks from being toggled in the new Search Editor (issue #279)
- Multi Cursor support (issue #77)
- Support VS Code package split (issue #263)
- Support ThemeIcon (issue #269)
- Support Extension View Context Menu (issue #270)
- Support
workbench.colorCustomizations
(issue #246)
- Use
vscode-ext-selection
andvscode-ext-decoration
packages
- Hover buttons for File and Bookmarks in Side Bar (issue #258)
- Relative path next to the filename in Side Bar (issue #236)
Collapse All
command in the Side Bar (issue #92)- New Setting to start Side Bar expanded (issue #176)
- The
Expand Selection ...
commands now works even if the file has only one Bookmark (issue #120) - Update CodeStream Ad and URL
- Localization support - Portuguese (Brazil)
- Remote Development support for configurations - (issue #219)
- New Side Bar icon matching new VS Code icon style (Thanks to @snnsnn PR #227)
- Show only filename in Side Bar (issue #149)
- Activation error for "No-Folders Workspace" scenario (issue #212)
- Security Alert: tar
- Typing delay when
SaveBookmarksInProject
is enabled (issue #202)
- Deprecate
bookmarks.treeview.visible
setting. (issue #201)
- New Setting to hide Context Menu commands (Thanks to @bfranklyn PR #189)
- Selection issue when using
Move Line Up
command (issue #186)
- Localization support - zh-cn (Thanks to @axetroy PR #181)
- What's New page broken in VS Code 1.32 due to CSS API changes
- Error in clean install (issue #178)
- Update CodeStream logo
Edit Label
command in the Side Bar (issue #146)
- Localization support - Russian (Thanks to @Inter-Net-Pro PR #151)
- Wrong bookmark position on comment lines (issue #108 - Thanks to @edgardmessias PR #136)
- Workaround for formatters, using a new setting
bookmarks.useWorkaroundForFormatters
(issue #118)
- What's New
- New Setting to choose background color of bookmarked lines (Thanks to @edgardmessias PR #133)
- New Setting to choose how to wrap navigation around at the first and last bookmarks (Thanks to @miqh PR #155)
- Commands added to Context Menus (Editor) (Thanks to @miqh PR #154)
- CodeStream becomes a Sponsor
- Patreon button
- Bookmark jumping to
column 0
was not working (issue #135) - Toggle Labeled Bookmark on already bookmarked line glitch (issue #138)
- Adding bookmark on empty line was using
undefined
in line preview (issue #134)
- Side Bar was not loading - infinite spinning (issue #127)
bookmarks.navigateThroughAllFiles
setting was no longer working (Thanks to @lega11 PR #129 and @edgardmessias PR #130)
- Bookmarks Side Bar (issue #109)
- Support Labeled Bookmarks (issue [#76] (#76))
- Support Column position in Bookmarks (issue #36)
- Use file icon from themes in TreeView (Thanks to @vbfox PR #112)
- Trim leading whitespaces in bookmarks list (issue #121)
- New Version Numbering based on
semver
- (Again) Avoid empty
.vscode\bookmarks.json
file when ther is no bookmark (issue #95) - Error while saving bookmarks for Untitled files (issue #106)
- TreeView visibility now also depends if you have bookmarks in project (issue #103)
- Avoid empty
.vscode\bookmarks.json
file when ther is no bookmark (issue #95)
- Error activating extension without workspace (folder) open (issue #94)
- Re-enable
Toggle
command to put documents on non preview mode (Thanks to @muellerkyle PR #90)
- Multi-root support (issue #82)
- Treeview is now Optional (issue #83)
- Bookmarks TreeView (issue #64)
- Toggling bookmark on Center/Right editors were opening the same file on Left editor (issue #74)
- Error opening files outside the project in
List from All Files
(issue #72)
- Support Retina Displays (issue #70)
Toggle
command now put documents on non preview mode (issue #30)
List from All Files
command not working since VS Code 1.12 (issue #69)
- TypeScript and VS Code engine updated
- Source code moved to
src
folder
- Bookmarks saved in Project were not working fine for non-Windows OS (Thanks to @fzzr- PR #67)
- Sticky bookmarks are now moved in indented lines (issue #62)
- Bookmarks can now be saved in the project (inside
.vscode
folder)
- Bookmarks are now always Sticky
- Sticky Bookmarks fails with
trimAutoWhitespace
set totrue
(issue #35) - Sticky Bookmarks fails with unstaged files (issue #40)
- Storage optimizations (issue #51)
List from All Files
not working if a project file has been removed (issue #50)
- Enabled TSLint
List from All Files
command was closing active file when canceling navigation (issue #46)
- Bookmarks becomes invalid when documents are modified outside VSCode (issue #33)
- Now you can select lines and text block via bookmarks
- Command to select all bookmarked lines (
Bookmarks (Selection): Select Lines
) - Command to expand selection to next bookmark (
Bookmarks (Selection): Expand Selection to Next
) - command to expand selection to previous bookmark (
Bookmarks (Selection): Expand Selection to Previous
) - Command to shrink selection between bookmarks (
Bookmarks (Selection): Shrink Selection
)
- Bookmarks missing in Insider release 1.6.0 (issue #34)
- Bookmarks missing on C/C++ files (PR #32 - kudos to @tlemo)
- Commands added to Context Menus (Editor and Title) (issue #16)
- Command to list bookmarks from all files (
Bookmarks: List from All Files
) - Command to clear bookmarks from all files (
Bookmarks: Clear from All Files
)
- Cannot jump to bookmark when scrolling with mouse (issue #26)
- Remove extension activation log (issue #25)
- Sticky Bookmarks (kudos to @Terminux)
- Ability to navigate to bookmarks in all files
- Navigate through all files
- Error when there is no active file (issue #18)
- Bookmarks are now also rendered in the overview ruler
- Command to list all bookmarks from the current file (
Bookmarks: List
)
- License file
- Setting to decide if bookmarks must be saved in project (
bookmarks.saveBookmarksInProject
- Setting to choose another icon for bookmarks (
bookmarks.gutterIconPath
)
- Initial release