Skip to content

Commit ae81048

Browse files
Sofia EmelianovaDevtools-frontend LUCI CQ
authored andcommitted
What's new panel update for 142 stable
Bug:436206789 Change-Id: I00f0e78e80b5ed6b25691126c375229957b25c04 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6994284 Reviewed-by: Yang Guo <yangguo@chromium.org> Commit-Queue: Sofia Emelianova <semel@chromium.org> Reviewed-by: Meysam Sarabadani <meysarabadani@chromium.org>
1 parent d2d5340 commit ae81048

File tree

2 files changed

+24
-17
lines changed

2 files changed

+24
-17
lines changed

front_end/panels/whats_new/ReleaseNoteText.ts

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,28 +40,32 @@ export function getReleaseNote(): ReleaseNote {
4040
}
4141

4242
let releaseNote: ReleaseNote = {
43-
version: 82,
44-
header: 'What\'s new in DevTools 141',
43+
version: 83,
44+
header: 'What\'s new in DevTools 142',
4545
markdownLinks: [
4646
{
47-
key: 'ai-insight',
48-
link: 'https://developer.chrome.com/blog/new-in-devtools-141/#ai-insight',
47+
key: 'perf-ai-agent',
48+
link: 'https://developer.chrome.com/blog/new-in-devtools-142/#perf-ai-agent',
4949
},
5050
{
51-
key: 'ai-chat-export',
52-
link: 'https://developer.chrome.com/blog/new-in-devtools-141/#ai-chat-export',
51+
key: 'ai-code-completion',
52+
link: 'https://developer.chrome.com/blog/new-in-devtools-142/#ai-code-completion',
5353
},
5454
{
55-
key: 'ipp',
56-
link: 'https://developer.chrome.com/blog/new-in-devtools-141/#ipp',
55+
key: 'gdp',
56+
link: 'https://developer.chrome.com/blog/new-in-devtools-142/#gdp',
57+
},
58+
{
59+
key: 'ai-main-button',
60+
link: 'https://developer.chrome.com/blog/new-in-devtools-142/#ai-main-button',
5761
},
5862
],
5963
videoLinks: [
6064
{
61-
description: 'See past highlights from Chrome 140',
62-
link: 'https://developer.chrome.com/blog/new-in-devtools-140' as Platform.DevToolsPath.UrlString,
65+
description: 'See past highlights from Chrome 141',
66+
link: 'https://developer.chrome.com/blog/new-in-devtools-141' as Platform.DevToolsPath.UrlString,
6367
type: VideoType.WHATS_NEW,
6468
},
6569
],
66-
link: 'https://developer.chrome.com/blog/new-in-devtools-141/',
70+
link: 'https://developer.chrome.com/blog/new-in-devtools-142/',
6771
};
Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
### [Debug the network dependency tree with Gemini](ai-insight)
2-
In Performance > Insights > Network dependency tree, click the corresponding AI button to discuss and debug said tree with Gemini in the 'AI assistance' panel.
1+
### [Full stack trace AI agent in Performance panel](perf-ai-agent)
2+
The Performance panel now integrates a more capable AI agent that has full access to the stack trace.
33

4-
### [Export your chats with Gemini](ai-chat-export)
5-
You can now export your current chat with Gemini or copy its response to clipboard with a click of a button.
4+
### [AI code completion in Sources and Console](ai-code-completion)
5+
Code completion powered by AI is now available in the Sources panel and the Console.
66

7-
### [Filter IP protected network requests](ipp)
8-
In the Network panel, you can now filter requests sent to IP Protection proxies.
7+
### [Google Developer Program support](gdp)
8+
The Google Developer Program, a ready-made subscription and community platform, is now in DevTools, offering a more personalized experience, a badge system, and easier discovery of new features.
9+
10+
### [One main 'Debug with AI' button](ai-main-button)
11+
The primary action bar at the top of DevTools now features the primary "Debug with AI" button which opens the 'AI assistance' panel in a right-hand side bar.

0 commit comments

Comments
 (0)