mirror of
https://github.com/Lissy93/dashy.git
synced 2025-04-08 17:06:18 +02:00
🔖 Bumps to V 1.8.1 and updates changelog
This commit is contained in:
parent
181e35d0af
commit
ddce3f4c81
3
.github/CHANGELOG.md
vendored
3
.github/CHANGELOG.md
vendored
@ -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
|
||||
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user