Skip to main content

TrexWallet PWA Changelog

Current version

v1.2.0 (May 2026)

[1.2.0] - 2026-05-02

Added

  • Universal payment routes /pay (no auth) and /pay-auth (session required) — terminal picker for built-in payment methods and merchant continuation. Replaces the retired standalone payment application.
  • /pay flow loads get_order_info + get_terminals, calls order_start(code, tokenNetworkId) (alias payment_order_start), then either renders the built-in widget (Crypto / Stripe / T-Bank / Internal) or redirects to ${flow_path}?code=… (plus countryCode when required). The terminal is already locked on the order and is not repeated in the continuation URL.
  • Payment methods are grouped as Crypto, Card, Internal, or Custom.

Changed

  • Terminal display uses displayName and currencyId from the API.
  • Payment estimates use sameAsOrderCurrency, rate, and estimatedAmount from get_terminals.
  • Integrations use terminal IDs and categories instead of legacy payment-method strings.

Removed

  • The standalone /payment.html application is no longer available.

[1.1.0] - 2026-04-15

Added

  • Profile navigation can return the user to the wallet.
  • Added an admin entry for multi-wallet management.

Changed

  • Terminal settings support display name, icon, instructions, capabilities, countries, and tags.
  • Terminal category now comes from typeContract; legacy paymentMethod switching was removed.

[1.0.2] - 2026-02-04

Added

  • Turkish language support
  • QR code top-up form

Changed

  • Session validation after token network select
  • Transfers page redesign
  • History page redesign with new modals
  • Bottom menu changes
  • Desktop/mobile header improvements

Fixed

  • Session validation
  • Transfers functionality
  • Transaction info modal
  • History pagination and filtering

[1.0.1] - 2026-01-20

Added

  • New swap interface with keyboard input
  • Currency info dropdown menu
  • Investment modal improvements
  • Desktop left/right layout blocks

Changed

  • Wallet header card redesign
  • Footer layout changes
  • Modal appearance animations (slide from bottom)

Fixed

  • Cancelled transaction display
  • Scroll visibility on mobile
  • Border radius consistency
  • Button styles

[1.0.0] - 2025-12-20

Added

  • Wallet Features
    • Multi-currency wallet display
    • Balance overview
    • Transaction history
  • Exchange
    • Swap interface
    • Rate display
    • Input validation
  • Transfers
    • Internal transfers
    • Top-up forms
    • Withdrawal interface
  • Investments
    • Investment tracking page
    • Profit display
  • Interface
    • Responsive desktop and mobile layout
    • English and Russian translations
    • Profile menu and transaction dialogs