Releases: xx10t4/iotalk
0.1.3
0.1.2
The major change in this release is a switch to using Masked Authenticated Messages (MAM) as the encryption mechanism. MAM is a standard developed by the IOTA foundation and is more efficient than the NTRU based encryption used in earlier releases. Iotalk still uses NTRU based public/private key pairs to exchange the initial MAM root key between users, but all messages use MAM.
This release is not backwards compatible with previous releases. All previously existing accounts, contacts and messages will no longer be accessible with this upgrade.
0.0.8
Required update
This release fixes an issue with account creation.
The details: The binaries for this release are built with a manually patched version of the official iota.lib.js library (https://github.com/iotaledger/iota.lib.js), which currently has a bug that has not been fixed in the official release.
If you plan on compiling this yourself you will need to patch the iota.lib.js node module after you have installed node modules but before you compile. Here is the change that is required: https://github.com/iotaledger/iota.lib.js/pull/91/files
0.0.7
Required update
Older versions of iota1k will no longer work due to changes in the underlying IOTA transaction structure introduced in v1.4.0 of the official IOTA node server (https://github.com/iotaledger/iri/releases/tag/v1.4.0)
Additionally, the IOTA Tangle underwent a snapshot, so any existing accounts will need to be regenerated. When you log in to iota1k you will see that any existing account addresses will show as "account not found" with a Retry button next to it. Click the Retry to regenerate the account.
0.0.6
0.0.5
0.0.4
Version 0.0.3
Adds icon files, some cleanup
0.0.2
Initial Release
This is the initial release. This is currently alpha software. Please report any issues on github.