• v0.2.1 b6717d8684

    Release v0.2.1
    Some checks failed
    Push Checks / Lint (push) Successful in 47s
    Push Checks / Format Check (push) Successful in 48s
    Secret Scanning / Scan for Secrets (push) Failing after 38s
    Push Checks / Type Check (push) Successful in 57s
    Push Checks / Tests (push) Failing after 1m29s
    Push Checks / Build and Push Docker Image (push) Has been skipped
    Stable

    NiXTheDev released this 2026-05-23 17:03:32 +03:00 | 1 commits to release since this release

    [0.2.1] - 2026-04-28

    Diff Command Argument Support

    • /diff Command: Added optional format argument for flexible output
      • Usage: /diff [plain|true|image]
      • Backward compatible: no argument defaults to plain format
    • Plain Format (default): Inline diff using ~~old~~ *new* markdown syntax
    • True Format: Markdown diff block with ```diff syntax highlighting
    • Image Format: SVG image visualization of the diff

    Binary Downloads

    • Linux (x64): Download regexybot-linux-x64.tar.gz below
    • Windows (x64): Download regexybot-windows-x64.zip below

    Binary Installation

    Linux:

    tar -xzf regexybot-linux-x64.tar.gz
    TOKEN=your_token_here ./regexybot-linux-x64
    

    Windows:

    Expand-Archive regexybot-windows-x64.zip
    set TOKEN=your_token_here
    .\regexybot-windows-x64.exe
    
    Downloads