Bicrypto 6.1.0

7 January 2026

This release has upgrade notes. Read them before updating — they describe behaviour changes that need your attention.

IMPROVEMENTEMAILUNSUBSCRIBECRON

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:notification

Step 2: Run Updator

pnpm updator

Upgrade Support

For assistance with migration or issues:


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

  1. Every email now includes a personalized unsubscribe link with a secure token
  2. The link includes the user's locale (e.g., /en/unsubscribe?token=...)
  3. Users can toggle email, SMS, and push notifications on/off
  4. 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.