From df1a30ccd40c58f5a62314b8aba5287002113ad7 Mon Sep 17 00:00:00 2001 From: Simon Sobisch Date: Thu, 12 Nov 2020 23:04:05 +0100 Subject: [PATCH] split CHANGELOG from README, closes #7 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ README.md | 24 ------------------------ 2 files changed, 28 insertions(+), 24 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..693dab3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ + +# Release Notes for sidebar-markdown-notes + +## not-yet-published + +- Marvelous features to come + +## 1.0.4 + +- Added the `sidebar-markdown-notes.leftMargin` setting +- Changed background color from `--vscode-editor-background` to `--vscode-sideBar-background` +- Added the extension to [Open VSX Registry](https://open-vsx.org/) + +## 1.0.3 + +- Fixed a bug where switching from preview/edit mode would not display anything + +## 1.0.2 + +- Fixed a bug when loading saved nodes when switching pages + +## 1.0.1 + +- Fixed a readme typo + +## 1.0.0 + +- Initial Release 🎉 diff --git a/README.md b/README.md index a958602..b3667cc 100644 --- a/README.md +++ b/README.md @@ -14,30 +14,6 @@ Write down notes directly in the sidebar using markdown. - `sidebar-markdown-notes.leftMargin`: Adds a left margin to the entire view so it aligns with other content in the sidebar. -## Release Notes - -### 1.0.4 - -- Added the `sidebar-markdown-notes.leftMargin` setting -- Changed background color from `--vscode-editor-background` to `--vscode-sideBar-background` -- Added the extension to [Open VSX Registry](https://open-vsx.org/) - -### 1.0.3 - -- Fixed a bug where switching from preview/edit mode would not display anything - -### 1.0.2 - -- Fixed a bug when loading saved nodes when switching pages - -### 1.0.1 - -- Fixed a readme typo - -### 1.0.0 - -- Initial Release 🎉 - --- Icons made by Freepik from www.flaticon.com