mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-28 08:04:46 +02:00
🔖 Bumps to V 1.6.8 and updates changelog
This commit is contained in:
parent
84eb2036db
commit
e522e26a3c
5
.github/CHANGELOG.md
vendored
5
.github/CHANGELOG.md
vendored
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# 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)
|
## ⚡️ 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
|
- 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
|
- Updates the .env template, plus the variables used in the server
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Dashy",
|
"name": "Dashy",
|
||||||
"version": "1.6.7",
|
"version": "1.6.8",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "server",
|
"main": "server",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -91,4 +91,4 @@
|
|||||||
"> 1%",
|
"> 1%",
|
||||||
"last 2 versions"
|
"last 2 versions"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user