Skip to content

Commit dde5b36

Browse files
committed
🔖 Bumps to 1.8.9 and updates changelog
1 parent 3e7eae2 commit dde5b36

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## ✨ 1.8.9 - All New Interactive Config Editor [PR #298](https://github.com/Lissy93/dashy/pull/298)
4+
- Builds a new UI-based config editor
5+
- Support for sections, items, app config and page info
6+
- Live preview, and undoing of local changes
7+
- Export config or write changes to disk through UI
8+
39
## ✨ 1.8.8 - Improved Item Targets [PR #292](https://github.com/Lissy93/dashy/pull/292)
410
- Adds support for `_top` and `_parent` anchor targets on items, Re: #289
511
- Adds `appConfig.defaultOpeningMethod` option to specify default target

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Dashy",
3-
"version": "1.8.8",
3+
"version": "1.8.9",
44
"license": "MIT",
55
"main": "server",
66
"scripts": {
@@ -96,4 +96,4 @@
9696
"> 1%",
9797
"last 2 versions"
9898
]
99-
}
99+
}

0 commit comments

Comments
 (0)