Bicrypto 6.1.0
7 January 2026
This release has upgrade notes. Read them before updating — they describe behaviour changes that need your attention.
Core v6.1.0
Release Date: January 7, 2026 Tags: IMPROVEMENT, EMAIL, UNSUBSCRIBE, CRON
Overview
Version 6.1.0 improves email template styling and introduces a complete email unsubscribe management system, allowing users to manage their notification preferences directly from email links.
Upgrade Notes
Step 1: Run Database Seeders (Optional)
If you want to update the notification templates with improved styling:
pnpm seed:notificationStep 2: Run Updator
pnpm updatorUpgrade Support
For assistance with migration or issues:
- Visit our Support Center
- Review the Documentation
- Check Server Requirements
Added
Email Unsubscribe Management
Added a complete email unsubscribe system that allows users to manage their notification preferences directly from email links.
How It Works
- Every email now includes a personalized unsubscribe link with a secure token
- The link includes the user's locale (e.g.,
/en/unsubscribe?token=...) - Users can toggle email, SMS, and push notifications on/off
- Changes are saved to the user's account settings
Unsubscribe Page Features
- Loading State: Shows a spinner while fetching preferences
- Error Handling: Clear error messages for invalid/expired tokens
- Preference Toggles: Individual toggles for email, SMS, and push notifications
- Unsubscribe from All: One-click button to disable all notifications
- Success Confirmation: Shows updated preferences after saving
Security
- Tokens expire after 1 year
- Tokens are user-specific and cannot be used for other accounts
- No authentication required (token-based access)
Changed
Cron Job Manual Trigger
Added ability to manually trigger cron jobs from the admin system panel. Each cron job card now has a play button to execute the job on demand, with loading state and duplicate prevention.
Email Template Preview
Improved the email template preview in the WYSIWYG editor to accurately display how emails will appear to recipients. The preview now matches the way emails are rendered when they are sent.
Fixed
Email Template Card Spacing
Fixed the spacing between stat cards in email templates. The two cards (e.g., "Invested" and "Result" in AI Investment emails) now have proper spacing between them instead of being directly adjacent.
Email Template Last Row Border
Fixed the last row in transaction cards showing an unnecessary bottom border. The last row in each transaction card now correctly has no border, providing a cleaner appearance.