🔖 Bumps to V 1.8.1 and updates changelog

This commit is contained in:
Alicia Sykes 2021-09-18 01:30:03 +01:00
parent 181e35d0af
commit ddce3f4c81
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## ✨ 1.8.1 - Option for Ping-Only Status Checks [PR #233](https://github.com/Lissy93/dashy/pull/233)
- This PR adds an attribute called `statusCheckPingOnly`, which if enabled for a given item will use a simple ping instead of a full GET request. This is useful for web services which do not resolve any content
## ⚡️ 1.7.7 - Improved Error Handling [PR #226](https://github.com/Lissy93/dashy/pull/226)
- Errors can be viewed via the UI (Config menu --> App Info)
- Service workers should be disabled by default

View File

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