Releases: LiskHQ/lisk-desktop
Releases · LiskHQ/lisk-desktop
Version 0.4.0-rc.2
v0.4.0-rc.2 (2018-04-06)
Fixed bugs:
- Fix broken back button in second passphrase creation #695
- Delegates features menu breaks layout in tablet portrait #689
- Remove extra margin in account detail page #687
- Send to this address button doesn't show the expected send form #670
- Recipient doesn't work in send launch protocol #668
- Improvements required in Passphrase generator #663
- Fix use of vote launch protocol twice in a row #661
- Fix onboarding bugs #657
- Random index does not return random index in Confirm #651
- Remove extra margin in registration #649
- Double click on "Yes it's safe" breaks whole app #642
- Second passphrase registration doesn't inform about insufficient balance #637
- Regression in delegatesList component in tablet and views #635
- Saved Accounts improvements on xs breakpoint #590
Implemented enhancements:
Version 0.4.0-rc.1
v0.4.0-rc.1 (2018-03-29)
Implemented enhancements:
- Finalize second passphrase registration feature #626
- Allow copying addresses in account switcher #594
- Clicking transactions rows in Dashboard should open its detail in Wallet #593
- Update Account component to the latest design #553
- Links in electron app should open in browser #532
- Fix the launch protocol for vote #279
- Implement on-boarding process #63
- Implement second passphrase confirm steps #569
- implement register second passphrase create step #568
- Reveal the newly generated Lisk ID (Account number) only after the passphrase has been verified #474
- Implement 2nd passphrase registration #68
- Fix the launch protocol for send #280
Fixed bugs:
Closed issues:
- Automate Linux desktop build in Jenkins #609
- Enable register second passphrase registration e2e test #602
- Write tests for onboarding #589
- Account switcher integration test fails randomly #583
- Undefined e2e step should fail the scenario #607
- Increase coverage on failing modules - followup #536 #561
- "Account not found" error in Delegates #552
- Increase test coverage of ignored files above 80% - Part 3 #535
- Improve test coverage of second passphrase registration components #564
- Setup @advanced tag for e2e test scenarios #559
- Create global definitions for duplications in all components #555
- Vertical scroll performance bug in chrome #549
- Increase test coverage of ignored files above 80% - Part 4 #536
- Migrate account switcher to a page #530
- Implement integration tests for login and register page #103
Merged pull requests:
- Split delegateList css into smaller files - subTask #513 #636 (reyraa)
- Automate Linux desktop build in Jenkins - Closes #609 #634 (slaweet)
- Split Login into smaller components - subTask #513 #631 (reyraa)
- Finalize second passphrase registration feature - Closes #626 #630 (yasharAyari)
- Write e2e tests for onboarding - Closes #589 #629 (ginacontrino)
- Split SavedAccount into smaller components - subTask #513 #627 (reyraa)
- Account switcher integration test fails randomly - Closes #583 #623 (faival)
- Direct dashboard transaction row to tx details #615 (ginacontrino)
- Enable second passphrase registration e2e test - Closes #602 #606 (yasharAyari)
- Add new account component design - Closes #553 #603 (michaeltomasik)
- Implement onboarding - Closes #63 #572 (ginacontrino)
- Fix vote launch protocol - Closes #279 #567 (michaeltomasik)
- Open all external links in default browser - Closes #532 #616 (yasharAyari)
- Fix undefined e2e tests not failing - Closes #607 #614 (michaeltomasik)
- Increase coverage on failing modules - Closes #561 #612 (faival)
- Make address in account switcher copyable - Closes #594 #610 (ginacontrino)
- Fix "Account not found" error in Delegates - Closes #552 #596 (michaeltomasik)
- Increase test coverage - Closes #535 #570 (michaeltomasik)
- Improve test coverage of second passphrase - Close #564 #598 (yasharAyari)
- Setup @advanced tag for e2e test scenarios - Closes #559 #597 (ginacontrino)
- Hide ID after creation - Closes #474 #587 (ginacontrino)
- Vertical scroll performance bug in chrome - Closes #549 #580 (yasharAyari)
- Migrate account switcher to a page - Closes #530, #338 #562 (faival)
- Remove duplicate styles - Closes #555 #560 (ginacontrino)
- Implement 2nd passphrase registration - Closes #68 #554 (yasharAyari)
- Increase test coverage of ignored files above 80% Part 4 - Closes #536 #547 (faival)
- Misplaced delegate filters in s breakpoint - Closes #368 #544 (faival)
- Integration test for register page - Closes #103 #500 (reyraa)
- Fix the launch protocol for send - Closes #280 #550 (ginacontrino)
Version 0.3.0
Change Log
v0.3.0 (2018-03-16)
Implemented enhancements:
- Add "Lock ID" feature #496
- Implement account initialization #284
- Make Lisk Logo direct users to homepage #492
- Simple copy of your address or sharing feature #468
- Update the desktop app icon #495
Fixed bugs:
- "See all transactions" doesn't work #571
- Stuck on "Loading Screen" when an "activity" is clicked to see the transaction details #565
- Delegates page filters persist in confirm step #531
Closed issues:
- Apply electron security patch #611
- Built app should be artifact of Jenkins build #566
- Replace all em font sizes with px ones #521
- Generate index.html with webpack #514
- Ensure all css files are named same as component #511
- Remove unused code for forging #505
- Refactor route definitions into one place #499
- Move the default network setting outside of built bundles #491
- Improve Account switcher wording #488
- Add nofollow / noindex to links to accounts, transactions, etc #475
- Improve test coverage of least covered files. #471
- Increase unit test coverage of reducers #456
- Improve e2e tests for the account switcher #451
- Unify font-size of UI elements #363
- Checkbox component needs some refactoring #183
- Require src/store/middlewares to have 100% test line coverage #157
- Change typographical elements to use px #85
Merged pull requests:
- Apply electron security patch - Closes #611 #620 (slaweet)
- Fix vote filters persist - Closes #531 #578 (michaeltomasik)
- Fix see all transactions - Closes #571 #576 (michaeltomasik)
- Fix stuck on loading screen on transaction details - Closes #565 #574 (faival)
- Make built app an artifact of Jenkins build - Closes #566 #573 (slaweet)
- Add LockID feature - Closes #496 #523 (michaeltomasik)
- Add account initialization - Closes #284 #517 (ginacontrino)
- Improve account switcher wording - Closes #488 #557 (ginacontrino)
- Make logo direct to dashboard - Closes #492 #556 (ginacontrino)
- Fix the launch protocol for send - Closes #280 #550 (ginacontrino)
- Make address in header copyable - Closes #468 #548 (ginacontrino)
- Revert removal of istambul ignore - Closes #157 #546 (faival)
- Fix mixed transactions in explorer - Closes #508 #543 (ginacontrino)
- Refactor route definition - Closes #499 #542 (michaeltomasik)
- Improve checkbox component - Closes #183 #541 (yasharAyari)
- Move the default network setting outside of built bundles - Closes #491 #538 (faival)
- Post Slack notifications to lisk-ci-hub channel #537 (fchavant)
- Ensure all css files are named same as component - Closes #511 #528 (michaeltomasik)
- Fix Nan for very small amount in 'Activity tab' - Closes #507 #527 (michaeltomasik)
- Change typographical elements to use px - Closes #85 #524 (yasharAyari)
- Generate Index.html with webpack - Closes #514 #522 (faival)
- Unify font size of ui - Closes #363 #520 (yasharAyari)
- Update the desktop app icon - Closes #495 #518 (faival)
- Improve middleware test coverage up to 100% - Closes #157 #515 (michaeltomasik)
- Remove unused code for forging - Closes #505 #506 (faival)
- Improve test coverage - Closes #471 #503 (yasharAyari)
- Increase unit test coverage of reducers - Closes #456 #501 (faival)
- Hide transaction list and empty message when loading - Closes #348 #497 (ginacontrino)
- Improve account switcher e2e tests - Closes #541 #458 (ginacontrino)
Version 0.3.0-rc.2
Change Log
v0.3.0-rc.2 (2018-03-23)
Fixed bugs:
- "See all transactions" doesn't work #571
- Stuck on "Loading Screen" when an "activity" is clicked to see the transaction details #565
- Delegates page filters persist in confirm step #531
Closed issues:
- Built app should be artifact of Jenkins build #566
Merged pull requests:
Version 0.3.0-rc.1
Change Log
v0.3.0-rc.1 (2018-03-16)
Implemented enhancements:
- Add "Lock ID" feature #496
- Implement account initialization #284
- Make Lisk Logo direct users to homepage #492
- Simple copy of your address or sharing feature #468
- Update the desktop app icon #495
Closed issues:
- Replace all em font sizes with px ones #521
- Generate index.html with webpack #514
- Ensure all css files are named same as component #511
- Remove unused code for forging #505
- Refactor route definitions into one place #499
- Move the default network setting outside of built bundles #491
- Improve Account switcher wording #488
- Add nofollow / noindex to links to accounts, transactions, etc #475
- Improve test coverage of least covered files. #471
- Increase unit test coverage of reducers #456
- Improve e2e tests for the account switcher #451
- Unify font-size of UI elements #363
- Checkbox component needs some refactoring #183
- Require src/store/middlewares to have 100% test line coverage #157
- Change typographical elements to use px #85
Merged pull requests:
- Add LockID feature - Closes #496 #523 (michaeltomasik)
- Add account initialization - Closes #284 #517 (ginacontrino)
- Improve account switcher wording - Closes #488 #557 (ginacontrino)
- Make logo direct to dashboard - Closes #492 #556 (ginacontrino)
- Fix the launch protocol for send - Closes #280 #550 (ginacontrino)
- Make address in header copyable - Closes #468 #548 (ginacontrino)
- Revert removal of istambul ignore - Closes #157 #546 (faival)
- Fix mixed transactions in explorer - Closes #508 #543 (ginacontrino)
- Refactor route definition - Closes #499 #542 (michaeltomasik)
- Improve checkbox component - Closes #183 #541 (yasharAyari)
- Move the default network setting outside of built bundles - Closes #491 #538 (faival)
- Post Slack notifications to lisk-ci-hub channel #537 (fchavant)
- Ensure all css files are named same as component - Closes #511 #528 (michaeltomasik)
- Fix Nan for very small amount in 'Activity tab' - Closes #507 #527 (michaeltomasik)
- Change typographical elements to use px - Closes #85 #524 (yasharAyari)
- Generate Index.html with webpack - Closes #514 #522 (faival)
- Unify font size of ui - Closes #363 #520 (yasharAyari)
- Update the desktop app icon - Closes #495 #518 (faival)
- Improve middleware test coverage up to 100% - Closes #157 #515 (michaeltomasik)
- Remove unused code for forging - Closes #505 #506 (faival)
- Improve test coverage - Closes #471 #503 (yasharAyari)
- Increase unit test coverage of reducers - Closes #456 #501 (faival)
- Hide transaction list and empty message when loading - Closes #348 #497 (ginacontrino)
- Improve account switcher e2e tests - Closes #541 #458 (ginacontrino)
Version 0.2.0
v0.2.0 (2018-03-15)
Fixed bugs:
- Activity tab in Explorer section mix transactions from user account and search target #508
- -NaN for very small amount in 'Activity tab' #507
- Transactions list shows No Activity message instead of Loading #348
- Fix typo in create Lisk ID process #493
- 'npm run build-prod' fails on Windows #478
- 'npm run dist' fails on Linux #477
- Delegate list is sometimes rendered wrong in Safari #472
- Account switcher background scrolls away in Firefox #470
- Header disappears on screens shorter than 680px #459
- Style issues in Register page #454
- Address visual is not visible in Android in send form #411
Closed issues:
- Use generic step helper for integration tests #485
- Create a base utils class for integration tests #484
- Improve test coverage of electron wrapper #473
- Add e2e tests for explorer section #427
- @integration: Wallet test sometimes fails #426
- Implement integration test for voting component #290
- Implement redesign of forging center #67
- Add unit tests to uncovered utilities #23
Merged pull requests:
- Hide transaction list and empty message when loading - Closes #348 #497 (ginacontrino)
- Fix Nan for very small amount in 'Activity tab' - Closes #507 #527 (michaeltomasik)
- Fix mixed transactions in explorer - Closes #508 #543 (ginacontrino)
- Fix typo in create Lisk ID process - Closes #493 #494 (slaweet)
- Account switcher background scrolls away Closes #470, #484 #490 (yasharAyari)
- Integration test for login page - Subtask #103 #489 (reyraa)
- Use generic step helper in integration tests - Closes #485 #487 (ginacontrino)
- Header disappears on small screens - Closes #459 #486 (yasharAyari)
- Improve test coverage of electron wrapper - Closes #473 #483 (ginacontrino)
- Add unit tests to uncovered utilities - Closes #23 #482 (ginacontrino)
- Fix 'npm run dist' on Linux - Closes #477 #481 (slaweet)
- Fix 'npm run build-prod' on Windows - Closes #478 #480 (slaweet)
- Fix a rendering issue in delegateList-Safari - Closes #472 #479 (reyraa)
- Create an integration tests for voting component - Closes #290 #476 (yasharAyari)
- Style improvements in Register page - Closes #454 #455 (reyraa)
- Fix @integration: Wallet test that sometimes fails - Closes #426 #448 (slaweet)
- Add explorer e2e test - Closes #427 #445 (ginacontrino)
Version 0.2.0-rc.1
v0.2.0-rc.1 (2018-03-02)
Fixed bugs:
- Fix typo in create Lisk ID process #493
- 'npm run build-prod' fails on Windows #478
- 'npm run dist' fails on Linux #477
- Delegate list is sometimes rendered wrong in Safari #472
- Account switcher background scrolls away in Firefox #470
- Header disappears on screens shorter than 680px #459
- Style issues in Register page #454
- Address visual is not visible in Android in send form #411
Closed issues:
- Use generic step helper for integration tests #485
- Create a base utils class for integration tests #484
- Improve test coverage of electron wrapper #473
- Add e2e tests for explorer section #427
- @integration: Wallet test sometimes fails #426
- Implement integration test for voting component #290
- Implement redesign of forging center #67
- Add unit tests to uncovered utilities #23
Merged pull requests:
- Fix typo in create Lisk ID process - Closes #493 #494 (slaweet)
- Account switcher background scrolls away Closes #470, #484 #490 (yasharAyari)
- Integration test for login page - Subtask #103 #489 (reyraa)
- Use generic step helper in integration tests - Closes #485 #487 (ginacontrino)
- Header disappears on small screens - Closes #459 #486 (yasharAyari)
- Improve test coverage of electron wrapper - Closes #473 #483 (ginacontrino)
- Add unit tests to uncovered utilities - Closes #23 #482 (ginacontrino)
- Fix 'npm run dist' on Linux - Closes #477 #481 (slaweet)
- Fix 'npm run build-prod' on Windows - Closes #478 #480 (slaweet)
- Fix a rendering issue in delegateList-Safari - Closes #472 #479 (reyraa)
- Create an integration tests for voting component - Closes #290 #476 (yasharAyari)
- Style improvements in Register page - Closes #454 #455 (reyraa)
- Fix @integration: Wallet test that sometimes fails - Closes #426 #448 (slaweet)
- Add explorer e2e test - Closes #427 #445 (ginacontrino)
Version 0.1.0
Change Log
v0.1.0 (2018-02-20)
Implemented enhancements:
- Add button to search page #380
- Update price chart data source #378
- Changing any digit in address should fundamentally change avatar #376
- Wallet should show send transaction to self as "account initialization" #326
- Voting with not enough LSK should not go through #321
- Copy to clipboard should give feedback #320
- Improve top search input placement #311
- Improve login button in explorer section #308
- Add links to help pages #296
- Implement splash screen #283
- Set bigger window dimensions of electron wrapper #276
- Click anywhere on transaction row should go to transaction detail #271
- Create HOC component to connect delegateList and delegateSidebar #270
- Search landing page #247
- TransactionID detail page #246
- Recent searches saved in localStorage #245
- Make account transactions accessible without login #237
- Implement filters of delegate list #215
- Passphrase steps of send component #191
- Create page with another account transactions #176
- Create a 404 page #168
- Implement auto-lock and advanced mode settings #159
- Implement sidechains page #153
- Implement transaction detail step #138
- Implement "send to this address" in transactions #137
- Implement advanced features of currency graph for dashboard #133
- Implement basic currency graph for dashboard #132
- Create transition wrapper component #121
- Implement search for accounts, transactions #64
- Implement the account visual #61
- Implement launch protocol for changing network #47
- Change saved accounts to save on login #45
- Implement edit mode in redesigned account switcher #44
- Implement multiple unlocked accounts #43
- Implement timed lock of the account #42
- Add filters for transaction component #32
Fixed bugs:
- Same mainnet account saved multiple times #452
- Main menu is not displayed in IE 11 #446
- Logo is not center aligned in splash screen in M breakpoint #434
- Cleaning the search box should redirect users to a default page #425
- Delete show transaction page button #413
- Passphrase confirmation may get stuck #412
- Remove unintended rounded corners in iOS #409
- There's an extra arrow in delegate sidebar button #406
- Voting filters doesn't work correctly #405
- Fix the background of pending votes #404
- The copied passphrase should have spaces in between the words #400
- Register page shows the missing word options alternatively #398
- Fix little bugs in send process #397
- Disable save password in input #394
- The slider bullets of setting section of menu are not visible in M screen #389
- Update balance from "send to" sidebar #383
- Non send transaction should only be visible in the "outgoing" and not "incoming" filter #382
- Make back buttons work everywhere #381
- Price chart in dashboard is broken in Safari on iOS #377
- Prevent loading bar from showing on every new block #375
- Login button missing in Explorer in mobile #361
- Transaction list throws error with props.loadMore #359
- The layout of the header is broken in Safari #355
- Delegates page has some issues #352
- Polish some details of the dashboard page #337
- "Send to this address" doesn't work on M and S breakpoint #336
- Account visual doesn't update in send #335
- Account doesn't open on "no result" search page #325
- Fix explorer menu item #307
- Show transaction type on non-send transaction page #302
- Menu is visible beneath of components #301
- Register process has two small but very visible bugs #299
- Remove extra message from transactions list #295
- The app should logout after the last saved account is removed #281
- Wallet displays some extra transactions #278
- Login redirects to the login page again #230
- Issue in L breakpoint of the Create step of register page #229
- Fix randomly breaking unit tests #197
- Fix transactions table bug in tablet #194
- Implement disabled or not rendered button for passphrase confirm step #187
- Register page is broken #177
- Avoid saved account login flash #169
- The app is broken in IE and Edge #166
- Account switch @integration test sometimes fails #165
- Fix broken scroll bar for transaction component #164
- Register page improvements #152
- Fix flaky new account e2e test #135
- Register delegate causes an infinite loop #128
Closed issues:
- Update the icon of electron build #449
- When an user focuses on search in input text of that should be selected #438
- Use mainnet nodes exclusive for Lisk Hub #433
- Port changes from Lisk Nano 1.3.X patch releases #432
- General fixes of small style issues #430
- Put delegate setting as first setting #422
- Header account visual is too small in M breakpoint #420
- Make register process next steps accessible on every breakpoint #419
- Add more color palettes for the account visual #401
- Improve and rename English strings #396
- Implement a solution for testnet instance of Lisk Hub #371
- Fix leftover height issues #367
- Remove toast notifications #365
- Add "beta" ...