mirror of https://github.com/Lissy93/dashy.git
🔖 Bumps to V 1.8.1 and updates changelog
This commit is contained in:
parent
a8f7df4544
commit
15c2ffca35
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 🩹 1.8.1 - Additional Languages, Bug Fix, and more [PR #234](https://github.com/Lissy93/dashy/pull/234)
|
||||||
|
- Merges 5 additional languages
|
||||||
|
- Adds RickyCZ's dashboard to showcase
|
||||||
|
- Fixes #323, and improves status indicator tooltip
|
||||||
|
- Define constants for endpoints
|
||||||
|
- Updates management, translations and readme docs
|
||||||
|
|
||||||
## ⚡️ 1.7.7 - Improved Error Handling [PR #226](https://github.com/Lissy93/dashy/pull/226)
|
## ⚡️ 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)
|
- Errors can be viewed via the UI (Config menu --> App Info)
|
||||||
- Service workers should be disabled by default
|
- Service workers should be disabled by default
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Dashy",
|
"name": "Dashy",
|
||||||
"version": "1.8.0",
|
"version": "1.8.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "server",
|
"main": "server",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -92,4 +92,4 @@
|
||||||
"> 1%",
|
"> 1%",
|
||||||
"last 2 versions"
|
"last 2 versions"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue