diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index b04d0a7c..0c1b2c18 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,10 @@ # 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) - 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` diff --git a/package.json b/package.json index 61e9ef98..d6b300f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.5.8", + "version": "1.5.9", "license": "MIT", "main": "server", "scripts": {