From 1e2856cec957e9ee7dea526957c6aacde100a2eb Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 4 Sep 2021 20:59:52 +0100 Subject: [PATCH] :bookmark: Bumps to V 1.7.1 and updates changelog --- .github/CHANGELOG.md | 10 ++++++++++ package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 2bae997f..71d8a936 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 🐛 1.7.1 - Lots of Tiny Fixes and Improvements [PR #200](https://github.com/Lissy93/dashy/pull/201) +- Removes background in console art +- Updates auto environmental variables +- Icon image assets max height Force same Icon/Item Height #200 +- Adds an action to close spammy issues +- Adds option to enable SRI integrity, plus refactos PWA into defaults +- Updates privacy and security docs +- Adds option for different favicon API for each app [FEATURE_REQUEST] Allow using different faviconApi for each items #196 +- Fixes loading of local SVG icons #199 + ## 🍻 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 diff --git a/package.json b/package.json index be8c0ee3..05828adc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.7.0", + "version": "1.7.1", "license": "MIT", "main": "server", "scripts": { @@ -92,4 +92,4 @@ "> 1%", "last 2 versions" ] -} +} \ No newline at end of file