Vscode Bookmarks Versions Save

Bookmarks Extension for Visual Studio Code

v13.0.1

3 years ago

[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

3 years ago

Changed

  • Added new translations (Thanks to @loniceras PR #367)

Internal

  • Update whats-new submodule API (issue #373)
  • Tabnine becomes a Sponsor

v12.1.0

3 years ago

Added

  • Support submenu for editor commands (issue #351)

Changed

  • Setting bookmarks.navigateThroughAllFiles is now true by default (issue #102)

Internal

  • Remove unnecessary files from extension package (issue #355)

v12.0.0

3 years ago

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)

v11.4.0

3 years ago

Added

  • Support clear the bookmark label in Toggle Labeled and Edit Label commands (issue #320)

Changed

  • Localization support - zh-cn (Thanks to @loniceras PR #327)

Fixed

  • Typo in Side Bar welcome page (Thanks to @osteele PR #316)

Internal

  • Update CodeStream sponsorship details