Skip to content

Commit c642e3e

Browse files
committed
2.16.1 Add enhancement details
Signed-off-by: Simon Bennetts <psiinon@gmail.com>
1 parent ee33e2a commit c642e3e

File tree

2 files changed

+37
-4
lines changed

2 files changed

+37
-4
lines changed

addOns/help/src/main/javahelp/contents/releases/2.16.1.html

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,32 @@ <H1>Release 2.16.1</H1>
1717
These release notes do not include all of the changes included in add-ons updated since 2.16.0.
1818
<p>
1919

20+
The enhancements include:
21+
22+
<H3>Use Main Output Tab for Scripts</H3>
23+
24+
The Script Console no longer includes its own "Script Output" panel.
25+
Instead it uses the main <a href="../ui/tabs/output.html">Output</a> tab.
26+
27+
<H3>Support Sub-tabs in Output Tab</H3>
28+
29+
The <a href="../ui/tabs/output.html">Output</a> tab now supports sub-tabs.
30+
The Script Console add-on will add one tab for each script that generates any output, making it much easier to see where output messages come from.
31+
32+
<h3>API Support for Plugable Authentication and Session Management</h3>
33+
34+
The API now supports plugable Authentication and Session Management methods, which means you can configure modern
35+
options like Browser Based Authentication.
36+
37+
<h3>Authentication Enhancements</h3>
38+
39+
Many enhancements have been made to ensure ZAP handles authentication more easily and effectively,
40+
including support for TOTP.
41+
42+
<h3>Windows Native Decorations Support</h3>
43+
44+
ZAP now supports Native Decorations on Windows systems, providing a more unified and visually pleasing experience.
45+
2046
<h3>Dependency Updates</h3>
2147

2248
As usual the release includes dependency updates.
@@ -39,7 +65,7 @@ <H2>Add-Ons</H2>
3965

4066
<H3>Updated Add-Ons</H3>
4167

42-
The following add0ons were updated:
68+
The following add-ons were updated:
4369

4470
<ul>
4571
<li>TBA</li>
@@ -50,6 +76,7 @@ <H2>Enhancements</H2>
5076
<li><a href="https://github.com/zaproxy/zaproxy/issues/8843">Issue 8843</a> : Support CakePHP CSRF Token name</li>
5177
<li><a href="https://github.com/zaproxy/zaproxy/issues/8868">Issue 8868</a> : Adjust Footer Status Icons Label</li>
5278
<li><a href="https://github.com/zaproxy/zaproxy/issues/8872">Issue 8872</a> : Tag verification requests</li>
79+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8879">Issue 8879</a> : Look and feel: Use native decorations on Windows</li>
5380
<li><a href="https://github.com/zaproxy/zaproxy/issues/8885">Issue 8885</a> : Allow API access to dynamically added Authn &amp; Session Mgmt Method Types</li>
5481
<li><a href="https://github.com/zaproxy/zaproxy/issues/8886">Issue 8886</a> : Provide DB details and notify close</li>
5582
<li><a href="https://github.com/zaproxy/zaproxy/issues/8892">Issue 8892</a> : Add TOTP to credentials</li>

addOns/help/src/main/javahelp/contents/ui/tabs/output.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@
99
<BODY>
1010
<H1>Output tab</H1>
1111

12-
<p>This show various informational messages.</p>
13-
<p>These can include the stack traces of unexpected exceptions - please include any stack traces
14-
if you report a bug.</p>
12+
<p>This show various informational messages in a set of sub-tabs.</p>
13+
<p>
14+
There is one "General" tab which can include the stack traces of unexpected exceptions - please include any stack traces
15+
if you report a bug.
16+
</p>
17+
<p>
18+
Other ZAP add-ons can add their own sub-tabs. In particular the "Script Console" add-on will add one tab for each script that
19+
generates any output.
20+
</p>
1521

1622
<H2>Right click menu</H2>
1723
Right clicking on a node will bring up a menu which will allow you to:

0 commit comments

Comments
 (0)