This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
Version 1.3.0-rc.1
Pre-release
Pre-release
slaweet
released this
21 Nov 16:30
·
189 commits
to development
since this release
Change Log
v1.3.0-rc.1 (2017-11-21)
Implemented enhancements:
- Add support for message encryption and decryption #536
- Allow to save and manage multiple accounts in local storage #573
- Notify users when there is new version available #196
Fixed bugs:
- Account switching to a custom node account doesn't work #995
- 13-word passphrase causes error in js console #986
- Signed Message Invalid when Created from Saved Nano Account (Not Already Logged In) #981
- Register second passphrase of saved account throws error #980
- Make react app compatible for all browsers #968
- Scenario: should allow to save account locally is broken #957
- Encrypt/decrypt message menu items are broken #948
- Remove access to 'Register as delegate' form for delegates #946
- Lisk Nano throw an error if config.json is corrupted #942
- Incorrect uptime showed for delegates during filtering #935
Closed issues:
- Add dev-app-update.yml file #996
- issues with transfers #989
- Add German translations for strings added in 1.3.0 #983
- Add autoprefixer to webpack config #978
- Review and refactor e2e tests #973
- Make Jenkinsfile project name independant #961
- Build recovery slack notifications don’t work #944
- Create pull request template #939
- Move networks.js to src/constants #926
- E2e test send on testnet #925
- Upgrade to React 16 #902
- Write unit tests for electron code #900
- Add eslint no-exclusive-tests rule #893
- Share common i18n setup of Electron and React app #892
- Make e2e tests more stable #878
- Utils: Delegate Unit test fails at random #859
- Setup David for dependency management #844
- Use Websocket to get new transactions #843
- Setup i18n-scanner to run in webpack #831
- Review skip and TODOs in unit tests #751
- Check alert dialog text e2e step doesn't work #734
- Pilot integration tests #733
- Don't unit test component methods directly #703
- [Linux] desktop file is lacking a Categories= entry #620
Merged pull requests:
- Add app update file - Closes #996 #998 (ginacontrino)
- Fix account switching with custom node - Closes #995 #997 (slaweet)
- Add German translations for strings added in 1.3.0 - Closes #983 #994 (ginacontrino)
- Add eslint no-exclusive-tests rule - Closes #893 #993 (slaweet)
- Fix i18n of second passphrase registration authenticate step #992 (slaweet)
- Long Passphrase bug fix - Closes #986 #988 (joerodrig)
- Authenticate the user before setting second passphrase - Closes #980 #985 (reyraa)
- Update message signature with passphrase input value - Closes #981 #984 (slaweet)
- Do not show delegate registration form for a delegate - Closes #946 #982 (joerodrig)
- Pilot integration tests - Closes #733 #977 (yasharAyari)
- Use core port number > 4000 to prevent side effects #976 (fchavant)
- Review e2e tests - Closes #973 #974 (slaweet)
- Write unit tests for electron code - Closes #900 #970 (ginacontrino)
- Remove outdated labels from Jenkinsfile #969 (slaweet)
- Allow to save and manage multiple accounts in local storage - Closes #573 #966 (slaweet)
- Cleanup eslint paths #965 (slaweet)
- Set meta viewport to fix size on mobile devices #964 (slaweet)
- Use variable for job name instead of hardcoded string in Jenkinsfile - Closes #961 #962 (fchavant)
- Setup testnet tests - Closes #925 #960 (ginacontrino)
- Setup David for dependency management - Closes #844 #959 (yasharAyari)
- Fix broken "save account" e2e scenario - Closes #957 #958 (slaweet)
- Add hard-source-webpack-plugin #956 (slaweet)
- Create CODE_OF_CONDUCT.md #955 (slaweet)
- Remove direct calls to methods of components in unit tests - Closes #703 #954 (reyraa)
- Fix styles of encrypt/decrypt menu items - Closes #948 #952 (slaweet)
- Refactor i18n - Closes #892 #951 (ginacontrino)
- Fix recovery notification - Closes #944 #950 (fchavant)
- Convert i18n-scanner command into a webpack plugin - Closes #831 #949 (slaweet)
- Add gitter badge to README.md #947 (slaweet)
- Move networks.js to src/constants - Closes #926 #945 (yasharAyari)
- Fix exception throwing - Close 942 #943 (alepop)
- Unskip tests and solve TODOs - Closes #751 #941 (ginacontrino)
- Create pull request template - Closes #939 #940 (slaweet)
- Upgrade to react 16 - Closes #902 #938 (yasharAyari)
- Add DevTools Keyboard Shortcut #937 (V1shvesh)
- Fix randomly failing delegate test - Closes #859 #934 (ginacontrino)
- Make e2e tests more stable - Closes #878 #890 (slaweet)
- Use Websocket to get new transactions - Closes #843 #889 (ginacontrino)
- Setup auto update - Closes #196 #765 (slaweet)