diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f5fcdf6..47671131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,41 @@ +# 0.16.0 + +![Release Date: 2019-06-02](https://img.shields.io/badge/Release_Date-2019--06--02-88c0d0.svg?style=flat-square&colorA=4c566a) [![Project Board](https://img.shields.io/badge/Project_Board-0.16.0-88c0d0.svg?style=flat-square&colorA=4c566a&logo=github&logoColor=eceff4)](https://github.com/arcticicestudio/nord-docs/projects/18) [![Milestone](https://img.shields.io/badge/Milestone-0.16.0-88c0d0.svg?style=flat-square&colorA=4c566a&logo=github&logoColor=eceff4)](https://github.com/arcticicestudio/nord-docs/milestone/16) + +This version mainly focused on the [transition of the „Nord tmux“ port project][gh-152]. The implementation include port specific [“landing”][home-ports-tmux] and [docs][home-docs-ports-tmux] page, the [installation & activation guide][home-docs-ports-tmux-install], [configuration][home-docs-ports-tmux-config] guide and [plugin support][home-docs-ports-tmux-plugins] pages. + +## Features + +**„Nord tmux“ Transition** — #152 ⇄ #153 (⊶ a138cc24) +↠ Transferred all documentations, assets and visualizations from „Nord tmux“ to Nord Docs which will now serve as the single-source-of-truth™. +Please see the [corresponding issue in the Nord tmux repository][nord-tmux#36] to get an overview of what has changed for Nord tmux and what has been done to migrate to Nord Docs. + +### Landing Page + +
+ +### Docs Page + + + +### Installation & Activation Guide + + + +### Configuration Guide + + + +### Plugin Support Guide + + + +**Screenshot showing Go syntax highlighting** — #151 (⊶ 42b2b609) +↠ Added a new screenshot asset for the „Nord Visual Studio Code“ port project showing the Go syntax in order to fix the bug described in [arcticicestudio/nord-visual-studio-code#140][gh-arcticicestudio/nord-visual-studio-code#140] regarding the usage of duplicate assets. + # 0.15.0 ![Release Date: 2019-05-31](https://img.shields.io/badge/Release_Date-2019--05--31-88c0d0.svg?style=flat-square&colorA=4c566a) [![Project Board](https://img.shields.io/badge/Project_Board-0.15.0-88c0d0.svg?style=flat-square&colorA=4c566a&logo=github&logoColor=eceff4)](https://github.com/arcticicestudio/nord-docs/projects/17) [![Milestone](https://img.shields.io/badge/Milestone-0.15.0-88c0d0.svg?style=flat-square&colorA=4c566a&logo=github&logoColor=eceff4)](https://github.com/arcticicestudio/nord-docs/milestone/15) @@ -1715,10 +1750,21 @@ Note that packages marked with an double exclamation mark `‼` have been affect -[gh-149]: https://github.com/arcticicestudio/nord-docs/issues/140 +[gh-149]: https://github.com/arcticicestudio/nord-docs/issues/149 [home-docs-ports-vscode-custom]: https://www.nordtheme.com/docs/ports/visual-studio-code/customization [home-docs-ports-vscode-develop]: https://www.nordtheme.com/docs/ports/visual-studio-code/development [home-docs-ports-vscode-install]: https://www.nordtheme.com/docs/ports/visual-studio-code/installation [home-docs-ports-vscode]: https://www.nordtheme.com/docs/ports/visual-studio-code [home-ports-vscode]: https://www.nordtheme.com/ports/visual-studio-code [nord-visual-studio-code#138]: https://github.com/arcticicestudio/nord-visual-studio-code/issues/138 + + + +[gh-152]: https://github.com/arcticicestudio/nord-docs/issues/152 +[gh-arcticicestudio/nord-visual-studio-code#140]: https://github.com/arcticicestudio/nord-visual-studio-code/issues/140 +[home-docs-ports-tmux-config]: https://www.nordtheme.com/docs/ports/tmux/configuration +[home-docs-ports-tmux-install]: https://www.nordtheme.com/docs/ports/tmux/installation +[home-docs-ports-tmux-plugins]: https://www.nordtheme.com/docs/ports/visual-studio-code/plugin-support +[home-docs-ports-tmux]: https://www.nordtheme.com/docs/ports/visual-studio-code +[home-ports-tmux]: https://www.nordtheme.com/ports/tmux +[nord-tmux#36]: https://github.com/arcticicestudio/nord-tmux/issues/36 diff --git a/package-lock.json b/package-lock.json index b1032ca7..6aa2e85b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nord-docs", - "version": "0.15.0", + "version": "0.16.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 57c976cb..d29a8008 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nord-docs", "title": "Nord Docs", - "version": "0.15.0", + "version": "0.16.0", "description": "The official Nord website and documentation", "author": { "name": "Arctic Ice Studio", diff --git a/src/pages/index.jsx b/src/pages/index.jsx index e3b4b62e..e57d67db 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -26,7 +26,7 @@ import { * * @author Arctic Ice Studio