|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## 2.0.5 - Bug Fixes and a few New Features |
4 | | - |
5 | | -### Partially revert 2.0.4, fixing several issues caused by `conf.yml` not being loaded at startup. |
| 3 | +## 🐛 2.0.6 Fixes user requested issues [PR #557](https://github.com/Lissy93/dashy/pull/557) |
| 4 | +- Allows middle click open new tab, Re: #492 |
| 5 | +- Implements Max redirects for status checks, Re: #494 |
| 6 | +- Adds Gitpod config for cloud-ready IDE, Re: #497 |
| 7 | +- Adss new screenshots to showcase, Re: #505 |
| 8 | +- Fixes excess space below footer, Re: #522 |
| 9 | +- Allows iframe content to be viewed full-screen, Re: #524 |
| 10 | +- Fixes Glances widgets with Authorization headers, Re: #546 |
| 11 | +- Adds target attribute to nav links, Re: #552 |
| 12 | +- Removes fixed max-width on wide-screens, Re: #554 |
| 13 | +- Adds missing type attribute to external CSS, Re: #560 |
| 14 | +- Updates path to Keycloak API, Re: #564 |
| 15 | +- Fixes link to @walkxhub homelab icons, Re #568 |
| 16 | +- Fixes local image path on sub-page, Re: #570 |
| 17 | +- Adds typecheck on edit item tags, Re: #575 |
| 18 | +- Fixes item size in config not honored, Re: #576 |
| 19 | + |
| 20 | +## ✨ 2.0.5 - Bug Fixes and a few New Features |
| 21 | + |
| 22 | +#### Partially revert 2.0.4, fixing several issues caused by `conf.yml` not being loaded at startup. |
6 | 23 | This change requires a rebuild of the application when several options under `appConfig` are changed. |
7 | 24 | Fixes #544 #555 |
8 | 25 |
|
9 | | -### Several other changes since 2.0.4, including: |
| 26 | +#### Several other changes since 2.0.4, including: |
10 | 27 | The `Add New Section` button on the UI editor now displays if no sections are present. #536 |
11 | 28 | When using SSL, the server can now redirect from HTTP to HTTPS. This is enabled by default when using SSL. #538 |
12 | 29 | Section context menus are now accessible on mobile, and will no longer clip off the screen. #541 |
13 | 30 | Italian translations have been added. #556 |
14 | 31 |
|
15 | | -## :sparkles: 2.0.4 - Dynamic Config Loading [PR #528](https://github.com/Lissy93/dashy/pull/528) |
| 32 | +## ✨ 2.0.4 - Dynamic Config Loading [PR #528](https://github.com/Lissy93/dashy/pull/528) |
16 | 33 | - `conf.yml` is now loaded dynamically and the app now only needs a browser refresh on config change, not a full rebuild! |
17 | 34 |
|
18 | 35 | ## 🐛 2.0.3 - Bug Fixes [PR #488](https://github.com/Lissy93/dashy/pull/488) |
|
0 commit comments