Skip to content

Releases: marlomgirardi/vscode-keep-context

v0.5.3

09 Dec 16:21
Compare
Choose a tag to compare

Fixes

v0.5.2

09 Dec 10:54
Compare
Choose a tag to compare

Fixes

  • Fetch file path correctly when using workspaces #21

v0.5.1

31 Mar 09:07
Compare
Choose a tag to compare

It is actually v0.5 but I've forgot to compile the package as pre-release, so now need to bump the version.

v0.5.0

04 Mar 12:14
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

The feature added will work only with vscode v1.77.0 and forward, which is currently on vscode insiders only.

  • Update dependencies

Added

Fixes

  • Task would not be removed from store when closing vscode after removing a task.

v0.4.0

11 Nov 21:28
Compare
Choose a tag to compare

Added

  • Store viewColumn position for each file
  • Add "Context Store" (file or workspace) to Keep Context settings.
  • Store file relative path instead of full path.

Breaking changes

  • By storing viewColumn it makes the old file storage incompatible, so once you select a new task.
  • The old path file is not supported anymore, so previous states won't work.

v0.3.0

08 Oct 15:36
Compare
Choose a tag to compare
  • Upgrade all dependencies
  • Update icons to use vscode-codicon.
  • Replace TextDocument by Tab and TabGroup.

v0.2.0

21 May 17:17
Compare
Choose a tag to compare

0.2.0 - 2021-05-21

Added

  • Add task keybinding (Cmd+K Cmd+Shift+C).
  • Select task keybinding (Cmd+K Cmd+Shift+S).
  • Ask to add files when no task is active (#8)

Fixes

  • Replace 'get' by 'update' on workspace method used on State.

Security

  • Upgrade mocha to remove 'Prototype Pollution' from a dependency.
  • Upgrade y18n and lodash due to npm audit recommendations.

Breaking changes

  • The state of the extension is now saved in the reserved space by VS Code. keep-context.json will not be created.
  • Upgrade project dependencies.

v0.1.2

21 Dec 18:14
Compare
Choose a tag to compare

Fixes

  • Fix https-proxy-agent vulnerability with npm audit.
  • Remove file from task when it was not found in the file system.
  • Set activeTask as null when not found in the task's list.

v0.1.1

06 Oct 08:12
Compare
Choose a tag to compare

Fixes

  • Fix Settings.initializeon first run (create .vscode if not exists).

v0.1.0

05 Oct 08:11
Compare
Choose a tag to compare

Added

  • Git support