Skip to content

Commit

Permalink
Merge pull request #524 from thc202/rel-notes/2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kingthorin authored Oct 9, 2023
2 parents b3bdd87 + dfa0bf0 commit be9d42f
Show file tree
Hide file tree
Showing 7 changed files with 88 additions and 0 deletions.
1 change: 1 addition & 0 deletions addOns/addOns.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ subprojects {
author.set("ZAP Crowdin Team")
repo.set("https://github.com/zaproxy/zap-core-help/")
changesFile.set(tasks.named<ConvertMarkdownToHtml>("generateManifestChanges").flatMap { it.html })
notBeforeVersion.set("2.14.0")
}
}

Expand Down
3 changes: 3 additions & 0 deletions addOns/help/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this add-on will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
### Changed
- Updated for 2.14.0.

### Fixed
- Add 2.13.0 release page to table of contents.

Expand Down
80 changes: 80 additions & 0 deletions addOns/help/src/main/javahelp/contents/releases/2.14.0.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<TITLE>
Release 2.14.0
</TITLE>
</HEAD>
<BODY>
<H1>Release 2.14.0</H1>

This is a bug fix and enhancement release.
<br>
These release notes do not include all of the changes included in add-ons updated since 2.13.0.

<h3>Dependency Updates</h3>

As usual the release includes dependency updates.
<p>
The following libraries were updated:

<ul>
<li>Commons Lang, 3.12.0 → 3.13.0</li>
<li>Flatlaf 3.1.1 → 3.2.1</li>
<li>RSyntaxTextArea, 3.3.3 → 3.3.4</li>
</ul>

The following library was added:
<ul>
<li>Log4j JUL Adapter 2.20.0</li>
</ul>

<H2>Add-Ons</H2>
<H3>New Add-Ons</H3>
The following add-ons are included by default in this release for the first time:
<ul>
<li><a href="https://www.zaproxy.org/docs/desktop/addons/postman-support/">Postman Support</a> - allows to import Postman Collections.</li>
</ul>

<H3>Updated Add-Ons</H3>
All of the add-ons included by default have been updated since the last full release.

<H2>Enhancements</H2>
<ul>
<li><a href="https://github.com/zaproxy/zaproxy/issues/1926">Issue 1926</a> : Remove Alerts for defined Context through ZAP API</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/2189">Issue 2189</a> : Enable/Disable Script Causes Save Prompt on Exit</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/7607">Issue 7607</a> : Allow to download/upload files through the ZAP API</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/7951">Issue 7951</a> : Validate API parameter names</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/7984">Issue 7984</a> : Allow to display script without focusing</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/7988">Issue 7988</a> : Use short name for home dir in Windows</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8012">Issue 8012</a> : Move vulnerability data to Common Library add-on</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8033">Issue 8033</a> : Add/use Log4j JUL adapter</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8040">Issue 8040</a> : Add prompt text to search input fields</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8042">Issue 8042</a> : Find: use focus owner</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8043">Issue 8043</a> : Update Download Icon</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8050">Issue 8050</a> : Allow to select a script node without focusing</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8067">Issue 8067</a> : Allow to disable modification of multiple options</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8070">Issue 8070</a> : Prevent concurrent usage of ZAP home</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8089">Issue 8089</a> : Break: Allow host header manipulation</li>
</ul>

<H2>Bug fixes</H2>
<ul>
<li><a href="https://github.com/zaproxy/zaproxy/issues/7353">Issue 7353</a> : Header `If-None-Match: *` removed for PUT requests</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/7960">Issue 7960</a> : Graal.js engine might fail to load/access add-on classes</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8013">Issue 8013</a> : Use add-on class loader for interface from script</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8028">Issue 8028</a> : Set the view to `ExtensionAdaptor` sooner</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8055">Issue 8055</a> : Include country name for duplicated languages</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8068">Issue 8068</a> : Use the current database body size values</li>
</ul>


<H2>See Also</H2>
<table>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="../intro.html">Introduction</a></td><td>the introduction to ZAP</td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="releases.html">Releases</a></td><td>the full set of releases</td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="../credits.html">Credits</a></td><td>the people and groups who have made this release possible</td></tr>
</table>
</BODY>
</HTML>
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ <H1>Releases</H1>
<p>
The following releases have been made:
<table>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="2.14.0.html">2.14.0</a></td><td>bug fix and enhancement release</td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="2.13.0.html">2.13.0</a></td><td>bug fix and enhancement release</td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="2.12.0.html">2.12.0</a></td><td>ten thousand star bug fix and enhancement release</td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="2.11.1.html">2.11.1</a></td><td>includes an important security fix - users are urged to upgrade asap</td></tr>
Expand Down
1 change: 1 addition & 0 deletions addOns/help/src/main/javahelp/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
<indexitem text="release 2.11.1" target="zap.releases.2.11.1" />
<indexitem text="release 2.12.0" target="zap.releases.2.12.0" />
<indexitem text="release 2.13.0" target="zap.releases.2.13.0" />
<indexitem text="release 2.14.0" target="zap.releases.2.14.0" />
<indexitem text="releases" target="zap.releases" />
<indexitem text="request tab" target="ui.tabs.request" />
<indexitem text="response tab" target="ui.tabs.response" />
Expand Down
1 change: 1 addition & 0 deletions addOns/help/src/main/javahelp/toc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
<tocitem text="Add-ons" target="addons.introduction" tocid="addons" image="addons.icon" />

<tocitem text="Releases" target="zap.releases">
<tocitem text="2.14.0" target="zap.releases.2.14.0"/>
<tocitem text="2.13.0" target="zap.releases.2.13.0"/>
<tocitem text="2.12.0" target="zap.releases.2.12.0"/>
<tocitem text="2.11.1" target="zap.releases.2.11.1"/>
Expand Down
1 change: 1 addition & 0 deletions commonFiles/src/main/resources/map.jhm
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
<mapID target="zap.releases.2.11.1" url="contents/releases/2.11.1.html"/>
<mapID target="zap.releases.2.12.0" url="contents/releases/2.12.0.html"/>
<mapID target="zap.releases.2.13.0" url="contents/releases/2.13.0.html"/>
<mapID target="zap.releases.2.14.0" url="contents/releases/2.14.0.html"/>
<mapID target="zap.credits" url="contents/credits.html" />
<mapID target="ui.dialogs.options.ascan" url="contents/ui/dialogs/options/ascan.html"/>
<mapID target="ui.dialogs.options.ascaninput" url="contents/ui/dialogs/options/ascaninput.html"/>
Expand Down

0 comments on commit be9d42f

Please sign in to comment.