Releases: davidebianchi03/codebox
Releases · davidebianchi03/codebox
v0.0.57
Added
- Introduced optional usage analytics collection via PostHog.
Fixed
- Fixed an issue in the Git SSH command implementation caused by a missing EOF.
- Resolved WebSocket connection timeout issues.
Changed
- Updated CLI to version 0.1.13, improving WebSocket connectivity.
- Updated Runner to version 0.0.29, improving WebSocket connectivity.
v0.0.55
[v0.0.55] - 2026-02-14
Added
- Email-based password reset procedure to improve account recovery
v0.0.54
[v0.0.54] - 2026-01-11
Added
- Added support for user self-registration.
- Administrators can now enable or disable user registration.
- Registration can be restricted to approved users only.
- Signup can be limited to specific allowed email addresses or domains.
- Added email blacklisting to block registration from specific email addresses.
- Improved validation and enforcement of signup rules during registration.