From 08fccac2577dc125aa0c470fec125046b05c320b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Jim=C3=A9nez?= Date: Wed, 14 Mar 2018 19:24:48 +0100 Subject: [PATCH] Update CHANGELOG.md for #311 #312 #313 #314 #315 & #316 --- CHANGELOG.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99dfbbdbcb..315a43564c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,30 @@ All notable changes to the Wazuh app project will be documented in this file. - New field on the `.wazuh-version` index to store the **last time the Kibana server was restarted**. - This is used to **check if the cookies have consistency** with the current sever status. - Now the app is clever and **takes decissions depending on new consistency checks**. -- **New design for the *Agents/Configuration* tab** ([#310](https://github.com/wazuh/wazuh-kibana-app/pull/310)). +- **New design for the *Agents/Configuration* tab** ([#310](https://github.com/wazuh/wazuh-kibana-app/pull/310)): + - The style is the same as the *Manager/Configuration* tab. + - Two more tabs added: **CIS-CAT and Commands** ([#315](https://github.com/wazuh/wazuh-kibana-app/pull/315)). +- **Added *"group"* column on the agents list in *Agents*** ([#312](https://github.com/wazuh/wazuh-kibana-app/pull/312)): + - If you click on the group, it will redirect the user to the specified group in *Manager/Groups*. +- **New option for the `config.yml` file, `ip.selector`** ([#313](https://github.com/wazuh/wazuh-kibana-app/pull/313)): + - Define if the app will **show or not the index pattern selector on the top navbar**. + - This setting is set to `true` by default. +- **More CSS cleanup and reordering** ([#315](https://github.com/wazuh/wazuh-kibana-app/pull/315)): + - New `typography.less` file. + - New `layout.less` file. + - Removed `cleaned.less` file. + - Reordering and cleaning of existing CSS files, including removal of unused classes, renaming, and more. + - The *Settings* tab has been refactored to correct some visual errors with some card components. + +### Changed +- Now the app healthcheck system only checks if the API and app **have the same `major.minor` version** ([#311](https://github.com/wazuh/wazuh-kibana-app/pull/311)): + - Previously, the API and app had to be on the same `major.minor.patch` version. +- Adjusted space between title and value in some cards showing Manager or Agent configurations ([#315](https://github.com/wazuh/wazuh-kibana-app/pull/315)). +- Changed **red and green colours to more saturated ones**, following Kibana style ([#315](https://github.com/wazuh/wazuh-kibana-app/pull/315)). + +### Fixed +- Fixed bug on Firefox browser who was not properly showing the tables with the scroll pagination functionality ([#314](https://github.com/wazuh/wazuh-kibana-app/pull/314)). +- Fixed bug where visualizations weren't being destroyed due to ongoing renderization processes ([#316](https://github.com/wazuh/wazuh-kibana-app/pull/316)). ## Wazuh v3.2.1 - Kibana v6.2.2 - Revision 386 ### Added