0.1.10 Release #53

Merged
NiXTheDev merged 20 commits from dev into release 2026-02-17 06:33:42 +03:00
NiXTheDev commented 2026-02-16 20:36:00 +03:00 (Migrated from github.com)

Overview

This PR includes all features and improvements for the 0.1.10 release, completing Epic #38.

What's New

Infrastructure & Maintenance

  • WorkerPool v1 deprecation (#39) - Removed old implementation, renamed V2 to WorkerPool
  • CONTRIBUTING.md overhaul (#40) - Prominent branch targeting, commit conventions, PR checklist
  • Interface consolidation (#41) - Cleaned up worker pool interfaces
  • Enhanced rate limiting (#42) - Graduated penalties for edits, abuse detection

New Features

  • Regex pattern explanation (#43) - /explain command with detailed pattern breakdown
  • Health and metrics commands (#44) - /health and /metrics for real-time status
  • Dangerous pattern detection (#45) - Warns about ReDoS patterns before execution
  • Session statistics (#46) - Enhanced p flag with substitution count and formatted timing
  • Interactive regex help (#47) - /regexhelp with category-based navigation
  • Transient optimization tips (#48) - Auto-deleting tips after 10 seconds
  • Multi-language support (#50) - Full i18n with 11 languages using @grammyjs/i18n

Distribution

  • Self-contained binaries (#52) - Linux and Windows binaries built with Bun's compile feature

Testing

  • All 149 tests passing
  • Full test coverage maintained
  • No breaking changes

Binary Downloads

After merge, binaries will be available on the release page:

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

closes #38, closes #39, closes #40, closes #41, closes #42, closes #43, closes #44, closes #45, closes #46, closes #47

## Overview This PR includes all features and improvements for the **0.1.10** release, completing Epic #38. ## What's New ### Infrastructure & Maintenance - **WorkerPool v1 deprecation** (#39) - Removed old implementation, renamed V2 to WorkerPool - **CONTRIBUTING.md overhaul** (#40) - Prominent branch targeting, commit conventions, PR checklist - **Interface consolidation** (#41) - Cleaned up worker pool interfaces - **Enhanced rate limiting** (#42) - Graduated penalties for edits, abuse detection ### New Features - **Regex pattern explanation** (#43) - /explain command with detailed pattern breakdown - **Health and metrics commands** (#44) - /health and /metrics for real-time status - **Dangerous pattern detection** (#45) - Warns about ReDoS patterns before execution - **Session statistics** (#46) - Enhanced p flag with substitution count and formatted timing - **Interactive regex help** (#47) - /regexhelp with category-based navigation - **Transient optimization tips** (#48) - Auto-deleting tips after 10 seconds - **Multi-language support** (#50) - Full i18n with 11 languages using @grammyjs/i18n ### Distribution - **Self-contained binaries** (#52) - Linux and Windows binaries built with Bun's compile feature ## Testing - All 149 tests passing - Full test coverage maintained - No breaking changes ## Binary Downloads After merge, binaries will be available on the release page: - Linux (x64): regexybot-linux-x64.tar.gz - Windows (x64): regexybot-windows-x64.zip closes #38, closes #39, closes #40, closes #41, closes #42, closes #43, closes #44, closes #45, closes #46, closes #47
Sign in to join this conversation.
No description provided.