mirror of https://github.com/Lissy93/dashy.git
🔖 Bumped to V 1.5.0 and updates changelog
This commit is contained in:
parent
353bb618b4
commit
87f6438b89
|
@ -1,6 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## ✨ 1.4.8 - Optional Crash Reports [PR #120](https://github.com/Lissy93/dashy/pull/112)
|
## 🔒 1.5.0 - Improve Robustness of Auth [PR #113](https://github.com/Lissy93/dashy/pull/113)
|
||||||
|
- Use both username + password for generating token, so that a change in either will log the user out
|
||||||
|
- Prevent privilege escalation by disallowing a user from modifying their user type through the UI
|
||||||
|
- Improve the isAuthenticated check, by taking account of empty users array
|
||||||
|
|
||||||
|
## ✨ 1.4.8 - Optional Crash Reports [PR #112](https://github.com/Lissy93/dashy/pull/112)
|
||||||
- Adds an optional, off by default method of getting crash reports
|
- Adds an optional, off by default method of getting crash reports
|
||||||
- This can be enabled in `appConfig.enableErrorReporting`, and will not be used at all unless explicitly activated by user
|
- This can be enabled in `appConfig.enableErrorReporting`, and will not be used at all unless explicitly activated by user
|
||||||
- This is needed for when a user raises a bug which is hard to fix
|
- This is needed for when a user raises a bug which is hard to fix
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Dashy",
|
"name": "Dashy",
|
||||||
"version": "1.4.8",
|
"version": "1.5.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "server",
|
"main": "server",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue