From ee56183ed937d3d258d553b22de7940c4641490e Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 11 Sep 2021 21:09:26 +0100 Subject: [PATCH] :bookmark: Bumps to V 1.7.6 and updates changelog --- .github/CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index d87e9e22..4f9db590 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## ✨ 1.7.6 - Adds Multi-Search Support with Bangs [PR #224](https://github.com/Lissy93/dashy/pull/224) +- Adds option for user to add custom search bangs, in order to specify search engine/ target app. Re: #206 + ## 🎨 1.7.5 - Improved Language Detection & UI [PR #223](https://github.com/Lissy93/dashy/pull/223) - Makes the auto language detection algo smarter - Improves responsiveness for the language selector form diff --git a/package.json b/package.json index 02f40e3e..ba073aa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.7.5", + "version": "1.7.6", "license": "MIT", "main": "server", "scripts": {