Releases: jdogresorg/freewallet-desktop
Releases · jdogresorg/freewallet-desktop
v0.9.30
- Start using SSL by default for CP API
v0.9.29
- Fixed issue with ADS and tx fee calculations
- Added "UTXO Usage" preference in settings
v0.9.28
- Improved transaction fee interface
- Improved MPMA send transaction fee support
- Adjusted default tx size to 256 bytes
v0.9.27
- Better transaction fee estimation support
v0.9.26
- Added support for new issuance IDs (22/23)
- Added checks to verify wallet is unlocked before allowing add/import addresses
- Update to pass
null
for description in asset issuance transfers - Update to start using
lock
flag in issuances instead ofLOCK
text
v0.9.25
- fixed issue with missing first address
- fixed issue with wallet auto-locking
v0.9.24
- Added support for pooling ADS donations
- Added support for reviewing license agreement
- Started passing forward
advanced
params in CP API requests - Fixed issues with sweep form
- Fixed issue with fee not being properly passed on issuances
- Added Betting tab back with build bounty
- Added support for adding up to 100 new addresses at once
- Added support for importing many private keys at once
- Added support for auto-lock feature
- Added support for decoding XCP transactions in sign transactions
v0.9.23
- Added support for editing DUST preferences
- Added support for CIP25 (Viewing NFTs and Stamps)
- Increase max asset description length to 10k characters
- Fixed security issue with autocomplete
- Fixed Trezor Support
- Added issuance data encoding cost notification
- Added Automatic Donation System (ADS)
- Added lazy loading of asset list images
- Added balance list view options menu
- Fixed issues with BTC/XCP asset divisibility not being set
- Fixed satoshi rounding issues by using
getSatoshis()
v0.9.22
- Fixed issue with
reset supply
form where divisibility was always being set to true
v0.9.21
- Updates to support CIP03 Token Resets
- Updates to support CIP24 Oracled Dispensers
- Changed default token type to non-divisible
- Added 'Close Dispenser' main menu item
- updated
checkWalletUpgrade()
to useajax()
- Updated MPMA data encoding fee calculations
- Got basic Trezor integration working again