From bb5ebcaf95f6bb966a5b4c7b94b3caf995e70ca5 Mon Sep 17 00:00:00 2001 From: Krishna Iyer Date: Thu, 5 Sep 2024 14:04:32 +0200 Subject: [PATCH] dev: Add console redesign to the changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c81e70cdbc..784a5a09d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,14 @@ For details about compatibility between different releases, see the **Commitment ### Added +- Newly redesigned The Things Stack Console. The most notable changes are as follows: + - New look and feel + - New sidebar-based navigation and structure + - Top entities are automatically stored and displayed for faster access + - More useful panels in the overviews of gateways, applications and end devices + - Quick search feature to search globally for any entity + - New event overlay for better in-context event examination + - Notifications can now be viewed from within the Console - Support for managed gateways and claiming through The Things Gateway Controller. - Support for The Things Industries gateway protocol. This is adds a new pair of ports to Gateway Server: `1889` for Envoy or Traefik terminated TLS mutual authentication, and `8889` for The Things Stack terminated TLS mutual authentication. - Option to filter the output of the `List` RPCs for end devices and gateways based on when they were updated.