From d10cb6e72574df9469d9da29b91c87cf0c482278 Mon Sep 17 00:00:00 2001 From: Jason Meller Date: Fri, 24 Feb 2017 18:44:48 -0500 Subject: [PATCH] Initiate CHANGELOG for release (#1267) --- CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..f727b6597 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,42 @@ +* Improve the reliability of IP and MAC address data in the host cards and table. + +* Add full screen support for distributed query results. + +* Enable users to double click on queries and packs in a table to see their details. + +* Reprompt for a password when a user attempts to change their email address. + +* Automatically decorate the status and result logs with the host's UUID and hostname . + +*   Fix an issue where Kolide users on Safari were unable to delete queries or packs. + +* Improve platform detection accuracy. + + Previously Kolide was determing platform based on the OS of the system osquery + was built on instead of the OS it was running on. Please note: Offline hosts + may continue to report an erroneous platform until they check-in with Kolide. + +* Fix bugs where query links in the pack sidebar pointed to the wrong queries. + +* Improve MySQL compatibility with stricter configurations. + +* Allow users to edit the name and description of host labels. + +* Add basic table autocompletion when typing in the query composer. + +* Support MySQL client certificate authentication. More details can be found in the [Configuring the Kolide binary docs](https://docs.kolide.co/kolide/1.0.1/infrastructure/configuring-the-kolide-binary.html) + +* Improve security for user-initiated email address changes. + + This improvement ensures that only users who own an email address and are + logged in as the user who initiated the change can confirm the new email. + + Previously it was possible for Administrators to also confirm these changes + by clicking the confirmation link. + +* Fix an issue where the setup form rejects passwords with certain characters. + + This change resolves an issue where certain special characters like "." + where rejected by the client-side JS that controls the setup form. + +* Automatically login the user once initial setup is completed.