diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index f0ffa193..b36eee02 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## ✨ 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 configuration options, for setting default search engine, opening method and disabling +- Adds text under search bar, implements into minimal view also + ## ⚡️ 1.6.8 - Improved Loading Experience [PR #183](https://github.com/Lissy93/dashy/pull/183) - During app initialization, show the build progress and status message - While requests are being made, show loader at top of screen diff --git a/package.json b/package.json index 2eca2612..8da5b8f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.6.8", + "version": "1.6.9", "license": "MIT", "main": "server", "scripts": {