File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 🐛 2.0.3 - Bug Fixes [ PR #488 ] ( https://github.com/Lissy93/dashy/pull/488 )
4
+ - Press enter to submit login form (Re: #483 )
5
+ - Allow disabling write to local storage and disk (Re: #485 )
6
+ - Fix malformed YAML from export config (Re: #482 )
7
+ - Allow global option for useProxy (Re: #486 )
8
+ - Look into arrow key navigation error (Re: #463 )
9
+ - Disallow displaying config (Re: #455 )
10
+ - Round values in Glances Alerts widget (Re: #454 )
11
+ - Create a CPU temp widget (Re: #452 )
12
+ - Add to docs: Keycloak in Kubernetes (Re: #479 )
13
+ - Add a widget for displaying images (Re: #487 )
14
+
3
15
## ⬆️ 2.0.2 - Dependency Updates [ PR #471 ] ( https://github.com/Lissy93/dashy/pull/471 )
4
16
- Updates Alpine version for main Dockerfile
5
17
- Updates node_modules to latest stable versions
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Dashy" ,
3
- "version" : " 2.0.2 " ,
3
+ "version" : " 2.0.3 " ,
4
4
"license" : " MIT" ,
5
5
"main" : " server" ,
6
6
"author" :
" Alicia Sykes <[email protected] > (https://aliciasykes.com)" ,
64
64
"vue-svg-loader" : " ^0.16.0" ,
65
65
"vue-template-compiler" : " ^2.6.14"
66
66
},
67
- "gitHooks" : {
68
- "pre-commit" : " yarn lint"
69
- },
70
67
"engines" : {
71
68
"node" : " >=16.0.0"
72
69
},
You can’t perform that action at this time.
0 commit comments