v1.0.10.1
kaifcodec/user-scannerv1.0.10.1Dec 23, 2025by kaifcodec
AI Summary
This maintenance release introduces a testing suite and CI pipeline while fixing validation issues and adding TikTok support.
Key Highlights
- Introduced pytest-based testing suite and automated CI via GitHub Actions.
- Fixed Monkeytype check failures when usernames contained special characters.
- Implemented regex validation before username checks to optimize network requests.
- Added username support for TikTok.
New Features
- pytest suite
- TikTok support
- Regex validation
- CI/CD
Full Release Notes
- Feat: Introduced pytest-based testing suite and automated CI via GitHub Actions #114 by @kaifcodec and @VamatoHD - Fix: Resolved Monkeytype check failures when usernames contained special characters #116 by @dxv3 - Improvement: Implemented regex validation before username checks to optimize network requests #117 by @kaifcodec - Add: Username support for TikTok #118 by @VamatoHD