mirror of https://github.com/Lissy93/dashy.git
🔖 Bumps to 1.9.7 and updates changelog
This commit is contained in:
parent
ed158169eb
commit
3d2051b087
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 🐛 1.9.7 - Minor UI Editor Bug fixes [PR #416](https://github.com/Lissy93/dashy/pull/416)
|
||||||
|
- Fixes unable to edit item bug (#415)
|
||||||
|
- Fixes unable to add new app bug (#390)
|
||||||
|
- Fixes nav links visibility (#389)
|
||||||
|
|
||||||
## ⚡️ 1.9.6 - Adds Proxy Support for Widget Requests [PR #392](https://github.com/Lissy93/dashy/pull/392)
|
## ⚡️ 1.9.6 - Adds Proxy Support for Widget Requests [PR #392](https://github.com/Lissy93/dashy/pull/392)
|
||||||
- Refactors widget mixin to include data requests, so that code can be shared between widgets
|
- Refactors widget mixin to include data requests, so that code can be shared between widgets
|
||||||
- Adds a Node endpoint for proxying requests server-side, used for APIs that are not CORS enabled
|
- Adds a Node endpoint for proxying requests server-side, used for APIs that are not CORS enabled
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Dashy",
|
"name": "Dashy",
|
||||||
"version": "1.9.6",
|
"version": "1.9.7",
|
||||||
"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