Skip to content

Commit 15e01af

Browse files
committed
chore: bump version to 1.6.0 and update README with webhook group management features
1 parent a0fede7 commit 15e01af

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ This browser extension allows you to manage and trigger webhooks directly from y
4040
1. On the options page, find the webhook you want to remove.
4141
2. Click the "Delete" button next to the webhook.
4242

43+
### Organizing Webhooks into Groups
44+
Webhooks can be organized into groups for better management and clarity.
45+
46+
- **Group Management**: Open the group management dialog from the options page to add, delete, or rename groups.
47+
- **Sorting Groups**: Groups can be reordered via drag-and-drop within the group management dialog.
48+
- **Assigning Webhooks to Groups**: When creating or editing a webhook, you can assign it to a group. This helps keep related webhooks together.
49+
50+
These features allow you to efficiently organize, sort, and manage your webhooks in logical collections.
51+
4352
## Triggering Webhooks
4453

4554
![Popup Page Screenshot](./docs/images/popup.png)

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": "__MSG_extensionName__",
4-
"version": "1.5.0",
4+
"version": "1.6.0",
55
"description": "__MSG_extensionDescription__",
66
"default_locale": "en",
77
"permissions": [

0 commit comments

Comments
 (0)