Skip to content

Commit

Permalink
Merge pull request #681 from psiinon/release/0.10.0
Browse files Browse the repository at this point in the history
Prepare 0.10.0 release
  • Loading branch information
thc202 authored Feb 4, 2020
2 parents ec737a3 + 918bf58 commit 1ca7fdb
Show file tree
Hide file tree
Showing 12 changed files with 874 additions and 1,538 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.10.0] - 2020-02-04
### Changed
- Changed HUD toolbar icon to add a target overlay when 'only in scope' option enabled.
- Change cursor to pointer on clickable elements
- Tweak break task tutorial wording

## [0.9.0] - 2020-01-15
### Added
- Add info and repo URLs to the add-on manifest.
Expand Down Expand Up @@ -115,6 +121,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0] - 2018-12-03
First alpha release.

[0.10.0]: https://github.com/zaproxy/zap-hud/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/zaproxy/zap-hud/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/zaproxy/zap-hud/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/zaproxy/zap-hud/compare/v0.6.0...v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Learn more:
### Downloading
You can try out ZAP enabled with the HUD via any of:

* Download and run the latest [ZAP Release](https://github.com/zaproxy/zaproxy/wiki/Downloads#zap-280-standard)
* Download and run the latest [ZAP Release](https://www.zaproxy.org/download/)

or

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {
mavenCentral()
}

version = "0.9.0"
version = "0.10.0"
description = "Display information from ZAP in browser."

val generatedI18nJsFileDir = layout.buildDirectory.dir("zapAddOn/i18nJs")
Expand Down
Loading

0 comments on commit 1ca7fdb

Please sign in to comment.