🔖 Bumps to V 1.5.7 and updates changelog

Re: #139 - Implementation for Material-Design-Icons
This commit is contained in:
Alicia Sykes 2021-08-09 23:13:17 +01:00
parent f18be6e708
commit ab9c2add84
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## ✨ 1.5.7 - Adds Support for Material Design Icons [PR #141](https://github.com/Lissy93/dashy/pull/141)
- Enables user to use any icon from [materialdesignicons.com](https://dev.materialdesignicons.com/icons), Re: #139
- Also adds support for [simpleicons.org](https://simpleicons.org/)
- Assets only loaded when needed
- Adds docs for using MDI icons
## ⚡️ 1.5.6 - Refactor + Couple of small things [PR #135](https://github.com/Lissy93/dashy/pull/135)
- The main Dockerfile now uses yarn.lock instead of package-lock.json
- Adds a check to verify password is not empty in cloud backup screen

View File

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