From 33986dd692d9d624fc13008a7e10b60f4f45243e Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 29 Aug 2021 22:01:06 +0100 Subject: [PATCH 1/2] :memo: Adds link to new Docs site into readme --- README.md | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 39738a3c..3fd2b3ab 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,32 @@

Dashy

-

Dashy helps you organize your self-hosted services, by making them all accessible from a single place

-

- + Dashy helps you organize your self-hosted services, by making them all accessible from a single place +
+ +
+ Live Demo | Getting Started | Documentation | GitHub +

+ + Awesome Self-Hosted + + + Docker Pulls + + + GitHub Status + + + License MIT + + + Current Version + + + Known Vulnerabilities +

-[![Awesome Self-Hosted](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/awesome-selfhosted/awesome-selfhosted#personal-dashboards) -![Docker Pulls](https://img.shields.io/docker/pulls/lissy93/dashy?logo=docker&style=flat-square) -![GitHub Status](https://flat.badgen.net/github/status/lissy93/dashy?icon=github) -![License MIT](https://img.shields.io/badge/License-MIT-09be48?style=flat-square&logo=opensourceinitiative) -![Current Version](https://img.shields.io/github/package-json/v/lissy93/dashy?style=flat-square&logo=azurepipelines&color=00af87) -[![Known Vulnerabilities](https://snyk.io/test/github/lissy93/dashy/badge.svg)](https://snyk.io/test/github/lissy93/dashy) -
Contents

From 4cd383137e60e2220ad13c236cf7b18de4078344 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 29 Aug 2021 22:05:20 +0100 Subject: [PATCH 2/2] :bookmark: Bumps to V 1.7 --- .github/CHANGELOG.md | 3 +++ package.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index b36eee02..2bae997f 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 🍻 1.7.0 - Documentation Website [PR #190](https://github.com/Lissy93/dashy/pull/190) +- Builds a quick website to host the docs. No code changes, but prepares for V1.7 release + ## ✨ 1.6.9 - Web Search Feature [PR #185](https://github.com/Lissy93/dashy/pull/185) - Adds ability to search the web directly from Dashy by pressing enter on the search bar - Adds configuration options, for setting default search engine, opening method and disabling diff --git a/package.json b/package.json index 8da5b8f1..a2449788 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.6.9", + "version": "1.7.0", "license": "MIT", "main": "server", "scripts": { @@ -91,4 +91,4 @@ "> 1%", "last 2 versions" ] -} \ No newline at end of file +}