[PR #408] [MERGED] release v0.7.2 #563

Closed
opened 2026-02-26 21:31:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/408
Author: @dreamhunter2333
Created: 8/14/2024
Status: Merged
Merged: 8/14/2024
Merged by: @dreamhunter2333

Base: mainHead: feature/dev


📝 Commits (1)

📊 Changes

8 files changed (+36 additions, -5 deletions)

View changed files

📝 CHANGELOG.md (+3 -2)
📝 vitepress-docs/docs/.vitepress/zh.ts (+1 -0)
vitepress-docs/docs/public/feature/address-webhook.png (+0 -0)
vitepress-docs/docs/public/feature/admin-mail-webhook.png (+0 -0)
vitepress-docs/docs/public/feature/admin-webhook-settings.png (+0 -0)
📝 vitepress-docs/docs/zh/guide/cli/worker.md (+1 -1)
📝 vitepress-docs/docs/zh/guide/feature/telegram.md (+4 -2)
vitepress-docs/docs/zh/guide/feature/webhook.md (+27 -0)

📄 Description

PR Type

Documentation, Enhancement


Description

  • Added a new sidebar link for configuring webhooks.
  • Updated changelog for version 0.7.2 with details about webhook logic optimization and new configurations.
  • Added a cautionary note about using certain symbols in address regex in the worker guide.
  • Added a note about binding KV before using Telegram Bot.
  • Added a new guide for configuring webhooks, including prerequisites, example services, and setup instructions for admin and individual mailboxes.

Changes walkthrough 📝

Relevant files
Documentation
zh.ts
Add sidebar link for webhook configuration                             

vitepress-docs/docs/.vitepress/zh.ts

  • Added a new sidebar link for configuring webhooks.
+1/-0     
CHANGELOG.md
Update changelog for version 0.7.2                                             

CHANGELOG.md

  • Updated changelog for version 0.7.2.
  • Added details about webhook logic optimization and new configurations.

  • +3/-2     
    worker.md
    Add cautionary note for address regex in worker guide       

    vitepress-docs/docs/zh/guide/cli/worker.md

  • Added cautionary note about using certain symbols in address regex.
  • +1/-1     
    telegram.md
    Add note about KV binding for Telegram Bot                             

    vitepress-docs/docs/zh/guide/feature/telegram.md

    • Added a note about binding KV before using Telegram Bot.
    +4/-2     
    webhook.md
    Add guide for configuring webhooks                                             

    vitepress-docs/docs/zh/guide/feature/webhook.md

  • Added a new guide for configuring webhooks.
  • Included prerequisites and example services for webhook setup.
  • Added instructions for admin and individual mailbox webhook
    configurations.
  • +27/-0   

    💡 PR-Agent usage:
    Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions


    🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

    ## 📋 Pull Request Information **Original PR:** https://github.com/dreamhunter2333/cloudflare_temp_email/pull/408 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 8/14/2024 **Status:** ✅ Merged **Merged:** 8/14/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`2aacf8a`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/2aacf8a7a395d788e22640af087eaf8095dff47c) release v0.7.2 ### 📊 Changes **8 files changed** (+36 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+3 -2) 📝 `vitepress-docs/docs/.vitepress/zh.ts` (+1 -0) ➕ `vitepress-docs/docs/public/feature/address-webhook.png` (+0 -0) ➕ `vitepress-docs/docs/public/feature/admin-mail-webhook.png` (+0 -0) ➕ `vitepress-docs/docs/public/feature/admin-webhook-settings.png` (+0 -0) 📝 `vitepress-docs/docs/zh/guide/cli/worker.md` (+1 -1) 📝 `vitepress-docs/docs/zh/guide/feature/telegram.md` (+4 -2) ➕ `vitepress-docs/docs/zh/guide/feature/webhook.md` (+27 -0) </details> ### 📄 Description ### **PR Type** Documentation, Enhancement ___ ### **Description** - Added a new sidebar link for configuring webhooks. - Updated changelog for version 0.7.2 with details about webhook logic optimization and new configurations. - Added a cautionary note about using certain symbols in address regex in the worker guide. - Added a note about binding `KV` before using Telegram Bot. - Added a new guide for configuring webhooks, including prerequisites, example services, and setup instructions for admin and individual mailboxes. ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Documentation</strong></td><td><table> <tr> <td> <details> <summary><strong>zh.ts</strong><dd><code>Add sidebar link for webhook configuration</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> vitepress-docs/docs/.vitepress/zh.ts - Added a new sidebar link for configuring webhooks. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/408/files#diff-9d8e658367b9c916dfc920a8c02a2b3c62478f36302f223b97707919e42308a0">+1/-0</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>CHANGELOG.md</strong><dd><code>Update changelog for version 0.7.2</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> CHANGELOG.md <li>Updated changelog for version 0.7.2.<br> <li> Added details about webhook logic optimization and new configurations.<br> <br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/408/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed">+3/-2</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>worker.md</strong><dd><code>Add cautionary note for address regex in worker guide</code>&nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> vitepress-docs/docs/zh/guide/cli/worker.md <li>Added cautionary note about using certain symbols in address regex.<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/408/files#diff-f760a2ec5dad4b6bda0bd4a9325274567778add8cb984e73650dbaaf680c9178">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>telegram.md</strong><dd><code>Add note about KV binding for Telegram Bot</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> vitepress-docs/docs/zh/guide/feature/telegram.md - Added a note about binding `KV` before using Telegram Bot. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/408/files#diff-8486cc6db5e686ad7da420712d4f644e4d706412b200dfecb8c6e06465bfffc6">+4/-2</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>webhook.md</strong><dd><code>Add guide for configuring webhooks</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> vitepress-docs/docs/zh/guide/feature/webhook.md <li>Added a new guide for configuring webhooks.<br> <li> Included prerequisites and example services for webhook setup.<br> <li> Added instructions for admin and individual mailbox webhook <br>configurations.<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/408/files#diff-e3ac84b240f80a2617397f501150a9713362f696e3ce4719385a2ed6019dba39">+27/-0</a>&nbsp; &nbsp; </td> </tr> </table></td></tr></tr></tbody></table> ___ > 💡 **PR-Agent usage**: >Comment `/help` on the PR to get a list of all available PR-Agent tools and their descriptions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
    kerem 2026-02-26 21:31:48 +03:00
    Sign in to join this conversation.
    No milestone
    No project
    No assignees
    1 participant
    Notifications
    Due date
    The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

    No due date set.

    Dependencies

    No dependencies set.

    Reference
    starred/cloudflare_temp_email#563
    No description provided.