This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
Version 1.0.0
Change Log
Version 1.0.0
Implemented enhancements:
- Add bouncer animation to pending send transactions #407
- Clicking anywhere after generating passphrase break "ctrl+a" selection scope #403
- Remove the "Load More" link at the bottom of the first few transactions #402
- Remove "Today" on the "Forging" Tab #401
- Polish voting page #344
- Not all modals show the fees of a transaction #332
- After the confirmation of a 1st/2nd passphrase, add another step #331
- Gray line after adding a delegate to the voting list #330
- Same loading bar which is all the time at the same location #328
- Conform all numbers with comma #326
- A blue border around "Show all columns" menu #323
- Visual bug with the tabs - 1px white line on the left side #321
- Move the √ icon from the peers box to the inner network box #320
- Check version compatibility on login #309
- All forms should look and feel the same #301
- Display nethash when logged in #285
- Add Explorer links to the help menu #282
- Send funds by clicking on account balance and transaction amount #270
- Signing a message simplicity #261
- Show desktop notifications for changes #253
- Sign/verify message should contain some explanation #181
- Use window.requestAnimationFrame() instead of timeouts #174
- Improve sign and verify message output styling #150
- Replace "Forged today" with "In past 365 days" - Closes #401 #413 (slaweet)
- Prevent blur event on textarea.passphrase element #412 (alepop)
- Unify "not enough funds" errors - Closes #405 #411 (slaweet)
- Add pending status spinner to transactions list - Closes #407 #410 (reyraa)
- Load 20 transaction instead 10 - Closes #402 #408 (alepop)
- Add explorer link to Help menu #395 (alepop)
- Intro for passphrase generation modals - Closes 331 #359 (reyraa)
- Add infinity scroll for forged blocks #335 (alepop)
- Add % symbol for uptime/approval on the voting page - Closes #322 #325 (slaweet)
- Move online/offline icon inside node element - Closes #320 #324 (slaweet)
- Remove login page title #319 (slaweet)
- Check version compatibility on login - Closes #309 #314 (slaweet)
- Improve sign/verify message ui - Closes #150 #313 (reyraa)
- Add modal method to dialog service as general modal service #308 (yasharAyari)
- Refine top header #292 (reyraa)
- Send from address or amount - Closes #270 #271 (reyraa)
- Show desktop notifications for changes #263 (alepop)
- Add "sign and copy to clipboard" button to sign message - Closes #261 #262 (slaweet)
- Add some explanation to sign/verify message - Closes #181 #259 (slaweet)
- Eliminate redundant Api calls. Closes #174 #210 (reyraa)
Fixed bugs:
- Fix test coverage results #430
- Loading bar doesn't hide after sucessfull login #422
- New Account and Login buttons are permanently disabled #420
- Using wrong URL as custom node results in endless loop #417
- Forging tab doesn't show correct template for (non-)delegate accounts #391
- Address and balance overflows on smaller screen #389
- Delegate registration popup doesn't show second passphrase input #388
- Javascript Error: app.setAboutPanelOptions is not a function #386
- Delegates highlighting after voting is broken #380
- Cancel button does not work in delegate registration modal #373
- Forging tab still have "Load more" button/lavel #367
- 25 LSK fee showing for a new account #363
- Window jumps to top when loading more transactions. #361
- Send all funds is not clickable #356
- Polish voting page #344
- Auto select the Recipient Address in the send modal #333
- Add infinity scroll to "Forged blocks" #327
- Add shadow to the TRANSACTIONS menu entry #299
- New account doesn't load delegates #288
- Send all funds message #286
- Custom node still allows login if its not online #283
- Wrong tooltip wording #281
- New Account switches network after closing modal #280
- Circular progress bar should be overlaid when connecting to peer #272
- 2nd passphrase generation bug #267
- Infinite scrolling doesn't work in big screens #256
- Sending a transaction to own address displays the sent transaction but not the received #236
- Fee and Amount headers are missaligned #225
- Implement Try/Catch in Jenkins File #223
- Default window size is massive on large display #221
- Delegate name shown is too timid #219
- Secondary menu for Forged Blocks is not vertically aligned #217
- Input labels not visible after text entered #214
- Running electron app opens blank window #213
- Fix names of services in delegateApi.js and forgingApi.js #208
- Fix test coverage results - Closes #430 #432 (yasharAyari)
- Fix loading bar after unsuccessfull login - Closes #422 #423 (slaweet)
- Fix an issue in form validation in login page - Closes #420 #421 (reyraa)
- Use Javascript URL method to normalize URL before setting active peer - Closes #417 #419 (reyraa)
- Add space between "remove votes from" and divider - Closes #330 #416 (slaweet)
- Fix typos - Closes #399 #409 (reyraa)
- Fix the header for smaller displays - Closes #389 #396 (reyraa)
- Fix delegates highlighting after voting - Closes #380 #394 (slaweet)
- Fix template issues in forging tab - Closes #391 #392 (reyraa)
- Delegate registration popup fixings - Closes #388 #390 (reyraa)
- Fix Javascript Error: app.setAboutPanelOptions is not a function #387 (alepop)
- Polish voting page - Closes #344 #384 (yasharAyari)
- Fixes the usage of modal.dialog - Closes #381 #382 (reyraa)
- Hide "Load More" button in forging tab - Closes #367 #377 (slaweet)
- Hide modal in cancel method - Closes #373 #375 (reyraa)
- Don't show a fee on new account registration - Closes #363 #372 (slaweet)
- Remove extra gray in vote dialog - Closes #330 #371 (slaweet)
- Fix load more transactions jumps to top bug - Closes #361 #369 (slaweet)
- Send the right options to Send modal - Closes #356 #357 (reyraa)
- Remove the blue border around "Show all columns" - Closes #323 #338 (slaweet)
- Fix visual bug with the tabs in main component- Closes #321 #337 (yasharAyari)
- Keep the load-more button hidden if the page has vertical scrollbar - Closes #327 #336 (reyraa)
- Minor ui fixes #334 (alepop)
- UI fixings: Unify forms, shadow to main tabs #310 (reyraa)
- Try to connect on login page before going further - Closes #283 #307 (slaweet)
- UI fixes #306 (alepop)
- Keep selected network on new account cancellation - Closes #280 #291 (slaweet)
- Fix delegate list on new account - Closes #288 #290 (slaweet)
- Make offline progress bar overlay - Closes #272 #273 (slaweet)
- Unbind mousemove listener on passphrase directive $destroy - Closes #267 #269 (slaweet)
- Add "Load more" button back to transactions list - Closes #256 #258 (slaweet)
- Fix transaction list order #257 (slaweet)
- Display reflexive transaction in gray with circle arrow - Closes #236 #246 (slaweet)
- Fix forging unit tests #239 (slaweet)
- Make delegate name less timid - Closes #219 #238 (slaweet)
- Fix forging tab visibility - Closes #218 #237 (slaweet)
- Fix input label overflow - Closes #214 #230 (slaweet)
- Fix alignment of md-checkbox in md-menu-item - Closes #217 #229 (slaweet)
- Fix transaction fee and amount header alignment - Closes #225 #227 (slaweet)
- Restrict initial window size on big screens - Closes #221 #226 (slaweet)
- Remove base href="/" - Closes #213 #222 (slaweet)
- Eliminate redundant Api calls. Closes \#174 #210 (reyraa)
Closed issues:
- Unify "not enough funds" errors #405
- Typos in the login text #399
- Empty recipient field when clicking on sender address #381
- Connect to mainnet nodes via https #378
- Jenkins Coveralls Reporter lost from Karma.conf.js #374
- Uncaught Exception on Startup #364
- Unify use of modal full screen mode #358
- Change delegate registration modal header #345
- Remove "input names" feature from Voting tab #343
- White space above the transactions table #329
- Add % symbol behind the percentage number for uptime/approval on the voting page #322
- Official nodes distribution #318
- Postgress fail on Ubuntu 17.04 #317
- Unify transaction confirmation #315
- Align modal headers with the forms and buttons #302
- VOTING page is not loading on a new account #300
- Add a border-radius to the main menu #298
- Draw the thin gray line through the end at the 3-dot menu #297
- Problem with the 3 dots in send modal, responsive design #296
- Buttons in modals are not aligned correctly #295
- Conformity between modals #294
- Copyright in the about is incorrect #287
- Improve e2e test coverage #274
- Download link broken for Mac DMG #251
- Resolve FIXME comments in e2e tests #203
- Refactor e2e tests to multitple files and use cucumber #202
- Refactor new passphrase modal into a component #189
- Setup watch mode for eslint #186
- Make files organisation clearer #154
- Document source code using YUIDoc #30
Merged pull requests:
- Change delegate registration modal header text - Closes #345 #385 (yasharAyari)
- Remove 'input names' feature from Voting tab - Closes #343 #383 (yasharAyari)
- Connect to mainnet nodes via https - Closes #378 #379 (slaweet)
- Restore karma-jenkins-reporter in karma.conf.js - Closes #374 #376 (Isabello)
- Unify modals fullscreen and width - Closes #358 #370 (slaweet)
- Use one universal loading bar - Closes #328 #340 (slaweet)
- Conform all numbers with comma - Closes #326 #339 (yasharAyari)
- Unify transaction confirmation - Closes #315 #316 (slaweet)
- Unify modals buttons and alignment #312 (slaweet)
- Fix Copyright date range - Closes #287 #293 (alepop)
- Refactor save passphrase modal into a component - Closes #189 #278 (slaweet)
- Disable new account e2e test #266 (slaweet)
- 186 setup watch mode for eslint #264 (alepop)
- Refactor e2e tests to multitple files and use cucumber - Closes #202 #252 (slaweet)
- Fix names of services in delegateApi.js and forgingApi.js - Closes #208 #245 (slaweet)
- Correct lock resources for nano #243 (Isabello)
- Make files organisation clearer - Closes #154 #242 (alepop)
- Revert "Make files organisation clearer - Resolves #154" #241 (slaweet)
- Add documentation, Fixes #30 #240 (reyraa)
- Implement try/catch into Jenkinsfile - Closes #223 #224 (Isabello)
- Make files organisation clearer - Resolves #154 #212 (alepop)
- Resolve FIXME comments in e2e tests - Closes #203 #209 (slaweet)
Credits
Thanks to everyone who directly contributed to this release.
- Vít Stanislav (@slaweet)
- Ali Haghighatkhah (@reyraa)
- Yashar Ayari (@yasharAyari)
- Isabella Dell (@Isabello)
- Aleksey (@alepop)