🔖 Bumps to V 1.6.7 and updates changelog

This commit is contained in:
Alicia Sykes 2021-08-27 00:10:11 +01:00
parent 1b2807433d
commit ff82a3adc7
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "Dashy",
"version": "1.6.6",
"version": "1.6.7",
"license": "MIT",
"main": "server",
"scripts": {