🔖 Bumps to V 1.8.7 and updates changelog

This commit is contained in:
Alicia Sykes 2021-10-15 22:19:28 +01:00
parent 9578d5f6be
commit 0c8a9019c1
2 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## ⚡️ 1.8.7 - Bug Fixes and Improvements [PR #273](https://github.com/Lissy93/dashy/pull/273)
- Clean URLs without the hash, now using history-mode routing
- New initial main example conf.yml
- Minor UI style updates and fixes
- Support for single section view
- A new theme, soft-glow
- Container security in management docs, and other things
- Bug fixes, including missing Firefox favicon and fix custom icon paths with base_url
## ⚡️ 1.8.6 - Implementation of VueX [PR: #271](https://github.com/Lissy93/dashy/pull/271)
- New state management pattern, which should lead to a more organized code base long term, and will also make building out the new UI editor significantly easier to do in a clean and reliable way

View File

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