Skip to content

Commit 9bd439c

Browse files
Sofia EmelianovaDevtools-frontend LUCI CQ
authored andcommitted
What's new panel update for 141 stable
Bug:436206789 Change-Id: I6e5db09e8f421fb043caef936aa2c61a77ee7bb7 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6905373 Reviewed-by: Kateryna Prokopenko <[email protected]> Reviewed-by: Mathias Bynens <[email protected]> Reviewed-by: Kim-Anh Tran <[email protected]> Commit-Queue: Sofia Emelianova <[email protected]>
1 parent 0b0ba3a commit 9bd439c

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

front_end/panels/whats_new/ReleaseNoteText.ts

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

4242
let releaseNote: ReleaseNote = {
43-
version: 81,
44-
header: 'What\'s new in DevTools 140',
43+
version: 82,
44+
header: 'What\'s new in DevTools 141',
4545
markdownLinks: [
4646
{
47-
key: 'ai-insights',
48-
link: 'https://developer.chrome.com/blog/new-in-devtools-140/#ai-insights',
47+
key: 'ai-insight',
48+
link: 'https://developer.chrome.com/blog/new-in-devtools-141/#ai-insight',
4949
},
5050
{
51-
key: 'save-data',
52-
link: 'https://developer.chrome.com/blog/new-in-devtools-140/#save-data',
51+
key: 'ai-chat-export',
52+
link: 'https://developer.chrome.com/blog/new-in-devtools-141/#ai-chat-export',
5353
},
5454
{
55-
key: 'debug-css',
56-
link: 'https://developer.chrome.com/blog/new-in-devtools-138#debug-css-values',
55+
key: 'ipp',
56+
link: 'https://developer.chrome.com/blog/new-in-devtools-141/#ipp',
5757
},
5858
],
5959
videoLinks: [
6060
{
61-
description: 'See past highlights from Chrome 139',
62-
link: 'https://developer.chrome.com/blog/new-in-devtools-139' as Platform.DevToolsPath.UrlString,
61+
description: 'See past highlights from Chrome 140',
62+
link: 'https://developer.chrome.com/blog/new-in-devtools-140' as Platform.DevToolsPath.UrlString,
6363
type: VideoType.WHATS_NEW,
6464
},
6565
],
66-
link: 'https://developer.chrome.com/blog/new-in-devtools-140/',
66+
link: 'https://developer.chrome.com/blog/new-in-devtools-141/',
6767
};
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
### [Ask AI about more insights](ai-insights)
2-
You can now ask Gemini about more performance insights: image delivery, legacy JavaScript, duplicate JavaScript, and modern HTTP.
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.
33

4-
### [Emulate the 'Save-Data' header](save-data)
5-
In 'Network conditions', you can now emulate the 'Save-Data' request header that indicates the client's preference for reduced data usage.
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.
66

7-
### [Debug complex CSS values easier](debug-css)
8-
See also, from version 138: The Elements > Styles tab can now show you a tooltip with a breakdown of the definition chain and step-by-step evaluations of complex CSS variables, so you can find bugs quicker and gain a deeper understanding of how a value is computed.
7+
### [Filter IP protected network requests](ipp)
8+
In the Network panel, you can now filter requests sent to IP Protection proxies.

0 commit comments

Comments
 (0)