diff --git a/docsSite/docs/tab-reference/console.md b/docsSite/docs/tab-reference/console.md index 1c8d4d56..3911d4b6 100644 --- a/docsSite/docs/tab-reference/console.md +++ b/docsSite/docs/tab-reference/console.md @@ -22,5 +22,5 @@ Click the color palette icon to toggle highlighting for warning and error messag The controls are similar to the 🔢 [Table](../tab-reference/table.md) tab. The selected time is synchronized across all tabs. Click a row to select it, or hover over a row to preview it in any visible pop-up windows. Clicking the ↓ button jumps to the selected time (or the time entered in the box). Enter text in the "Filter" input to only display rows which contain the filter text. Press **Ctrl+F** to quickly select the "Filter" input. :::info -Adding a "!" at the start of the filter text will _exclude_ matching messages from the main view. +Add a "!" at the start of the filter text to _exclude_ matching messages from the main view. ::: diff --git a/docsSite/docs/tab-reference/img/console-1.png b/docsSite/docs/tab-reference/img/console-1.png index 6497348a..f7fb65d6 100644 Binary files a/docsSite/docs/tab-reference/img/console-1.png and b/docsSite/docs/tab-reference/img/console-1.png differ diff --git a/docsSite/docs/whats-new/index.md b/docsSite/docs/whats-new/index.md index 494f435d..095d3bcd 100644 --- a/docsSite/docs/whats-new/index.md +++ b/docsSite/docs/whats-new/index.md @@ -59,6 +59,12 @@ Users of the WPILib [persistent alerts](https://docs.wpilib.org/en/latest/docs/s ![Line graph styles](./img/line-graph-styles.png) +### 💬 Console Improvements + +The 💬 [Console](../tab-reference/console.md) includes new visualization options, like shading for **error and warning message**, the ability to **exclude unwanted messages**, and **highlighting of matching filter text**. + +![Console tab](../tab-reference/img/console-1.png) + ### 📊 Redesigned Statistics View The 📊 [Statistics](../tab-reference/statistics.md) tab is redesigned with several new capabilities. It supports an **unlimited number of fields** with more flexibility for calculating **absolute and relative errors**.