Skip to content

Commit 375e07e

Browse files
authored
Merge pull request #52 from Icinga/release/v034
Bump to version v0.3.4
2 parents 05b1666 + 2edce35 commit 375e07e

File tree

4 files changed

+27
-26
lines changed

4 files changed

+27
-26
lines changed

CHANGELOG.md

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

3+
## [v0.3.4](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.3.4) (2024-06-12)
4+
5+
This will be the final version with support for
6+
Icinga Web monitoring module. Future versions will use IcingaDB Web.
7+
8+
**Implemented enhancements:**
9+
10+
- Improve CSS for dark/light theme
11+
- Add confirmation dialog to deletion button
12+
- Add Icinga Web CSS classes to delete and cancel button
13+
- Update codemirror5 to latest version and add code folding
14+
- Update README to include php-yaml requirement
15+
16+
**Fixed bugs:**
17+
18+
- Fix CSS issue with node collapse icon
19+
- Change unsaved work warning position to avoid breaking the layout
20+
21+
## [v0.3.3](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.3.3) (2021-09-10)
22+
23+
**Implemented enhancements:**
24+
25+
- Rename collapse feature for Icinga Web >= 2.7 ([lazyfrosch](https://github.com/lazyfrosch))
26+
327
## [v0.3.2](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.3.2) (2021-03-19)
428

529
[Full Changelog](https://github.com/Icinga/icingaweb2-module-toplevelview/compare/v0.3.1...v0.3.2)

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,4 @@ Default admin user is `icingaadmin` with password `icinga`.
4343

4444
## License
4545

46-
Copyright (C) 2017 Icinga Development Team <info@icinga.com>
47-
48-
This program is free software; you can redistribute it and/or modify
49-
it under the terms of the GNU General Public License as published by
50-
the Free Software Foundation; either version 2 of the License, or
51-
(at your option) any later version.
52-
53-
This program is distributed in the hope that it will be useful,
54-
but WITHOUT ANY WARRANTY; without even the implied warranty of
55-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
56-
GNU General Public License for more details.
57-
58-
You should have received a copy of the GNU General Public License along
59-
with this program; if not, write to the Free Software Foundation, Inc.,
60-
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
46+
Icinga Web TopLevelView is licensed under the terms of the [GNU General Public License Version 2](COPYING).

RELEASE.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,13 @@
33
Specify the release version.
44

55
```
6-
VERSION=0.3.3
6+
VERSION=0.x.x
77
```
88

99
## Issues
1010

1111
Check issues at https://github.com/Icinga/icingaweb2-module-toplevelview/issues
1212

13-
## Authors
14-
15-
Update the [.mailmap](.mailmap) and [AUTHORS](AUTHORS) files:
16-
17-
```
18-
git checkout master
19-
git log --use-mailmap | grep ^Author: | cut -f2- -d' ' | sort | uniq > AUTHORS
20-
```
21-
2213
## Update metadata
2314

2415
Edit and update [module.info](module.info).

module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: toplevelview
2-
Version: 0.3.3
2+
Version: 0.3.4
33
Depends: monitoring (>=2.5.0)
44
Description: Top Level View
55
Top Level View is a hierarchy based status view for Icinga Web 2.

0 commit comments

Comments
 (0)