Skip to content

Commit

Permalink
Merge pull request #52 from Icinga/release/v034
Browse files Browse the repository at this point in the history
Bump to version v0.3.4
  • Loading branch information
martialblog committed Jun 12, 2024
2 parents 05b1666 + 2edce35 commit 375e07e
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 26 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [v0.3.4](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.3.4) (2024-06-12)

This will be the final version with support for
Icinga Web monitoring module. Future versions will use IcingaDB Web.

**Implemented enhancements:**

- Improve CSS for dark/light theme
- Add confirmation dialog to deletion button
- Add Icinga Web CSS classes to delete and cancel button
- Update codemirror5 to latest version and add code folding
- Update README to include php-yaml requirement

**Fixed bugs:**

- Fix CSS issue with node collapse icon
- Change unsaved work warning position to avoid breaking the layout

## [v0.3.3](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.3.3) (2021-09-10)

**Implemented enhancements:**

- Rename collapse feature for Icinga Web >= 2.7 ([lazyfrosch](https://github.com/lazyfrosch))

## [v0.3.2](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.3.2) (2021-03-19)

[Full Changelog](https://github.com/Icinga/icingaweb2-module-toplevelview/compare/v0.3.1...v0.3.2)
Expand Down
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,4 @@ Default admin user is `icingaadmin` with password `icinga`.

## License

Copyright (C) 2017 Icinga Development Team <[email protected]>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Icinga Web TopLevelView is licensed under the terms of the [GNU General Public License Version 2](COPYING).
11 changes: 1 addition & 10 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,13 @@
Specify the release version.

```
VERSION=0.3.3
VERSION=0.x.x
```

## Issues

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

## Authors

Update the [.mailmap](.mailmap) and [AUTHORS](AUTHORS) files:

```
git checkout master
git log --use-mailmap | grep ^Author: | cut -f2- -d' ' | sort | uniq > AUTHORS
```

## Update metadata

Edit and update [module.info](module.info).
Expand Down
2 changes: 1 addition & 1 deletion module.info
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Module: toplevelview
Version: 0.3.3
Version: 0.3.4
Depends: monitoring (>=2.5.0)
Description: Top Level View
Top Level View is a hierarchy based status view for Icinga Web 2.
Expand Down

0 comments on commit 375e07e

Please sign in to comment.