🔖 Bumps to V 1.7.2 and updates changelog

This commit is contained in:
Alicia Sykes 2021-09-05 17:23:17 +01:00
parent 3141565cc9
commit 98d0c747fb
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

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