You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,42 @@ Please make sure to always read our [Upgrading](doc/80-Upgrading.md) documentati
4
4
5
5
## What's New
6
6
7
+
### What's New in Version 2.10.0
8
+
9
+
You can find all issues related to this release on our [Roadmap](https://github.com/Icinga/icingaweb2/milestone/63?closed=1).
10
+
11
+
Please make sure to also check the respective [upgrading section](https://icinga.com/docs/icinga-web-2/latest/doc/80-Upgrading/#upgrading-to-icinga-web-2-210x)
12
+
in the documentation.
13
+
14
+
#### The Appearance of Dark and Light
15
+
16
+
We have already spoken a lot about the [theme mode support](https://icinga.com/blog/2021/06/16/introducing-dark-and-light-theme-modes/)
17
+
that we were working on [for some time](https://icinga.com/blog/2022/02/10/icinga-web-not-just-black-and-white/) now.
18
+
It was planned for v2.9.0, but in respect of many modules and themes out there we gave it the deserved attention.
19
+
Below is a glimpse of what this looks like.
20
+
21
+
[](https://icinga.com/wp-content/uploads/2022/03/theme-mode-demo.jpg)
22
+
23
+
#### Custom Variables Shown Unaltered – Or not
24
+
25
+
Icinga Web 2 had some bad habits when displaying custom variables in the UI. We've driven out the last one regarding
26
+
names now. Uppercase characters are now shown as such. What Icinga Web 2 stopped doing though, can now be accomplished
27
+
by modules. A new hook that enables modules to influence the rendering of custom variables has been introduced.
28
+
29
+
* CustomVarNames should not be converted to lowercase [#4639](https://github.com/Icinga/icingaweb2/issues/4639)
30
+
* Display the Director Caption of a Custom Variable [#3479](https://github.com/Icinga/icingaweb2/issues/3479)
31
+
32
+
#### Surprising Beauty in Exported Places
33
+
34
+
Anyone who already attempted to export a list of services to PDF has seen the degradation of details in recent years.
35
+
Be it images, icons, colors or the general layout. We simply reached a technical limit with the builtin PDF export.
36
+
That is why we made [Icinga PDF Export](https://github.com/Icinga/icingaweb2-module-pdfexport). Icinga Web 2 has now
37
+
a much enhanced compatibility with it. Exporting a list of services while Icinga PDF Export is set up, will now lead
38
+
to a much better looking result.
39
+
40
+
* Enhance PDF export [#4685](https://github.com/Icinga/icingaweb2/pull/4685)
41
+
* Image not found when creating PDF view of objects [#4674](https://github.com/Icinga/icingaweb2/issues/4674)
42
+
7
43
### What's New in Version 2.9.6
8
44
9
45
**Notice**: This is a security release. It is recommended to upgrade immediately.
0 commit comments