This commit is contained in:
Gustavo Maximiliano Cortez 2015-07-16 16:53:24 -03:00
commit 16d6bb7c5c
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 4 additions and 4 deletions

View file

@ -32,8 +32,8 @@ v1.1.2
-------------------------------- --------------------------------
* Now is possible to make backups without signing capabilities (more info https://github.com/bitpay/copay/pull/2998) * Now is possible to make backups without signing capabilities (more info https://github.com/bitpay/copay/pull/2998)
* Better refresh and sorting rules in transaction history * Better refresh and sorting rules in transaction history
* Handles better `invalid` in transaction history * Better handling of `invalid` transactions in history
* Supports TX history in wallet with huge number of transactions * Better handling of wallets with 1K+ transactions in history
* Exports .csv files with transaction ID * Exports .csv files with transaction ID
* Better UTXOs selection polices * Better UTXOs selection polices
* Minor bug fixes * Minor bug fixes

View file

@ -33,8 +33,8 @@ v1.1.2
-------------------------------- --------------------------------
* Copias de seguridad sin capacidad de firmar transacciones (más información https://github.com/bitpay/copay/pull/2998) * Copias de seguridad sin capacidad de firmar transacciones (más información https://github.com/bitpay/copay/pull/2998)
* Mejor reglas de orden y actualización en la historia de transacción * Mejor reglas de orden y actualización en la historia de transacción
* Maneja mejor las transacciones no válidas * Mejor manejo de transacciones no válidas
* Soporta Historial de TX en monederos con gran número de transacciones * Mejor manejo de monederos con 1K+ transacciones
* Exporta archivos .csv con el ID de transacción * Exporta archivos .csv con el ID de transacción
* Mejor política de selección de UTXOs * Mejor política de selección de UTXOs
* Corrección de errores menores * Corrección de errores menores