mirror of https://github.com/Lissy93/dashy.git
🔖 Bumps to V 1.7
This commit is contained in:
parent
33986dd692
commit
4cd383137e
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 🍻 1.7.0 - Documentation Website [PR #190](https://github.com/Lissy93/dashy/pull/190)
|
||||||
|
- Builds a quick website to host the docs. No code changes, but prepares for V1.7 release
|
||||||
|
|
||||||
## ✨ 1.6.9 - Web Search Feature [PR #185](https://github.com/Lissy93/dashy/pull/185)
|
## ✨ 1.6.9 - Web Search Feature [PR #185](https://github.com/Lissy93/dashy/pull/185)
|
||||||
- Adds ability to search the web directly from Dashy by pressing enter on the search bar
|
- Adds ability to search the web directly from Dashy by pressing enter on the search bar
|
||||||
- Adds configuration options, for setting default search engine, opening method and disabling
|
- Adds configuration options, for setting default search engine, opening method and disabling
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Dashy",
|
"name": "Dashy",
|
||||||
"version": "1.6.9",
|
"version": "1.7.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "server",
|
"main": "server",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -91,4 +91,4 @@
|
||||||
"> 1%",
|
"> 1%",
|
||||||
"last 2 versions"
|
"last 2 versions"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue