|
| 1 | +# Change Log |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
| 4 | + |
| 5 | +<a name="2.0.0"></a> |
| 6 | +# [2.0.0](https://github.com/kenhowardpdx/vscode-gist/compare/v1.2.1...v2.0.0) (2018-12-29) |
| 7 | + |
| 8 | + |
| 9 | +### Features |
| 10 | + |
| 11 | +* adds ability to open remote gists ([663a386](https://github.com/kenhowardpdx/vscode-gist/commit/663a386)) |
| 12 | +* adds add file/selection ([9965742](https://github.com/kenhowardpdx/vscode-gist/commit/9965742)) |
| 13 | +* adds configuration options ([30d1e31](https://github.com/kenhowardpdx/vscode-gist/commit/30d1e31)) |
| 14 | +* adds create gist ([0265bdf](https://github.com/kenhowardpdx/vscode-gist/commit/0265bdf)) |
| 15 | +* adds debug flag when debugging ([20a6d61](https://github.com/kenhowardpdx/vscode-gist/commit/20a6d61)) |
| 16 | +* adds delete file from gist ([9d6afea](https://github.com/kenhowardpdx/vscode-gist/commit/9d6afea)) |
| 17 | +* adds delete gist ([37447b5](https://github.com/kenhowardpdx/vscode-gist/commit/37447b5)) |
| 18 | +* adds gists service ([7bec570](https://github.com/kenhowardpdx/vscode-gist/commit/7bec570)) |
| 19 | +* adds insert text from gist ([7e7c359](https://github.com/kenhowardpdx/vscode-gist/commit/7e7c359)) |
| 20 | +* adds logger ([4db0d27](https://github.com/kenhowardpdx/vscode-gist/commit/4db0d27)) |
| 21 | +* adds migrations ([7c9518e](https://github.com/kenhowardpdx/vscode-gist/commit/7c9518e)) |
| 22 | +* adds notify ([3c9c0d7](https://github.com/kenhowardpdx/vscode-gist/commit/3c9c0d7)) |
| 23 | +* adds open favorite ([29b9cb3](https://github.com/kenhowardpdx/vscode-gist/commit/29b9cb3)) |
| 24 | +* adds open in browser ([d3666e8](https://github.com/kenhowardpdx/vscode-gist/commit/d3666e8)) |
| 25 | +* adds output channel ([22ede07](https://github.com/kenhowardpdx/vscode-gist/commit/22ede07)) |
| 26 | +* adds profiles ([40a4f86](https://github.com/kenhowardpdx/vscode-gist/commit/40a4f86)) |
| 27 | +* adds quickpick list for gists ([c60e787](https://github.com/kenhowardpdx/vscode-gist/commit/c60e787)) |
| 28 | +* adds telemetry ([9b91159](https://github.com/kenhowardpdx/vscode-gist/commit/9b91159)) |
| 29 | +* adds temporary file sync ([6009e1b](https://github.com/kenhowardpdx/vscode-gist/commit/6009e1b)) |
| 30 | +* adds updateCodeBlock ([0865240](https://github.com/kenhowardpdx/vscode-gist/commit/0865240)) |
| 31 | +* store package version for future updates ([6c91211](https://github.com/kenhowardpdx/vscode-gist/commit/6c91211)) |
| 32 | + |
| 33 | + |
| 34 | + |
1 | 35 | <a name="1.2.1"></a>
|
2 | 36 | ## [1.2.1](https://github.com/kenhowardpdx/vscode-gist/compare/v1.1.5...v1.2.1) (2018-06-10)
|
3 | 37 |
|
@@ -126,6 +160,3 @@ This release is a precursor for future development enabling adding providers oth
|
126 | 160 |
|
127 | 161 | <a name="0.5.2"></a>
|
128 | 162 | ## 0.5.2 (2016-10-06)
|
129 |
| - |
130 |
| - |
131 |
| - |
|
0 commit comments