diff --git a/CHANGELOG.md b/CHANGELOG.md index 34009f7131..9f10f17ff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,43 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. +## [1.0.0-beta.143] - 2019-11-21 + +### Added + +- [#3074](https://github.com/cosmos/lunie/issues/3074) Now it is possible to navigate within the proposals themselves forwards and backwards @Bitcoinera +- [#3141](https://github.com/cosmos/lunie/pull/3141) Loading indidcator for proposal list @colw +- Added icons and splash screens for Android @faboweb +- Sign across Cosmos SDK v0 and Cosmos SDK v2 @faboweb +- Added icons for Terra @faboweb + +### Changed + +- [#2982](https://github.com/cosmos/lunie/issues/2982) Now user gets signed out every time they switch networks @Bitcoinera +- [#3063](https://github.com/cosmos/lunie/issues/3063) Now Lunie remembers the last network you selected. Network persistency @Bitcoinera +- [#3133](https://github.com/cosmos/lunie/issues/3133) Now the networks page also has a loader @Bitcoinera +- [#3077](https://github.com/cosmos/lunie/issues/3077) fixed button to bottom on forms and addressed some strange scrolling behaviour @jbibla +- [#3101](https://github.com/cosmos/lunie/issues/3101) only load StatusBar on mobile devices to avoid console error in browsers @jbibla +- changed the material-icons package to only download iconfonts instead of all assets @jbibla +- session screens handle mobile and insecure modes properly @jbibla +- [#3144](https://github.com/cosmos/lunie/issues/3144) hid available ATOM when zero balance for mobile and reduced confusion on desktop @jbibla +- [#3115](https://github.com/cosmos/lunie/issues/3115) Hide tooltips on mobile app @mariopino +- [#3148](https://github.com/cosmos/lunie/issues/3148) Do not show cookie warn in mobile app @mariopino + +### Fixed + +- [#3145](https://github.com/cosmos/lunie/issues/3145) Fix the voting period dates displayed @Bitcoinera +- [#3128](https://github.com/cosmos/lunie/pull/3128) Mobile app header not showing and Networks showing in the mobile app menu @Bitcoinera +- [#3130](https://github.com/cosmos/lunie/issues/3130) Delegation rewards were not displaying in validator list @colw +- [#3176](https://github.com/cosmos/lunie/pull/3176) Withdrawal was not working as message was empty @colw +- refetching from network only was failing @faboweb +- fixing failing e2e tests @faboweb +- [#3151](https://github.com/cosmos/lunie/pull/3151) removed package-lock.json to solve build issue in bitrise @jbibla +- mobile app config wasn't loaded properly in main.js @jbibla +- [#3119](https://github.com/cosmos/lunie/issues/3119) Fix scroll to top when open a new page that needs scroll @mariopino +- [#3131](https://github.com/cosmos/lunie/issues/3131) Don't show the loading screen when using search bar @mariopino +- [#3146](https://github.com/cosmos/lunie/issues/3146) Fix insecure mode handling @mariopino + ## [1.0.0-beta.142] - 2019-11-20 ### Added diff --git a/changes/ana_2982-switching-networks-should-sign-user-out b/changes/ana_2982-switching-networks-should-sign-user-out deleted file mode 100644 index 5ad30b85ab..0000000000 --- a/changes/ana_2982-switching-networks-should-sign-user-out +++ /dev/null @@ -1 +0,0 @@ -[Changed] [#2982](https://github.com/cosmos/lunie/issues/2982) Now user gets signed out every time they switch networks @Bitcoinera \ No newline at end of file diff --git a/changes/ana_3063-remember-last-network-selected b/changes/ana_3063-remember-last-network-selected deleted file mode 100644 index da2517b802..0000000000 --- a/changes/ana_3063-remember-last-network-selected +++ /dev/null @@ -1 +0,0 @@ -[Changed] [#3063](https://github.com/cosmos/lunie/issues/3063) Now Lunie remembers the last network you selected. Network persistency @Bitcoinera \ No newline at end of file diff --git a/changes/ana_3074-add-previous-next-in-proposal-page b/changes/ana_3074-add-previous-next-in-proposal-page deleted file mode 100644 index 2fc4cd34f3..0000000000 --- a/changes/ana_3074-add-previous-next-in-proposal-page +++ /dev/null @@ -1 +0,0 @@ -[Added] [#3074](https://github.com/cosmos/lunie/issues/3074) Now it is possible to navigate within the proposals themselves forwards and backwards @Bitcoinera \ No newline at end of file diff --git a/changes/ana_3133-loader-networks-page-missing b/changes/ana_3133-loader-networks-page-missing deleted file mode 100644 index b86af2e7bb..0000000000 --- a/changes/ana_3133-loader-networks-page-missing +++ /dev/null @@ -1 +0,0 @@ -[Changed] [#3133](https://github.com/cosmos/lunie/issues/3133) Now the networks page also has a loader @Bitcoinera \ No newline at end of file diff --git a/changes/ana_3145-fix-voting-period-start-and-end-date b/changes/ana_3145-fix-voting-period-start-and-end-date deleted file mode 100644 index f784ebe390..0000000000 --- a/changes/ana_3145-fix-voting-period-start-and-end-date +++ /dev/null @@ -1 +0,0 @@ -[Fixed] [#3145](https://github.com/cosmos/lunie/issues/3145) Fix the voting period dates displayed @Bitcoinera \ No newline at end of file diff --git a/changes/ana_fix-app-header-mobile-and-app-menu-arrows b/changes/ana_fix-app-header-mobile-and-app-menu-arrows deleted file mode 100644 index aad60e24da..0000000000 --- a/changes/ana_fix-app-header-mobile-and-app-menu-arrows +++ /dev/null @@ -1 +0,0 @@ -[Fixed] [#3128](https://github.com/cosmos/lunie/pull/3128) Mobile app header not showing and Networks showing in the mobile app menu @Bitcoinera \ No newline at end of file diff --git a/changes/colw_3130-delegations-rewards b/changes/colw_3130-delegations-rewards deleted file mode 100644 index 3c540da1b4..0000000000 --- a/changes/colw_3130-delegations-rewards +++ /dev/null @@ -1 +0,0 @@ -[Fixed] [#3130](https://github.com/cosmos/lunie/issues/3130) Delegation rewards were not displaying in validator list @colw \ No newline at end of file diff --git a/changes/colw_fix-withdrawal-empty-message b/changes/colw_fix-withdrawal-empty-message deleted file mode 100644 index d74bceba67..0000000000 --- a/changes/colw_fix-withdrawal-empty-message +++ /dev/null @@ -1 +0,0 @@ -[Fixed] [#3176](https://github.com/cosmos/lunie/pull/3176) Withdrawal was not working as message was empty @colw \ No newline at end of file diff --git a/changes/colw_proposals-loading-indicator b/changes/colw_proposals-loading-indicator deleted file mode 100644 index 27d1d7f568..0000000000 --- a/changes/colw_proposals-loading-indicator +++ /dev/null @@ -1 +0,0 @@ -[Added] [#3141](https://github.com/cosmos/lunie/pull/3141) Loading indidcator for proposal list @colw \ No newline at end of file diff --git a/changes/fabo_android-icons b/changes/fabo_android-icons deleted file mode 100644 index 7764f4c6ba..0000000000 --- a/changes/fabo_android-icons +++ /dev/null @@ -1 +0,0 @@ -[Added] Added icons and splash screens for Android @faboweb \ No newline at end of file diff --git a/changes/fabo_cross-signing b/changes/fabo_cross-signing deleted file mode 100644 index c772ee3517..0000000000 --- a/changes/fabo_cross-signing +++ /dev/null @@ -1 +0,0 @@ -[Added] Sign across Cosmos SDK v0 and Cosmos SDK v2 @faboweb \ No newline at end of file diff --git a/changes/fabo_fix-balance-update b/changes/fabo_fix-balance-update deleted file mode 100644 index d5e77a4610..0000000000 --- a/changes/fabo_fix-balance-update +++ /dev/null @@ -1 +0,0 @@ -[Fixed] refetching from network only was failing @faboweb \ No newline at end of file diff --git a/changes/fabo_simplify-e2e b/changes/fabo_simplify-e2e deleted file mode 100644 index de808d7ea0..0000000000 --- a/changes/fabo_simplify-e2e +++ /dev/null @@ -1 +0,0 @@ -[Fixed] fixing failing e2e tests @faboweb \ No newline at end of file diff --git a/changes/fabo_terra b/changes/fabo_terra deleted file mode 100644 index 21ac7ebb4c..0000000000 --- a/changes/fabo_terra +++ /dev/null @@ -1 +0,0 @@ -[Added] Added icons for Terra @faboweb \ No newline at end of file diff --git a/changes/jordan_3077-action-modal-forms b/changes/jordan_3077-action-modal-forms deleted file mode 100644 index a8ea261ec5..0000000000 --- a/changes/jordan_3077-action-modal-forms +++ /dev/null @@ -1,2 +0,0 @@ -[Changed] [#3077](https://github.com/cosmos/lunie/issues/3077) fixed button to bottom on forms and addressed some strange scrolling behaviour @jbibla -[Changed] [#3101](https://github.com/cosmos/lunie/issues/3101) only load StatusBar on mobile devices to avoid console error in browsers @jbibla \ No newline at end of file diff --git a/changes/jordan_bitrise-build-issues b/changes/jordan_bitrise-build-issues deleted file mode 100644 index 0175a63c3b..0000000000 --- a/changes/jordan_bitrise-build-issues +++ /dev/null @@ -1,2 +0,0 @@ -[Fixed] [#3151](https://github.com/cosmos/lunie/pull/3151) removed package-lock.json to solve build issue in bitrise @jbibla -[Changed] changed the material-icons package to only download iconfonts instead of all assets @jbibla \ No newline at end of file diff --git a/changes/jordan_insecure-mobile b/changes/jordan_insecure-mobile deleted file mode 100644 index c71427cb45..0000000000 --- a/changes/jordan_insecure-mobile +++ /dev/null @@ -1 +0,0 @@ -[Changed] session screens handle mobile and insecure modes properly @jbibla \ No newline at end of file diff --git a/changes/jordan_mo-mobile b/changes/jordan_mo-mobile deleted file mode 100644 index dd4f048f41..0000000000 --- a/changes/jordan_mo-mobile +++ /dev/null @@ -1,2 +0,0 @@ -[Fixed] mobile app config wasn't loaded properly in main.js @jbibla -[Changed] [#3144](https://github.com/cosmos/lunie/issues/3144) hid available ATOM when zero balance for mobile and reduced confusion on desktop @jbibla \ No newline at end of file diff --git a/changes/mario_3115-hide-tooltips-mobile-app b/changes/mario_3115-hide-tooltips-mobile-app deleted file mode 100644 index d0b9397da6..0000000000 --- a/changes/mario_3115-hide-tooltips-mobile-app +++ /dev/null @@ -1 +0,0 @@ -[Changed] [#3115](https://github.com/cosmos/lunie/issues/3115) Hide tooltips on mobile app @mariopino \ No newline at end of file diff --git a/changes/mario_3119-reset-scroll-route-change b/changes/mario_3119-reset-scroll-route-change deleted file mode 100644 index 0cee9be8b8..0000000000 --- a/changes/mario_3119-reset-scroll-route-change +++ /dev/null @@ -1 +0,0 @@ -[Fixed] [#3119](https://github.com/cosmos/lunie/issues/3119) Fix scroll to top when open a new page that needs scroll @mariopino \ No newline at end of file diff --git a/changes/mario_3131-loading-screen-in-search b/changes/mario_3131-loading-screen-in-search deleted file mode 100644 index cb6077a9cd..0000000000 --- a/changes/mario_3131-loading-screen-in-search +++ /dev/null @@ -1 +0,0 @@ -[Fixed] [#3131](https://github.com/cosmos/lunie/issues/3131) Don't show the loading screen when using search bar @mariopino \ No newline at end of file diff --git a/changes/mario_3146-insecure-mode-bug b/changes/mario_3146-insecure-mode-bug deleted file mode 100644 index a72d9b904e..0000000000 --- a/changes/mario_3146-insecure-mode-bug +++ /dev/null @@ -1 +0,0 @@ -[Fixed] [#3146](https://github.com/cosmos/lunie/issues/3146) Fix insecure mode handling @mariopino \ No newline at end of file diff --git a/changes/mario_3148-dont-show-cookie-warn-in-app b/changes/mario_3148-dont-show-cookie-warn-in-app deleted file mode 100644 index 955d904d65..0000000000 --- a/changes/mario_3148-dont-show-cookie-warn-in-app +++ /dev/null @@ -1 +0,0 @@ -[Changed] [#3148](https://github.com/cosmos/lunie/issues/3148) Do not show cookie warn in mobile app @mariopino \ No newline at end of file diff --git a/package.json b/package.json index 2fdd457bf8..0d18d6727e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lunie", - "version": "1.0.0-beta.142", + "version": "1.0.0-beta.143", "description": "Lunie is the staking and governance platform for proof-of-stake blockchains.", "author": "Lunie International Software Systems Inc. ", "scripts": { @@ -129,4 +129,4 @@ "https-proxy-agent": ">=3.0.0", "handlebars": ">=4.5.3" } -} \ No newline at end of file +}