Files
Q-Wallets/CHANGELOG.md
2026-01-23 19:43:31 +01:00

114 lines
2.7 KiB
Markdown

# Changelog
All notable changes to Q-Wallets will be documented in this file.
## [1.3.0] - 2026-01-23
### Added
- Address book feature with QDN persistence
- QORT address search by name
- Double-click to copy address or add name to address book
- Validation functions for all coin addresses
- `maxSendable` functions for all supported coins (ARRR, BTC, DOGE, LTC, RVN, DGB)
- Tests for LTC validation
- New translations for address book
- Add CHANGELOG.md file
- Display changelog in a dialog
### Changed
- Updated qapp-core to version 1.0.75
- Improved I18N translations
## [1.2.1] - 2026-01-02
### Changed
- Improved send validation flow
- Updated GitHub Actions release workflow with simplified changelog template
- Added concurrency groups to GitHub Actions workflows
- Added condition to run workflows only on specific repository
### Fixed
- Send max button validation improvements
## [1.2.0] - 2025-12-27
### Changed
- Qortal Transaction table updates and improvements
- GitHub Actions parametrization of APP_NAME
- Improved release changelog diff with comparison links
## [1.1.3] - 2025-12-24
### Added
- GitHub Actions release workflow with automated changelog generation
- New contributors section in releases
- ASSET type transactions support
### Changed
- Improved API call for validating addresses (allows sending QORT to addresses with no transactions)
- Refactored wallet info loading with better async operations
- Added `useCallback` and `AbortController` for cleaner code
### Fixed
- Address validation for empty or malformed addresses
## [1.1.2] - 2025-11-28
### Added
- Font optimization with woff2 format and font-display swap
- Copy confirmation message
- Better precision for numeric values
### Changed
- Improved mobile responsiveness and layout
- Better loading states with LinearProgress
- Refactored embedded colors into theme
- Trimmed recipient address input
- More efficient async/await calls
### Fixed
- Mobile view for menu
- Modal reset after sending
- Address and amount validation
- Error reset when changing pages
## [1.1.1] - 2025-11-24
### Fixed
- Missing QORT import
- Duplicated check conditions
- Renamed methods for clarity
- Added EMPTY_STRING constant for consistency
## [1.1.0] - 2025-11-15
### Added
- Initial release of Q-Wallets
- Support for multiple cryptocurrencies: QORT, BTC, LTC, DOGE, DGB, RVN, ARRR
- Transaction history with pagination
- Send functionality for all supported coins
- QR code generation for receiving addresses
- Internationalization (i18n) support
- Responsive design for mobile devices
- Transaction fee display
- Copy to clipboard functionality
### Changed
- Refactored time constants
- Improved lateral menu responsiveness
- Better layout adaptation for different devices