mirror of https://github.com/Lissy93/dashy.git
🔖 Bumps to V 1.6.3 and updates changelog
This commit is contained in:
parent
de31a8f371
commit
3c7fbd97a3
|
@ -1,5 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## ✨ 1.6.3 - Dependency and Build File Updates [PR #168](https://github.com/Lissy93/dashy/pull/168)
|
||||||
|
- Removes any dependencies which are not 100% essential
|
||||||
|
- Moves packages that are only used for building into devDependencies
|
||||||
|
- Updates dependencies to latest version
|
||||||
|
- Adds a .dockerignore, so that non-essential files are not included in the container
|
||||||
|
- Updates deployment config files for Netlify, Heroku and GH actions
|
||||||
|
- Made a brand new bug-report template, with input fields and validation!
|
||||||
|
|
||||||
## ✨ 1.6.2 - Support for Guest Access [PR #167](https://github.com/Lissy93/dashy/pull/167)
|
## ✨ 1.6.2 - Support for Guest Access [PR #167](https://github.com/Lissy93/dashy/pull/167)
|
||||||
- Adds functionality for optional read-only guest access to dashboards with authentication
|
- Adds functionality for optional read-only guest access to dashboards with authentication
|
||||||
- Can be enabled by setting `appConfig.enableGuestAccess: true`
|
- Can be enabled by setting `appConfig.enableGuestAccess: true`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Dashy",
|
"name": "Dashy",
|
||||||
"version": "1.6.2",
|
"version": "1.6.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "server",
|
"main": "server",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue