🔖 Bumps to V 1.6.8 and updates changelog

This commit is contained in:
Alicia Sykes 2021-08-28 14:04:56 +01:00
parent 84eb2036db
commit e522e26a3c
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## ⚡️ 1.6.8 - Improved Loading Experience [PR #183](https://github.com/Lissy93/dashy/pull/183)
- During app initialization, show the build progress and status message
- While requests are being made, show loader at top of screen
- Also adds some UI improvements to Workspace view
## ⚡️ 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

View File

@ -1,6 +1,6 @@
{
"name": "Dashy",
"version": "1.6.7",
"version": "1.6.8",
"license": "MIT",
"main": "server",
"scripts": {
@ -91,4 +91,4 @@
"> 1%",
"last 2 versions"
]
}
}