Update the 'What's new' panel for 137
Bug:414378535
Change-Id: I55d7eabe52bda407486ce9d123f755f07a9cf347
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6563564
Commit-Queue: Sofia Emelianova <semel@chromium.org>
Reviewed-by: Alex Rudenko <alexrudenko@chromium.org>
diff --git a/front_end/panels/whats_new/ReleaseNoteText.ts b/front_end/panels/whats_new/ReleaseNoteText.ts
index a992819..eddfacb 100644
--- a/front_end/panels/whats_new/ReleaseNoteText.ts
+++ b/front_end/panels/whats_new/ReleaseNoteText.ts
@@ -40,28 +40,28 @@
}
let releaseNote: ReleaseNote = {
- version: 77,
- header: 'What\'s new in DevTools 136',
+ version: 78,
+ header: 'What\'s new in DevTools 137',
markdownLinks: [
{
- key: 'perf-insights',
- link: 'https://developer.chrome.com/blog/new-in-devtools-136/#perf-insights',
+ key: 'ai-styling',
+ link: 'https://developer.chrome.com/blog/new-in-devtools-137/#ai-styling',
},
{
- key: 'click-to-highlight',
- link: 'https://developer.chrome.com/blog/new-in-devtools-136/#click-to-highlight',
+ key: 'ai-annotations',
+ link: 'https://developer.chrome.com/blog/new-in-devtools-137/#ai-annotations',
},
{
- key: 'cookies-filter',
- link: 'https://developer.chrome.com/blog/new-in-devtools-136/#cookies-filter',
+ key: 'ai-insights',
+ link: 'https://developer.chrome.com/blog/new-in-devtools-137/#ai-insights',
},
],
videoLinks: [
{
- description: 'See the highlights from Chrome 136',
- link: 'https://developer.chrome.com/blog/new-in-devtools-136' as Platform.DevToolsPath.UrlString,
+ description: 'See the highlights from Chrome 137',
+ link: 'https://developer.chrome.com/blog/new-in-devtools-137' as Platform.DevToolsPath.UrlString,
type: VideoType.WHATS_NEW,
},
],
- link: 'https://developer.chrome.com/blog/new-in-devtools-136/',
+ link: 'https://developer.chrome.com/blog/new-in-devtools-137/',
};
diff --git a/front_end/panels/whats_new/resources/WNDT.md b/front_end/panels/whats_new/resources/WNDT.md
index 360ff25..02e2d25 100644
--- a/front_end/panels/whats_new/resources/WNDT.md
+++ b/front_end/panels/whats_new/resources/WNDT.md
@@ -1,6 +1,6 @@
-### [New performance insights](perf-insights)
-The Performance > Insights tab gets new insights: duplicated JavaScript, modern HTTP, and use efficient cache lifetimes.
-### [Click events to keep them highlighted in Performance](click-to-highlight)
-Click items in Summary, Bottom-up, Call tree, and Event log tables to keep the corresponding events highlighted in the trace and dim the rest.
-### [Filter cookies in Privacy and security](cookies-filter)
-The cookies table in the 'Privacy and security' panel gets a filter, so you can quickly find the cookie you want to inspect.
+### [Modify and save CSS changes to your workspace with Gemini](ai-styling)
+You can now ask Gemini to modify your CSS and, with a connected workspace folder, automatically save changes back to source files.
+### [Annotate performance findings with Gemini](ai-annotations)
+With a click of a button, ask Gemini to generate annotations about events in the performance trace.
+### [Ask Gemini about performance insights](ai-insights)
+Several performance insights now have an 'Ask AI' button, so you can start a chat with Gemini about them.