From 2edce3562ac7b4d7f985fa36a4981860177fbf19 Mon Sep 17 00:00:00 2001 From: Markus Opolka Date: Wed, 12 Jun 2024 11:30:50 +0200 Subject: [PATCH] Bump to version v0.3.4 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ README.md | 16 +--------------- RELEASE.md | 11 +---------- module.info | 2 +- 4 files changed, 27 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 650b595..90ed4eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index d4e4781..3e093fc 100644 --- a/README.md +++ b/README.md @@ -43,18 +43,4 @@ Default admin user is `icingaadmin` with password `icinga`. ## License - Copyright (C) 2017 Icinga Development Team - - 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). diff --git a/RELEASE.md b/RELEASE.md index 70a593e..b3eb9b7 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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). diff --git a/module.info b/module.info index 58859fb..bdffc60 100644 --- a/module.info +++ b/module.info @@ -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.