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)
- public and private gist labels match reality (9b74fea), closes #96
- insights: use proper message key for exceptions (2af8946), closes #90
- create gist: adds dialog when gist is created (08c1bdf)
- settings: adds profileOptions to override profile values (dc74e38), closes #83
- create gist: uprev required vscode version to 1.30
2.1.2 (2019-01-12)
2.1.1 (2018-12-29)
2.1.0 (2018-12-29)
- create gist prompts for filename (e82f2cd)
- adds ability to open remote gists (663a386)
- adds add file/selection (9965742)
- adds configuration options (30d1e31)
- adds create gist (0265bdf)
- adds debug flag when debugging (20a6d61)
- adds delete file from gist (9d6afea)
- adds delete gist (37447b5)
- adds gists service (7bec570)
- adds insert text from gist (7e7c359)
- adds logger (4db0d27)
- adds migrations (7c9518e)
- adds notify (3c9c0d7)
- adds open favorite (29b9cb3)
- adds open in browser (d3666e8)
- adds output channel (22ede07)
- adds profiles (40a4f86)
- adds quickpick list for gists (c60e787)
- adds telemetry (9b91159)
- adds temporary file sync (6009e1b)
- adds updateCodeBlock (0865240)
- store package version for future updates (6c91211)
2.0.0 (2018-12-29)
- adds ability to open remote gists (663a386)
- adds add file/selection (9965742)
- adds configuration options (30d1e31)
- adds create gist (0265bdf)
- adds debug flag when debugging (20a6d61)
- adds delete file from gist (9d6afea)
- adds delete gist (37447b5)
- adds gists service (7bec570)
- adds insert text from gist (7e7c359)
- adds logger (4db0d27)
- adds migrations (7c9518e)
- adds notify (3c9c0d7)
- adds open favorite (29b9cb3)
- adds open in browser (d3666e8)
- adds output channel (22ede07)
- adds profiles (40a4f86)
- adds quickpick list for gists (c60e787)
- adds telemetry (9b91159)
- adds temporary file sync (6009e1b)
- adds updateCodeBlock (0865240)
- store package version for future updates (6c91211)
1.2.1 (2018-06-10)
- upgraded to latest dependencies to address vulnerability in hoek v2.16.3 (CVE-2018-3728, 9bc973c)
- 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)
- 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)
- 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
1.1.4 (2017-08-30)
1.1.3 (2017-08-30)
1.1.2 (2017-08-29)
1.1.1 (2017-08-29)
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.
- 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)
- 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)
- VSCode Version: Bump minimum required VSCode version to 1.9.0