mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-22 05:05:05 +02:00
🔖 Bumps to 1.9.6 and updates changelog
This commit is contained in:
parent
5fd6ffc9c8
commit
2925525fe4
6
.github/CHANGELOG.md
vendored
6
.github/CHANGELOG.md
vendored
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## ⚡️ 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
|
||||||
|
- Adds a Node endpoint for proxying requests server-side, used for APIs that are not CORS enabled
|
||||||
|
- Adds option to config file for user to force proxying of requests
|
||||||
|
- Writes a Netlify cloud function to support proxying when the app is hosted on Netlify
|
||||||
|
|
||||||
## 🐛 1.9.5 - Bug fixes and Minor Improvements [PR #388](https://github.com/Lissy93/dashy/pull/388)
|
## 🐛 1.9.5 - Bug fixes and Minor Improvements [PR #388](https://github.com/Lissy93/dashy/pull/388)
|
||||||
- Adds icon.horse to supported favicon APIs
|
- Adds icon.horse to supported favicon APIs
|
||||||
- Fixes tile move bug, Re: #366
|
- Fixes tile move bug, Re: #366
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Dashy",
|
"name": "Dashy",
|
||||||
"version": "1.9.5",
|
"version": "1.9.6",
|
||||||
"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…
x
Reference in New Issue
Block a user