🔖 Bumps to V 1.5.8 and updates changelog, Multi-tasking support

This commit is contained in:
Alicia Sykes 2021-08-11 21:06:20 +01:00
parent 21509c727d
commit 01dfa5771d
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## ✨ 1.5.8 - Multi-Tasking Support in Workspace View [PR #146](https://github.com/Lissy93/dashy/pull/146)
- Adds option to keep launched apps open in the background, to reduce friction when switching between websites, Re: #144
- This can be enabled by setting `appConfig.enableMultiTasking: true`
- Note that having many apps opened simultaneously, will have an impact on performance
## ✨ 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/)

View File

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