Skip to content

Commit d973150

Browse files
authored
Merge pull request #42 from randlabs/update-changelogs2
Updated changelogs
2 parents 8b7dadd + 45b93e4 commit d973150

File tree

1 file changed

+44
-1
lines changed

1 file changed

+44
-1
lines changed

CHANGELOG.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,47 @@
1-
# Algorand Web Wallet Change log
1+
# MyAlgo Connect Change log
2+
3+
## [1.1.0] - 13-07-2021
4+
5+
### Added
6+
7+
- Added support for algosdk `EncodedTransaction`.
8+
- Added support for signing transactions array with Ledger Nano wallet.
9+
- Now `connect` method will return the account's name.
10+
- Added new warnings for risk transactions.
11+
- Added new error views.
12+
- Added account name in the header on signing popups.
13+
- Added support for rekeyed accounts.
14+
15+
### Updated
16+
17+
- Updated `connect` method arguments.
18+
- New UI interface that includes account list, transaction list, transaction views and warnings views.
19+
- Errors like `Not Allowed` and `Not supported` will be handled by the popup and not by the dApp.
20+
- Improved the signTransaction popup security, now every transaction field will be validated (by its type) and will not allow additional fields.
21+
- Improved popup security, now after receiving the method it will stop receiving data from the dApp.
22+
23+
### Deleted
24+
25+
- Removed support for `signer` field.
26+
- Removed `strictEmptyAddressChecking` field, going forward will always be false.
27+
28+
### Fixed
29+
30+
- Fixed bug on transactions array when the asset does not display the correct amount.
31+
- Fixed bug on invalid transaction the popup went blank (#28).
32+
- Fixed decimals bug.
33+
- Fixed note bug. Now the `note` field must be an Uint8Array (or a base64 string that must be decoded to an Uint8Array type).
34+
35+
### Known issue
36+
37+
- MyAlgo Connect package still has the buffer not find error (#27).
38+
39+
## [1.0.1] - 08-03-2021
40+
41+
### Fixes
42+
43+
- Exported SignedTxn (#14).
44+
- Minor fixes
245

346
## [1.0.0] - 04-03-2021
447

0 commit comments

Comments
 (0)