mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-26 10:24:40 +03:00
🔖 Bumps to V 1.8.4 and updates changelog
This commit is contained in:
parent
0dc1f05407
commit
7623ea575e
4
.github/CHANGELOG.md
vendored
4
.github/CHANGELOG.md
vendored
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## ✨ 1.8.4 - Custom Error Pages [PR #257](https://github.com/Lissy93/dashy/pull/257)
|
||||||
|
- Creates a 404 Not Found page
|
||||||
|
- Routes any missing views to the 404 page
|
||||||
|
|
||||||
## ⚡️ 1.8.3 - Improved UX for Initial Load [PR #238](https://github.com/Lissy93/dashy/pull/238)
|
## ⚡️ 1.8.3 - Improved UX for Initial Load [PR #238](https://github.com/Lissy93/dashy/pull/238)
|
||||||
- Removes the old splash screen
|
- Removes the old splash screen
|
||||||
- Adds placeholder in the HTML index, which will usually be visible on initial load
|
- Adds placeholder in the HTML index, which will usually be visible on initial load
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Dashy",
|
"name": "Dashy",
|
||||||
"version": "1.8.3",
|
"version": "1.8.4",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "server",
|
"main": "server",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user