diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index e51a8b43..d320c7b4 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## ⚡️ 1.6.7 - Option for non-SSL status checks plus minor things [PR #182](https://github.com/Lissy93/dashy/pull/182) +- Adds an option for user to use status checks with non-HTTPS services, Re: #181 +- Updates the .env template, plus the variables used in the server +- Uses the v-cloak to hide text before it's finished loading +- Fixed the parsing of the update-checker during build + ## ⚡️ 1.6.6 - Improved Search & Shortcuts [PR #175](https://github.com/Lissy93/dashy/pull/175) - Refactors the search algorithm to improve performance and code reusability - Updates search to ignore case, special characters and minor-typos diff --git a/package.json b/package.json index 522bf7cf..de8b201b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.6.6", + "version": "1.6.7", "license": "MIT", "main": "server", "scripts": {