mirror of https://github.com/Lissy93/dashy.git
🔖 Bumps to 1.9.4 and updates changelog
This commit is contained in:
parent
27404f6044
commit
7cd6e64b30
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## ✨ 1.9.4 - Widget Support [PR #382](https://github.com/Lissy93/dashy/pull/382)
|
||||||
|
- Adds support for dynamic content, through widgets
|
||||||
|
- Adds 30+ pre-built widgets for general info and self-hosted services
|
||||||
|
- Writes docs on widget usage
|
||||||
|
|
||||||
## ⚡️ 1.9.2 - Native SSL Support + Performance Improvements [PR #326](https://github.com/Lissy93/dashy/pull/326)
|
## ⚡️ 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
|
- 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
|
- Adds native support for passing in self-signed SSL certificates and updates docs
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Dashy",
|
"name": "Dashy",
|
||||||
"version": "1.9.3",
|
"version": "1.9.4",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "server",
|
"main": "server",
|
||||||
"author": "Alicia Sykes <alicia@omg.lol> (https://aliciasykes.com)",
|
"author": "Alicia Sykes <alicia@omg.lol> (https://aliciasykes.com)",
|
||||||
|
|
Loading…
Reference in New Issue