Skip to content

Commit 075bca9

Browse files
committed
🔖 Bumps to V 2.0.3 and updates changelog
1 parent cde8060 commit 075bca9

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.github/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

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+
315
## ⬆️ 2.0.2 - Dependency Updates [PR #471](https://github.com/Lissy93/dashy/pull/471)
416
- Updates Alpine version for main Dockerfile
517
- Updates node_modules to latest stable versions

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Dashy",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"license": "MIT",
55
"main": "server",
66
"author": "Alicia Sykes <[email protected]> (https://aliciasykes.com)",
@@ -64,9 +64,6 @@
6464
"vue-svg-loader": "^0.16.0",
6565
"vue-template-compiler": "^2.6.14"
6666
},
67-
"gitHooks": {
68-
"pre-commit": "yarn lint"
69-
},
7067
"engines": {
7168
"node": ">=16.0.0"
7269
},

0 commit comments

Comments
 (0)