mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 21:55:30 +02:00
🔖 Bumps to V 1.5.9 and updates changelog
This commit is contained in:
parent
bb74bc32cc
commit
aea8a1d0a5
5
.github/CHANGELOG.md
vendored
5
.github/CHANGELOG.md
vendored
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## ✨ 1.5.9 - New Minimal/ Startpage View [PR #155](https://github.com/Lissy93/dashy/issues/155)
|
||||||
|
- Adds a new view, called minimal view, designed to be like a light-weight startpage
|
||||||
|
- Implemented all the required features (filtering, opening methods, icons, etc) into minimal view
|
||||||
|
- Adds `appConfig.startingView` into schema, for specifying the initial default view to be loaded
|
||||||
|
|
||||||
## ✨ 1.5.8 - Multi-Tasking Support in Workspace View [PR #146](https://github.com/Lissy93/dashy/pull/146)
|
## ✨ 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
|
- 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`
|
- This can be enabled by setting `appConfig.enableMultiTasking: true`
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Dashy",
|
"name": "Dashy",
|
||||||
"version": "1.5.8",
|
"version": "1.5.9",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "server",
|
"main": "server",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user