|
1 | 1 | # Confluence Wiki Markup |
2 | 2 |
|
3 | | -## 0.1.6 |
4 | | -* fix using css and render of emoticons rendering `Content-Security-Policy` |
5 | | -* skip render empty lines |
6 | | -* extend documentation |
7 | | -* merge [Improvement to CSS + Ability to Change Monospace Font for Preview](https://github.com/denco/vscode-confluence-markup/pull/14), thanks to [macintacos](https://github.com/macintacos) for contributing: |
8 | | - * Add configuration property: `confluenceMarkup.monospaceFont` for monospace font, default: `Menlo, Monaco, Consolas, monospace` |
9 | | - * wrap all tags with paragraf |
| 3 | +## [0.1.7](https://github.com/denco/vscode-confluence-markup/releases/tag/0.1.7) |
10 | 4 |
|
11 | | -## 0.1.5 |
12 | | -* use webview api for rendering in vscode 1.33.x |
13 | | -* refactor confluence snippets |
14 | | -* new logo |
15 | | -* preview unsaved files |
| 5 | +- fix skip empty lines |
| 6 | +- extend content security policy for inline styles |
| 7 | +- enhance testing |
16 | 8 |
|
17 | | -## 0.1.4 |
18 | | -* fix [List indenting @win](https://github.com/denco/vscode-confluence-markup/issues/6) |
19 | | -* restructure |
20 | | -* win/nix test files |
| 9 | +## [0.1.6](https://github.com/denco/vscode-confluence-markup/releases/tag/0.1.6) |
21 | 10 |
|
22 | | -## 0.1.3 |
| 11 | +- fix using css and render of emoticons rendering `Content-Security-Policy` |
| 12 | +- skip render empty lines |
| 13 | +- extend documentation |
| 14 | +- merge [Improvement to CSS + Ability to Change Monospace Font for Preview](https://github.com/denco/vscode-confluence-markup/pull/14), thanks to [macintacos](https://github.com/macintacos) for contributing: |
| 15 | + - Add configuration property: `confluenceMarkup.monospaceFont` for monospace font, default: `Menlo, Monaco, Consolas, monospace` |
| 16 | + - wrap all tags with paragraf |
23 | 17 |
|
24 | | -* fix [nested lists](https://github.com/denco/vscode-confluence-markup/issues/7) |
25 | | -* fix [headless table](https://github.com/denco/vscode-confluence-markup/issues/5) |
26 | | -* rendering tables with row headers |
| 18 | +## [0.1.5](https://github.com/denco/vscode-confluence-markup/releases/tag/0.1.5) |
27 | 19 |
|
28 | | -## 0.1.2 |
| 20 | +- use webview api for rendering in vscode 1.33.x |
| 21 | +- refactor confluence snippets |
| 22 | +- new logo |
| 23 | +- preview unsaved files |
29 | 24 |
|
30 | | -* fix rendering of tag inside of code macro |
31 | | -* fix [noformat issue](https://github.com/denco/vscode-confluence-markup/issues/3) |
32 | | -* fix strikethrough and italic text |
33 | | -* add table rendering |
| 25 | +## [0.1.4](https://github.com/denco/vscode-confluence-markup/releases/tag/0.1.4) |
34 | 26 |
|
35 | | -## 0.1.1 |
| 27 | +- fix [List indenting @win](https://github.com/denco/vscode-confluence-markup/issues/6) |
| 28 | +- restructure |
| 29 | +- win/nix test files |
36 | 30 |
|
37 | | -* fix simple link |
38 | | -* fix keyboard shorcuts, activate only for confluence language id |
39 | | -* add simple css |
| 31 | +## [0.1.3](https://github.com/denco/vscode-confluence-markup/releases/tag/0.1.3) |
40 | 32 |
|
41 | | -## 0.1.0 |
| 33 | +- fix [nested lists](https://github.com/denco/vscode-confluence-markup/issues/7) |
| 34 | +- fix [headless table](https://github.com/denco/vscode-confluence-markup/issues/5) |
| 35 | +- rendering tables with row headers |
42 | 36 |
|
43 | | -* add preview action |
44 | | -* add support for confluence emoticons |
45 | | -* change language id from: confluence-markup to confluence |
| 37 | +## [0.1.2](https://github.com/denco/vscode-confluence-markup/releases/tag/0.1.2) |
46 | 38 |
|
47 | | -## 0.0.1 - First Release |
| 39 | +- fix rendering of tag inside of code macro |
| 40 | +- fix [noformat issue](https://github.com/denco/vscode-confluence-markup/issues/3) |
| 41 | +- fix strikethrough and italic text |
| 42 | +- add table rendering |
48 | 43 |
|
49 | | -* convert Textmate bundle to Visual Studio Code format. |
| 44 | +## [0.1.1](https://github.com/denco/vscode-confluence-markup/releases/tag/0.1.1) |
| 45 | + |
| 46 | +- fix simple link |
| 47 | +- fix keyboard shorcuts, activate only for confluence language id |
| 48 | +- add simple css |
| 49 | + |
| 50 | +## [0.1.0](https://github.com/denco/vscode-confluence-markup/releases/tag/0.1.0) |
| 51 | + |
| 52 | +- add preview action |
| 53 | +- add support for confluence emoticons |
| 54 | +- change language id from: confluence-markup to confluence |
| 55 | + |
| 56 | +## [0.0.1](https://github.com/denco/vscode-confluence-markup/releases/tag/0.0.1) - First Release |
| 57 | + |
| 58 | +- convert Textmate bundle to Visual Studio Code format. |
0 commit comments