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)