Releases: alefragnani/vscode-bookmarks
Releases · alefragnani/vscode-bookmarks
v13.0.1
[13.0.1] - 2021-02-15
Fixed
- Command
bookmarks.toggle
not found - extension was not activated (issue #387)
[13.0.0] - 2021-02-13
Added
- 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)
Internal
- Do not show welcome message if installed by Settings Sync (issue #377)
v12.1.3
Changed
- Added new translations (Thanks to @loniceras PR #367)
Internal
- Update whats-new submodule API (issue #373)
- Tabnine becomes a Sponsor
v12.1.0
v12.0.0
Added
Open Settings
command to the Side Bar (issue #352)Toggle Labeled
command to the Context Menu (Thanks to @fade2gray PR #342)
Changed
- Switch initialization to
onStartupFinished
API (Thanks to @jasonwilliams PR #343)
Fixed
- 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)
Internal
- Use
vscode-ext-help-and-feedback
package (issue #346)