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. /payflow loadsget_order_info+get_terminals, callsorder_start(code, tokenNetworkId)(aliaspayment_order_start), then either renders the built-in widget (Crypto / Stripe / T-Bank / Internal) or redirects to${flow_path}?code=…(pluscountryCodewhen 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
displayNameandcurrencyIdfrom the API. - Payment estimates use
sameAsOrderCurrency,rate, andestimatedAmountfromget_terminals. - Integrations use terminal IDs and categories instead of legacy payment-method strings.
Removed
- The standalone
/payment.htmlapplication 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; legacypaymentMethodswitching 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