🔖 Bumped to V 1.7.7 and updates changelog

This commit is contained in:
Alicia Sykes 2021-09-12 22:37:15 +01:00
parent 5d27cd6fae
commit 97ddcb33bc
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog # 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) ## ✨ 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 - Adds option for user to add custom search bangs, in order to specify search engine/ target app. Re: #206

View File

@ -1,6 +1,6 @@
{ {
"name": "Dashy", "name": "Dashy",
"version": "1.7.6", "version": "1.7.7",
"license": "MIT", "license": "MIT",
"main": "server", "main": "server",
"scripts": { "scripts": {