🔖 Bumps to V 1.9.2 and updates changelog

This commit is contained in:
Alicia Sykes 2021-11-10 18:11:39 +00:00
parent 9487535356
commit 93e99127ec
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## ⚡️ 1.9.2 - Native SSL Support + Performance Improvements [PR #326](https://github.com/Lissy93/dashy/pull/326)
- Updates the server to use Express, removing serve-static, connect and body-parser
- Adds native support for passing in self-signed SSL certificates and updates docs
- Updates router to lazy-load additional pages (minimal, workspace, etc)
- Changes default favicon API to allesedv, since faviconkit is down, and adds basic fallback
- Updates GH action build scripts to fallback on context token when running on fork
## 💄 1.9.1 - Editor and Theming Fixes and Improvements [PR #319](https://github.com/Lissy93/dashy/pull/319)
- Bug fixes for interactive editor: #310, #311, #312
- Adds option to modify text font through the UI

View File

@ -1,6 +1,6 @@
{
"name": "Dashy",
"version": "1.9.1",
"version": "1.9.2",
"license": "MIT",
"main": "server",
"author": "Alicia Sykes <alicia@omg.lol> (https://aliciasykes.com)",
@ -95,4 +95,4 @@
"> 1%",
"last 2 versions"
]
}
}