Skip to content

Latest commit

 

History

History
246 lines (140 loc) · 11.9 KB

CHANGELOG.md

File metadata and controls

246 lines (140 loc) · 11.9 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.3 (2019-02-03)

3.0.2 (2019-02-03)

3.0.1 (2019-02-03)

3.0.0 (2019-02-03)

Bug Fixes

  • public and private gist labels match reality (9b74fea), closes #96
  • insights: use proper message key for exceptions (2af8946), closes #90

Features

  • create gist: adds dialog when gist is created (08c1bdf)
  • settings: adds profileOptions to override profile values (dc74e38), closes #83

BREAKING CHANGES

  • create gist: uprev required vscode version to 1.30

2.1.2 (2019-01-12)

Bug Fixes

  • change telemetry write key (5e6fd13)
  • changes reset profiles keyboard mapping (e5e9521), closes #84

2.1.1 (2018-12-29)

2.1.0 (2018-12-29)

Bug Fixes

  • create gist prompts for filename (e82f2cd)

Features

2.0.0 (2018-12-29)

Features

1.2.1 (2018-06-10)

Bug Fixes

Vulnerability Updates

Notes

  • Prevents .vscode-test folder from published with the extension. (86f39ac)
  • Updates README.md with note on logging in with access tokens. (27f7b67)

1.2.0 (2018-01-03)

Features

  • default file threshold: Add codeBlockFileNotificationThreshold user setting. (233fab6)
  • open single: Open a single file if block has more than 10 files (9352558)

1.1.5 (2017-11-07)

Bug Fixes

  • Initialization test: return actual instance of controller. (d14b333)
  • open multiple files: keep editor open, don't split (936a5a7), closes #18
  • openCodeBlock: remove condition that closes other editors (e9d1017), closes #16

Features

  • Log Out: Added status bar "GIST" to indicate logged in status. (93edeeb), closes #14

1.1.4 (2017-08-30)

1.1.3 (2017-08-30)

Bug Fixes

  • save: pass doc to onSaveTextDocument (9528eb8), closes #9

1.1.2 (2017-08-29)

1.1.1 (2017-08-29)

Features

  • Insert Text: Add insert text feature (96e3609), closes #5

1.0.1 (2017-08-16)

1.0.0 (2017-08-16)

1.0.0-beta.1 (2017-07-10)

1.0.0-beta.0 (2017-03-30)

This release is a precursor for future development enabling adding providers other that GitHub Gists.

Features

  • Add File: Add a file to existing code block (b2e3637)
  • Change Description: Enable change description (484b6b2)
  • Create Block: Add ability to create a code block (7bb2738)
  • Delete Block: Allow users to delete current code block (e79645e)
  • Open Favorite: Add ability to open favorite code block (a19e22d)
  • Open in browser: Adds ability to open current gist in browser (f378050)
  • Remove File: Users can remove a file from a code block (a7b0b78)
  • Save Files: Save a 'CodeFile' (c70c595)

TODO

  • Select Provider: Currently we only have Gists as a provider. We need to let the user select a provider on the first attempt to authenticate.
  • Change Provider: The user should be able to change a provider easily.
  • Add Provider: We'll be adding providers like Bitbucket Snippets (#12)

Breaking Changes

  • VSCode Version: Bump minimum required VSCode version to 1.9.0

0.5.3 (2017-03-02)

Bug Fixes

  • bug Adjust regex to work with windows paths (#13), closes #6
  • bug Fixes "Cannot read property 'url' of undefined" (88e46c8), closes #11

0.5.2 (2016-10-06)