Skip to content

Commit dde5b36

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

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/CHANGELOG.md

+6
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

+2-2
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)