Skip to content

Commit 7f3277d

Browse files
committed
README update
1 parent 10772ad commit 7f3277d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,21 @@ Easily copy the full submission report as Markdown with a single click. The "Cop
1818

1919
![Copy as Markdown Feature](https://raw.githubusercontent.com/bsysop/CrowdAssist/refs/heads/main/screenshots/copy_markdown_feature.gif)
2020

21+
### Include My IP
22+
23+
Quickly add your public IP address to a comment.
24+
25+
![Include My IP Feature](https://raw.githubusercontent.com/bsysop/CrowdAssist/refs/heads/main/screenshots/include_my_ip.gif)
26+
27+
## Changelog
28+
29+
### v1.1
30+
- Added "Include My IP" feature to quickly add your public IP address to comments.
31+
32+
### v1.0
33+
- Initial release.
34+
- Features: Username Mentions and Copy as Markdown.
35+
2136
## Installation
2237

2338
1. Download this repository as a ZIP file and unzip it, or clone the repository.

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "CrowdAssist",
4-
"version": "1.0",
4+
"version": "1.1",
55
"description": "An assistant for Bug Bounty Researchers to help with report writing.",
66
"permissions": [
77
"activeTab",

0 commit comments

Comments
 (0)