Skip to content

Releases: wavesplatform/WavesGUI

v0.4.15

13 Apr 17:53
Compare
Choose a tag to compare
v0.4.15 Pre-release
Pre-release

0.4.15 (2017-04-13)

Bug Fixes

  • dex: Order price issue fixed

v0.4.14

12 Apr 15:25
Compare
Choose a tag to compare
v0.4.14 Pre-release
Pre-release

0.4.14 (2017-04-12)

First version of Decentralized Exchange feature is implemented

v0.4.12

03 Apr 13:01
Compare
Choose a tag to compare
v0.4.12 Pre-release
Pre-release

0.4.12 (2017-04-03)

Added feature of buying waves from plastic cards or BTC

v0.4.11

24 Mar 19:10
Compare
Choose a tag to compare
v0.4.11 Pre-release
Pre-release

0.4.11 (2017-03-24)

Implemented credit card gateway integration for Waves and BTC

v0.4.10

17 Mar 18:02
Compare
Choose a tag to compare
v0.4.10 Pre-release
Pre-release

0.4.10 (2017-03-17)

Tabs under development are now removed. They'll be back as soon as implemented.

v0.4.9

09 Mar 16:12
Compare
Choose a tag to compare
v0.4.9 Pre-release
Pre-release

0.4.9 (2017-03-09)

Added bitcoin gateway support.

v0.4.8

10 Feb 12:03
Compare
Choose a tag to compare
v0.4.8 Pre-release
Pre-release

0.4.8 (2017-02-09)

Minor bugs fixed and mass payment feature implemented

Features

  • mass-pay: new feature simplifies making mass payments such as ICOs or dividents (139bda5)
  • mass-pay: add csv formatted transactions parsing (02cf396)
  • mass-pay: progress indicator on file loading (05fa686)
  • transaction: menu to copy transaction details (4b1a5d2)
  • transfer: filter out non-numeric characters from decimal and integer input fields (872724b)

Bug Fixes

  • accounts: remove account didn't update the list properly (025fc0f)
  • chrome: $$hashKey is the same for accounts created in chrome (44c2271)
  • portfolio: reissue button was always enabled (79acf4c)
  • resources: svg images didn't load dynamically in chrome extension (e01c143)
  • scrollbar: Changed the visuals for the custom scrollbars. (fcb575c)
  • scrollbars: Attempt to re-establish the previous state on scrollable areas. (5f67d50)
  • transfer: minimum amount of 1 prevents to send less amount of coins (aee1914)
  • unconfirmed: unconfirmed asset transfer transaction disappears after confirmation (9c0bae1)
  • wallet: transfer transactions are correctly shown (9d6c6ce)

v0.4.6

06 Dec 15:49
Compare
Choose a tag to compare
v0.4.6 Pre-release
Pre-release

0.4.6 (2016-12-06)

Features

  • assets: issue, reissue and transfer
  • wallet: Offline account address generation
  • angular: Migration completed

Bug Fixes

  • build: mainnet configuration was build with testnet settings (39a5b0d)
  • css: Cleaned some obsolete files and fixed problem in Asset Details dialog. (1d6c0d5)

v0.4.5

06 Dec 15:06
Compare
Choose a tag to compare
v0.4.5 Pre-release
Pre-release

Important notice!

This release is for TESTNET ONLY. Mainnet version of the Lite client will be released soon!

0.4.5 (2016-12-06)

Bug Fixes

  • modal: jquery modal pollutes document with copies of modal dialog divs (fd84819)
  • style: remove account's outline which appeared on click (2f81a5f)
  • style: remove tab icon's border when it has focus (9aed4e6)
  • validation: add fee amount validation on client (a11c7af)

Features

  • assets: validation checks byte length of name and description (427e69d)
  • assets: new api for assets balance loading (74eb6b5)

Performance Improvements

  • assets: asset balance loads faster

v0.4.4

26 Nov 08:42
Compare
Choose a tag to compare
v0.4.4 Pre-release
Pre-release

Important notice!

This release is for TESTNET ONLY. Mainnet version of the Lite client will be released soon!

0.4.4 (2016-11-25)

Completed migration to AngularJS 1.5.9
Introduced npm and bower for dependency management.
Created a core library to be reused in alternative clients (coming soon).
Implemented asset issue functionality by adding two new tabs: Portfolio and Tokens.

Features

  • style: Fixed display of the dialog and buttons for asset transfer and confirmation (619a408)
  • style: Eliminated unnecessary line breaks on the create seed screen (ca4617e)
  • style: Revised hover effects on Portfolio table (dd056dc)
  • style: Created new set of CSS rules for the token creation tab (05ffc44)
  • style: Restyled elements on the Token Issuance area (6eff1fa)
  • style: Applied non resize-ability to seed field (573d8b0)
  • style: Fixed styling of the confirmation dialog on SEND WAVES. (6080f2a)
  • style: Balance amount in SEND WAVES dialog fix. (36f281e)
  • style: Created new class for all headers (bf255d6)
  • html: Eliminated .jurl element and adjusted GUI in consequence. (6e69889)
  • navigation: Slightly changed behavior of navigation icons. (4d24da2)
  • address: migrated copy address to clipboard feature for tables with transactions (6282cde)
  • address: remove 1W address prefix (8ab2ddd)
  • assets: add an asset details dialog (b57c154)
  • assets: add an asset transfer dialog (8234110)
  • assets: add asset reissue (9c98c0f)
  • assets: add controller stub for the asset issuance form (8e6cc03)
  • assets: add form for asset creation (16abbc6)
  • assets: asset transactions are displayed in transaction lists (d1ee486)
  • assets: complete asset transactions generation (a5a1878)
  • focus: add a directive for setting focus on default fields in forms (709a6fb)
  • login: new wallet name must be no longer than 16 chars (6bb34c0)
  • portfolio: add asset's attributes display (fb04bb7)
  • portfolio: asset listing on portfolio tab (a4fda81)
  • tooltips: migrate tooltips to a new directive - tooltipster (3b6e8c5)
  • wallet: prevent from accidentally send a single payment several times (6a8d9d2)

Bug Fixes

  • history: couldn't copy addresses in the transaction table (b90d042)
  • portfolio: reissue button was always enabled (79acf4c)
  • scrollbars: Attempt to re-establish the previous state on scrollable areas. (5f67d50)
  • style: remove account's outline which appeared on click (2f81a5f)
  • style: remove tab icon's border when it has focus (9aed4e6)
  • wallet: transfer transactions are correctly shown (9d6c6ce)
  • wallet: wallet dialog fee and amount validation fix (d572c14)

Performance Improvements

  • lists: added track by expression to improve list rendering performance (6b6606a)