Skip to content

Releases: xx10t4/iotalk

0.1.3

16 Feb 04:18
Compare
Choose a tag to compare
  • Desktop notifications
  • Minor UI improvements

0.1.2

31 Jan 06:11
Compare
Choose a tag to compare

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

05 Oct 03:19
Compare
Choose a tag to compare

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

30 Sep 03:04
Compare
Choose a tag to compare

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.

screenshot from 2017-09-29 23-02-19

0.0.6

08 Sep 04:57
Compare
Choose a tag to compare
  • UI improvements on login
  • allow longer handle
  • remove old logo files
  • update mac build script

0.0.5

01 Sep 04:28
Compare
Choose a tag to compare

Minor cleanup and UI tweaks.

Mac / OSX - The binaries for OSX were compiled on Ubuntu and have not been tested. Any feedback on how well they work would be greatly appreciated.

0.0.4

27 Aug 06:38
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

Ability to delete contacts and accounts.

Version 0.0.3

26 Aug 03:26
Compare
Choose a tag to compare
Version 0.0.3 Pre-release
Pre-release

Adds icon files, some cleanup

0.0.2

22 Aug 00:30
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

The packaged Windows version now works.

Initial Release

15 Aug 04:33
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

This is the initial release. This is currently alpha software. Please report any issues on github.