Skip to content

Latest commit

 

History

History
552 lines (423 loc) · 27.1 KB

CHANGELOG.md

File metadata and controls

552 lines (423 loc) · 27.1 KB

[12.8.0] - 2024-03-28

Added

  • Published to Open VSX (issue #458)
  • Getting Started/Walkthrough (issue #517)
  • Czech translations (issue #720)

Changed

  • Avoid What's New when using Gitpod (issue #724)
  • Avoid What's New when installing lower versions (issue #724)

Fixed

  • Activation fails when baseFolders contains symlinks (issue #657)
  • Status Bar missing with project using relative path (issue #650)
  • Trying to save project with no folder opened (issue #683)
  • Extension activation with invalid json (issue #687)
  • What's new broken on web (issue #677)

Internal

  • Localization (l10n) support (issue #654)
  • Support Implicit Activation Events API (issue #659)
  • Security Alert: word-wrap (dependabot PR #695)
  • Security Alert: webpack (dependabot PR #680)
  • Security Alert: terser (dependabot PR #624)

[12.7.0] - 2022-09-02

Added

  • Improve List performance (issue #628)
  • Filter project in Activity Bar (issue #213)
  • Accept case changes during project rename (Thanks to @gdh1995 PR #622)

Fixed

  • Wrong description for File Manager in Linux (issue #618)
  • Projects not being auto-detected if cache is false (issue #448)

Internal

  • Improve extension startup (issue #625)

[12.6.1] - 2022-07-17

Internal

  • Add GitHub Sponsors support (PR #613)

[12.6.0] - 2022-05-21

Added

  • Setting to decide if switching projects on same window should ask for confirmation (issue #346)
  • Open in New Window button in Project List picker (issue #570)
  • Support Settings Categories API (issue #554)

Fixed

  • Typo in openInCurrenWindowIfEmpty setting (Thanks to @apettenati PR #587)

[12.5.0] - 2022-02-08

Added

  • New setting to support symlinks on baseFolder setting (issue #583)
  • Support new MacOS File Menu API (issue #555)
  • Support new createStatusBarItem API (issue #521)

Changed

  • Remove watchFile interval (issue #575)

Internal

  • Duckly becomes a Sponsor

[12.4.0] - 2021-09-08

Added

  • View as option to Favorites View (issue #534)
  • Sort by option to Favorites View (issue #484)
  • Setting to display the parent folder on duplicate (same-name) projects (issue #306)

Changed

  • Side Bar tooltips now in Markdown (issue #540)
  • Side Bar following sortList setting (issue #366)

Fixed

  • Typos in README (Thanks to @kant PR #532)

[12.3.0] - 2021-07-11

Added

  • Organize your projects with Tags (issue #50)
  • Documentation about how to use the extension on Remote Development (issue #477)
  • Use specific icons for each kind of remote project (issue #483)

[12.2.0] - 2021-06-10

Added

  • Support Virtual Workspaces (issue #500)
  • Support Workspace Trust (issue #499)
  • Support .code-workspace projects ocated on remotes (issue #486)

Fixed

  • Favorite projects missing icons for Folders when using None or Seti Icon Theme (issue #496)

Internal

  • Security Alert: lodash (dependabot PR #503)
  • Security Alert: ssri (dependabot PR #495)

[12.1.0] - 2021-04-02

Added

  • Save GitHub Codespaces projects always as "remote project" (issue #479)

Changed

  • Do not show welcome message if installed by Settings Sync (issue #459)

Fixed

  • Mercurial projects not found (issue #438)

Internal

  • Update whats-new submodule API (issue #456)
  • Add badges to Readme (issue #359)
  • Security Alert: y18n (dependabot PR #482)
  • Security Alert: elliptic (dependabot PR #472)

[12.0.1] - 2020-11-23

Fixed

  • Conflict with non-unique command (issue #441)

[12.0.0] - 2020-11-19

Added

  • Open Settings command to the Side Bar (issue #434)
  • Concatenates the "Number of Projects" on each Panel in the Side Bar (issue #267)
  • Reveal in Finder/Explorer command in the Side Bar's context menu (issue #322)
  • Setting to decide if auto-detected projects should ignore projects found inside other projects (issue #189)

Internal

  • Use vscode-ext-help-and-feedback package (issue #432)

[11.3.1] - 2020-10-16

Internal

  • Update CodeStream sponsorship details

[11.3.0] - 2020-09-06

Added

  • Support $home and ~ (tilde) symbol on projectLocation setting (issue #384)
  • Support ~ (tilde) symbol on any path related setting (issue #414)
  • Support glob patterns in ignoredFolders settings (issue #278)
  • Localization - Czech (Thanks to @Amereyeu PR #412)

[11.2.0] - 2020-08-19

Added

  • Support string array in Settings UI (issue #410)
  • Use new remote codicon (issue #396)

Fixed

  • Weird icon behaviour when no ThemeIcon is selected (issue #392)
  • maxDepthRecursion worried about extra trailing path separator (issue #404)
  • Localization - Simplified Chinese (Thanks to @loniceras PR #403)
  • Typo in What's New (Thanks to @geauxtigers PR #390)

[11.1.0] - 2020-06-19

Changed

  • Internal commands can't be customisable (issue #388)

Fixed

  • Status bar not working on remotes (issue #379)
  • Command Palette showing ”Path does not exists” for remote projects (issue #380)
  • Open Folder command in Welcome view not working on Windows (issue #387)

Internal

  • Migrate from TSLint to ESLint (issue #360)
  • Use vscode-ext-codicons package (issue #386)

[11.0.1] - 2020-05-19

Fixed

  • Path does not exists for SSH remote project (issue #375)
  • Open command in Side Bar's context menu does not work (issue #376)
  • Path does not exists for Docker remote project on Windows (issue #377)

[11.0.0] - 2020-05-14

Added

  • Support open Remote Projects from your local installation (issue #345)
  • Side Bar welcome message (issue #353)

Internal

  • Remove vscode module dependency (issue #369)

[10.12.0] - 2020-04-25

Added

  • Setting to decide if the Open in New Window command should open in the current window, if empty (issue #188)

Fixed

  • Typo in README (Thanks to @1st PR #348)
  • Typo in README (issue #337)

Internal

  • Support VS Code package split (issue #361)
  • Support Extension View Context Menu (issue #327)

[10.11.0] - 2020-03-06

Added

  • Increase Remote Development support (issues #323 and (Thanks to @egamma PR #331)
  • Add Project to Workspace command in Command Palette (issues #283

Internal

  • Support ThemeIcon (issues #326

[10.10.0] - 2020-01-25

Added

  • Support Remote Development (issues #284 and #318)

[10.9.1] - 2019-11-21

Changed

  • Update CodeStream Ad and URL

[10.9.0] - 2019-11-18

Added

  • Localization support - Simplified Chinese (Thanks to @L1cardo PR #300)
  • Open in New Window hover command in Side Bar

[10.8.0] - 2019-09-25

Added

  • Support to save Workspaces as projects

[10.7.0] - 2019-08-25

Added

  • New Side Bar icon matching new VS Code icon style

[10.6.0] - 2019-07-28

Added

  • Support for auto-detected projects only scenario
  • Localization support - Portuguese (Brazil)
  • Save Button button in Side Bar

[10.5.2] - 2019-05-28

Fixed

  • Security Alert: tar

[10.5.1] - 2019-04-05

Fixed

  • Deprecate projectManager.treeview.visible setting. (issue #265)

[10.5.0] - 2019-04-02

Added

  • Faster startup (Side Bar) (issue #264)

[10.4.0] - 2019-03-14

Added

  • GlobalStoragePath Support (Thanks to @Chuxel PR #250)
  • Localization support - Russian (Thanks to @Inter-Net-Pro PR #222)

Fixed

  • What's New page broken in VS Code 1.32 due to CSS API changes

[10.3.2] - 2019-02-01

Fixed

[10.3.1] - 2019-01-31

Fixed

  • Update CodeStream logo

[10.3.0] - 2019-01-17

Changed

  • The Side Bar is now visible by default, even with no projects (issue #227)

Fixed

  • The projects in the Side Bar should not be sorted case-sensitive (issue #243)

[10.2.0] - 2019-01-06

Added

  • Support Portable Mode (thanks to @hcwhan PR 204 and @TanShun PR 242)
  • Disable Project command in Side Bar (thanks to @tekerson PR 226)

[10.1.0] - 2018-12-17

Added

  • Add to Favorites command in Side Bar (thanks to @ckaczor PR 229)
  • Refresh Project commands in Side Bar for every kind of auto-detected project (thanks to @ckaczor PR 231)

[10.0.0] - 2018-11-28

Added

  • What's New

[9.1.0] - 2018-11-06

Added

  • CodeStream becomes a Sponsor

[9.0.1] - 2018-09-25

Fixed

  • Avoid installation in unsupported VSCode version (issue #198)

[9.0.0] - 2018-09-19

Added

  • Support any folder as project (issue #137)
  • Use the new NotificationUI for refresh progress (issue #174)
  • Add instructions for install the extension and modifying its settings (issue #176)

[8.1.0] - 2018-09-15

Added

  • Patreon button

[8.0.0] - 2018-07-04

Added

  • Project Manager Side Bar (issue #183)
  • New Command in TreeView Add to Workspace (issue #161)
  • New Version Numbering based on semver

Fixed

  • Save Project command raises error when no folder is open (issue #191)

[0.25.2 - 7.2.2] - 2018-04-23

Fixed

  • Support OSS releases, using the correct User folder to store the projects (kudos to @Kurolox PR 179)

[0.25.0 - 7.2.0] - 2018-03-18

New

  • Support Mercurial projects, similar to VSCode, Git and SVN (kudos to @lavir PR 168)

Changed

  • The sort by name option is now case-insensitive (kudos to @lavir PR 169)

Fixed

  • Readme typo (thanks to @gavinr PR 171)

[0.24.1 - 7.1.1] - 2018-03-06

Fixed

  • Refresh Projects and Automatic Detection of Projects not working correctly (issues #157, #164, #167 and #172)

[0.24.0 - 7.1.0] - 2018-02-03

Added

  • Setting to filter projects through full path (Thanks to @R3oLoN PR #166)

[0.23.1 - 7.0.1] - 2017-12-14

Fixed

  • Paths are now OS independent (issue #152)
  • Detect changes on any git, vscode or svn config (Thanks to @jcw- PR #150)

[0.23.0 - 7.0.0] - 2017-11-02

Added

  • Multi-root support (issue #149)

[0.22.0 - 6.0.0] - 2017-10-27

Added

  • Setting to display the Treeview (issue #143)
  • Setting to remove current project from list (Thanks to @rockingskier PR #146)

Changed

  • Add .haxelib to git.ignoredFolders (Thanks to @Gamma11 PR #140)

[0.21.1 - 5.0.1] - 2017-09-08

Fixed

  • Error opening Favorite projects in Treeview (issue #141)

[0.21.0 - 5.0.0] - 2017-09-07

Added

  • Projects Treeview (issue #103)

[0.20.0 - 4.5.0] - 2017-08-26

Added

  • Status Bar now also displays for auto-detected projects (VSCode, Git and SVN) (issue #116)
  • Support keyboard navigation (Vim like) in the project list (issue #136)

[0.19.0 - 4.4.0] - 2017-08-03

Added

  • Support git-worktree projects (issue #134)

[0.18.1 - 4.3.1] - 2017-06-18

Fixed

  • Status Bar sometimes not showing in MacOS (issue #127)

[0.18.0 - 4.3.0] - 2017-05-25

Added

  • Setting to decide if it would open projects in New Window when clicking in Status Bar
  • Setting to disable checking for invalid paths before listing projects

Changed

  • Source code moved to src folder

[0.17.0 - 4.2.0] - 2017-05-20

Added

  • Support grouping projects by type in List Projects... commands.

Changed

  • The projectManager.openInNewWindow setting was removed, since you already have List Projects to Open in New Window command.

[0.16.0 - 4.1.0] - 2017-05-04

Added

  • Support cross platform path definitions also in VSCode, Git and SVN Projects (issue #88)

[0.15.1 - 4.1.1] - 2017-04-27

Added

  • Avoid unnecessary cache delete when no baseFolder setting is changed in User Settings (issue #111)

[0.15.0 - 4.1.0] - 2017-04-18

Added

  • Projects now detect configuration changes to update Git/VSCode/SVN caches (issue #110)

[0.14.0 - 4.0.0] - 2017-04-12

Added

  • Projects now detect external changes to update cache (Thanks to @likun7981 PR #107)

[0.13.5 - 3.8.5] - 2017-03-18

Fixed

  • Duplicate projects being listed (Thanks to @mlewand PR #101)

[0.13.4 - 3.8.4] - 2017-05-08

Fixed

  • Delete Project wasn't working (Thanks to @mlewand PR #100)

[0.13.3 - 3.8.3] - 2017-05-05

Fixed

  • Extension loading delay (Thanks to @Gama11 PR #97)

[0.13.2 - 3.8.2] - 2017-02-01

Fixed

  • Status Bar not working for newly saved projects in macOS and Linux (issue #84)

[0.13.1 - 3.8.1] - 2017-01-28

Fixed

  • Invalid projects.json file causing erros (issue #82)
  • Projects not displaying when no projects saved (Thanks to @samuelsuarez PR #81)
  • Typo in message (Thanks to @Gama11 PR #83)

Changed

  • Enabled TSLint

[0.13.0 - 3.8.0] - 2017-01-15

Added

  • Also list Git and SVN projects
  • Setting to support Git and SVN projects (baseFolders, maxDepthRecursion and ignoredFolders)
  • Setting to cache VSCode, Git and SVN projects

Added

  • New Command Refresh Projects

Changed

  • projects.json file has been refactored to support upcoming features

[0.12.2 - 3.7.2] - 2016-11-06

Fixed

  • Saving a project with a new name was duplicating the Status Bar (issue #69)

[0.12.1 - 3.7.1] - 2016-11-05

Fixed

  • The path should not be relevant while filtering projects (issue #67)

[0.12.0 - 3.7.0] - 2016-10-26

Added

  • Display the Project Name in the Status Bar (kudos to @BonDoQ)
  • Setting to display the Project Name in the Status Bar
  • Improved message when there is project saved yet (issue #57)

[0.11.0 - 3.6.0] - 2016-10-19

Added

  • Also list VS Code projects
  • Setting to support VS Code projects (baseFolders, maxDepthRecursion and ignoredFolders)

[0.10.0 - 3.5.0] - 2016-09-20

Added

  • New Command List Projects to Open in New Window
  • Comment for sortList setting now shows available options (issue #52)

Changed

  • Renamed Command List Projects to Open

[0.9.2 - 3.4.2] - 2016-09-09

Fixed

  • Interim fix for project's name suggestion not working (also in Stable release) (issue #51)

[0.9.1 - 3.4.1] - 2016-09-04

Fixed

  • Saving projects with no name (Insider release) (issue #42)

[0.9.0 - 3.4.0] - 2016-09-01

Added

  • Added another Sort option (Recent)

[0.8.3 - 3.3.1] - 2016-08-03

Fixed

  • Linux support broken (issue #39)

[0.8.2 - 3.3.0] - 2016-07-29

Added

  • The extension now supports VSCode Insiders version and has its own projects.json file. Use the new setting if you want to have Stable and Insider versions sharing the project list.
  • Setting to indicate an alternative location where the projects.json file is located

Fixed

  • Not working on machines with only VSCode Insider version installed (issue #22)

[0.8.1 - 3.2.1] - 2016-07-27

Fixed

  • Sort by Saved not available (issue #37)

[0.8.0 - 3.2.0] - 2016-07-14

Added

  • Support $home variable in project paths (kudos to @efidiles)

[0.7.1 - 3.1.1] - 2016-05-30

Fixed

  • List Projects command failed when no folder is open (issue #32)

[0.7.0 - 3.1.0] - 2016-05-17

Added

  • Don't show the current folder/project in the project list (issue #28)
  • Indicate invalid paths in the project list (issue #30)

[0.6.0 - 3.0.0] - 2016-04-26

Added

  • Use new native API for opening folders (requires VSCode 1.1.0 or higher)

Changed

  • The projectManager.codePath and projectManager.useAlternativeMacOSXPath where removed because are not necessary anymore.

Fixed

  • Click or enter in project list does not work (Linux / Mac) (issue #27)

[0.5.5 - 2.0.5] - 2016-04-03

Fixed

  • Saving projects not working in Linux (issue #16
  • Readme updated to better explain how to install and configure the extension

[0.5.4 - 2.0.4] - 2016-03-14

Fixed

  • Updated instructions for Mac OS X after Code February Release (issue #14 - Thanks to @satokaz, @janmarek and @csholmq)

[0.5.3 - 2.0.3] - 2016-03-09

Fixed

  • Save Project was using the whole path (issue #12)

[0.5.2 - 2.0.2] - 2016-02-24

Fixed

  • Project switch not working for network folders (UNC Notation) (issue #10)

[0.5.1 - 2.0.1] - 2016-02-11

Fixed

  • Interim fix for project switching not working in Mac OS X (issue #7 - Thanks to @satokaz)

[0.5.0 - 2.0.0] - 2016-02-10

Added

  • The projects.json file is now formatted (Thanks to @cuth PR #6)

Fixed

  • The List Projects keybinding was not working property (issue #8)

[0.4.0 - 1.3.0] - 2016-01-20

Added

  • New Command Edit Projects

[0.3.1 - 1.2.1] - 2016-01-18

Fixed

  • Project switch not working properly (issue #5)

[0.3.0 - 1.2.0] - 2016-01-18

Added

  • Setting to Indicate Code path
  • Setting to Open a New Window when you choose a project, or just switch the current

Fixed

  • Spaces in Project Path (issue #3)

[0.2.0 - 1.1.0] - 2016-01-16

Added

  • License updated

[0.1.1 - 1.0.0] - 2016-01--6

  • Initial release