🔖 Bumps to V 1.8.8 and updates changelog

This commit is contained in:
Alicia Sykes 2021-10-23 01:44:59 +01:00
parent e9e15307b7
commit 001e18b709
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## ✨ 1.8.8 - Improved Item Targets [PR #292](https://github.com/Lissy93/dashy/pull/292)
- Adds support for `_top` and `_parent` anchor targets on items, Re: #289
- Adds `appConfig.defaultOpeningMethod` option to specify default target
- Adds new icons to show items opening method on hover
- Refactors target checking, updates item target docs and schema
## ⚡️ 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

View File

@ -1,6 +1,6 @@
{
"name": "Dashy",
"version": "1.8.7",
"version": "1.8.8",
"license": "MIT",
"main": "server",
"scripts": {