From 98d0c747fb821d14fdf42205c41bb27018d09322 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 5 Sep 2021 17:23:17 +0100 Subject: [PATCH] :bookmark: Bumps to V 1.7.2 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 71d8a936..8f583f4c 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## ✨ 1.7.2 - Item Sort Options [PR #203](https://github.com/Lissy93/dashy/pull/203) +- Adds option for user to specify `sortBy` to order items within a section +- Can sort by last clicked, most used, alphabetically and more +- And fixes UI of the item tooltip and, if specified, will show Provider in the tooltip +- Also improves error logging and console warning message + ## 🐛 1.7.1 - Lots of Tiny Fixes and Improvements [PR #200](https://github.com/Lissy93/dashy/pull/201) - Removes background in console art - Updates auto environmental variables diff --git a/package.json b/package.json index 05828adc..5244e608 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.7.1", + "version": "1.7.2", "license": "MIT", "main": "server", "scripts": {