We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33986dd commit 4cd3831Copy full SHA for 4cd3831
.github/CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 🍻 1.7.0 - Documentation Website [PR #190](https://github.com/Lissy93/dashy/pull/190)
4
+- Builds a quick website to host the docs. No code changes, but prepares for V1.7 release
5
+
6
## ✨ 1.6.9 - Web Search Feature [PR #185](https://github.com/Lissy93/dashy/pull/185)
7
- Adds ability to search the web directly from Dashy by pressing enter on the search bar
8
- Adds configuration options, for setting default search engine, opening method and disabling
package.json
@@ -1,6 +1,6 @@
{
"name": "Dashy",
- "version": "1.6.9",
+ "version": "1.7.0",
"license": "MIT",
"main": "server",
"scripts": {
@@ -91,4 +91,4 @@
91
"> 1%",
92
"last 2 versions"
93
]
94
-}
+}
0 commit comments