From 97ddcb33bcd988c94d09b0ca68d9b6e06a6926b7 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 12 Sep 2021 22:37:15 +0100 Subject: [PATCH] :bookmark: Bumped to V 1.7.7 and updates changelog --- .github/CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 4f9db590..532fe102 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## ⚡️ 1.7.7 - Improved Error Handling [PR #226](https://github.com/Lissy93/dashy/pull/226) +- Errors can be viewed via the UI (Config menu --> App Info) +- Service workers should be disabled by default +- Also renames actions to be easier to maintain +- Updates docs to include release schedule + merge strategy + ## ✨ 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 diff --git a/package.json b/package.json index ba073aa1..01dd421f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.7.6", + "version": "1.7.7", "license": "MIT", "main": "server", "scripts": {