Skip to content

Commit a69e869

Browse files
committed
Clean up 2026 documentation
1 parent 4913046 commit a69e869

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/docs/whats-new.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ The 2026 version of AdvantageScope is now available in beta! This release includ
2929
**AdvantageScope 2026 is in beta**, which means that teams will encounter issues not present in stable releases. Beta releases allow teams to experiment with upcoming features and provide feedback before the official release in January 2026. Users looking for a stable release should download AdvantageScope [v4.1.6](https://github.com/Mechanical-Advantage/AdvantageScope/releases/tag/v4.1.6), the latest 2025 release. For more information, check the [installation](/overview/installation) page.
3030
:::
3131

32-
Check the [full changelog](https://github.com/Mechanical-Advantage/AdvantageScope/releases/tag/v26.0.0-beta-1) for a complete list of changes. The most notable features in this release are documented below.
32+
To get started with the AdvantageScope 2026 beta, click the "Prelease" link in the [installation docs](/overview/installation#team-6328). Check the [full changelog](https://github.com/Mechanical-Advantage/AdvantageScope/releases/tag/v26.0.0-beta-1) for a complete list of changes. The most notable features in this release are documented below.
3333

34-
## ✴️ Experimental: FTC Support
34+
## ✴️ Experimental: FTC Support {#ftc-support}
3535

3636
In preparation for full support with SystemCore in the 2027-2028 season, this release adds several features to improve compatibility with the existing FIRST Tech Challenge control system:
3737

@@ -52,15 +52,15 @@ FTC teams should exercise caution when using beta/experimental software during t
5252
<img src={FTC5} />
5353
</div>
5454

55-
Several third-party FTC logging/telemetry libraries support other formats compatible with AdvantageScope, such as WPILOG and RLOG. Documentation of these libraries can be found in the respective projects; we do not endorse/recommend any particular FTC logging solution for use with AdvantageScope.
55+
Several third-party FTC logging/telemetry libraries support other formats compatible with AdvantageScope, such as WPILOG and RLOG. Documentation of these libraries can be found in the respective projects; the AdvantageScope developers do not endorse/recommend any particular FTC logging solution for use with AdvantageScope.
5656

5757
:::info
5858
AdvantageScope is designed to provide the best experience when used alongside the WPILib framework and associated logging tools. You may encounter compatibility issues or limited capabilities when using unofficial logging solutions.
5959

60-
All features of AdvantageScope will be officially supported for FTC teams after the transition to SystemCore for the 2027-2028 season.
60+
All features of AdvantageScope will be officially supported in FTC after the transition to SystemCore for the 2027-2028 season.
6161
:::
6262

63-
## 🧮 Unit-Aware Graphing
63+
## 🧮 Unit-Aware Graphing {#unit-aware-graphing}
6464

6565
The 📉 [Line Graph](/tab-reference/line-graph/) tab has been redesigned to be fully unit-aware. This enables several new capabilities when graphing numeric fields:
6666

@@ -75,7 +75,7 @@ _More information about unit support can be found in the [documentation](/tab-re
7575

7676
![Unit-aware graphing](./tab-reference/line-graph/img/units-1.png)
7777

78-
## 🏁 Faster Log Downloads
78+
## 🏁 Faster Log Downloads {#faster-log-downloads}
7979

8080
[Downloading logs from the roboRIO](/overview/log-files/#downloading-from-the-robot) is now **2-4x faster** than previous releases. This is accomplished by switching to a new protocol (FTP) that allows the roboRIO to transfer log data with less CPU overhead.
8181

@@ -87,29 +87,29 @@ The table below shows the measured transfer speed on the 2025 and 2026 releases
8787
| Average CPU load<br /><sub>Normal robot code</sub> | 40 Mb/s | 90 Mb/s | <span style={{fontSize: '22px'}}>**2.3x**</span> |
8888
| Minimal CPU load<br /><sub>No robot code</sub> | 90 Mb/s | 95 Mb/s | <span style={{fontSize: '20px'}}>**1.1x**</span> |
8989

90-
## 🌈 New Visualization Options
90+
## 🌈 New Visualization Options {#new-visualization-options}
9191

9292
Several new visualization options are supported on the 🗺️ [2D Field](/tab-reference/2d-field) and 👀 [3D Field](/tab-reference/3d-field):
9393

9494
- A wider variety of robot bumper colors are now available on the 2D field, and each object can be configured with its own color. This enables greater flexibility when combining ghosts with multiple robot objects.
95-
- When [visualizing 2D mechanisms on the 3D field](/tab-reference/3d-field/#2d-mechanisms), mechanisms can now be placed on the YZ plane in addition to the XZ plane. This enables easier visualization of complex mechanisms with movements in multiple axes.
95+
- When [visualizing 2D mechanisms on the 3D field](/tab-reference/3d-field/#2d-mechanisms), mechanisms can now be placed on the YZ plane in addition to the XZ plane. This enables easier visualization of complex mechanisms with movement in multiple axes.
9696
- The 3D field now supports optional anti-aliasing to improve the quality of rendered edges.
9797

9898
![New field visualizations](./img/whats-new/field-viz.jpg)
9999

100-
## 💿 CSV File Imports
100+
## 💿 CSV File Imports {#csv-file-imports}
101101

102102
For more flexible visualization of data produced outside of robot logging frameworks, AdvantageScope now includes basic support for importing CSV files. Check the [documentation](/overview/log-files/#csv-formatting) for more details on supported formats and other limitations.
103103

104104
![CSV data](./overview/log-files/img/export-2.png)
105105

106-
## 🤩 Aesthetic Improvements
106+
## 🤩 Aesthetic Improvements {#aesthetic-improvements}
107107

108108
The AdvantageScope UI on Windows 11 has been updated to support a translucent sidebar, which was previously exclusive to macOS releases. An updated app icon is also available for macOS Tahoe based on Apple's Liquid Glass material.
109109

110110
![Windows UI](./img/whats-new/windows-ui.png)
111111

112-
## 📋 Streamlined Menus
112+
## 📋 Streamlined Menus {#streamlined-menus}
113113

114114
The menu bar and related controls have been streamlined and reorganized to make the controls more accessible and consistent across all platforms. Notable features include:
115115

@@ -123,7 +123,7 @@ The menu bar and related controls have been streamlined and reorganized to make
123123
<img src={Menus3} />
124124
</div>
125125

126-
## 🐛 Stability Improvements
126+
## 🐛 Stability Improvements {#stability-improvements}
127127

128128
This release includes a variety of bug fixes and stability improvements across the application. The full list can be found in the release [changelog](https://github.com/Mechanical-Advantage/AdvantageScope/releases/tag/v26.0.0-beta-1), but some notable fixes are listed below:
129129

0 commit comments

Comments
 (0)