Skip to content

Commit

Permalink
release-1.0.0-beta.143
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunie Bot committed Nov 21, 2019
1 parent 71c2852 commit 2265c04
Show file tree
Hide file tree
Showing 25 changed files with 39 additions and 28 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,43 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- SIMSALA --> <!-- DON'T DELETE, used for automatic changelog updates -->

## [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
Expand Down
1 change: 0 additions & 1 deletion changes/ana_2982-switching-networks-should-sign-user-out

This file was deleted.

1 change: 0 additions & 1 deletion changes/ana_3063-remember-last-network-selected

This file was deleted.

1 change: 0 additions & 1 deletion changes/ana_3074-add-previous-next-in-proposal-page

This file was deleted.

1 change: 0 additions & 1 deletion changes/ana_3133-loader-networks-page-missing

This file was deleted.

1 change: 0 additions & 1 deletion changes/ana_3145-fix-voting-period-start-and-end-date

This file was deleted.

1 change: 0 additions & 1 deletion changes/ana_fix-app-header-mobile-and-app-menu-arrows

This file was deleted.

1 change: 0 additions & 1 deletion changes/colw_3130-delegations-rewards

This file was deleted.

1 change: 0 additions & 1 deletion changes/colw_fix-withdrawal-empty-message

This file was deleted.

1 change: 0 additions & 1 deletion changes/colw_proposals-loading-indicator

This file was deleted.

1 change: 0 additions & 1 deletion changes/fabo_android-icons

This file was deleted.

1 change: 0 additions & 1 deletion changes/fabo_cross-signing

This file was deleted.

1 change: 0 additions & 1 deletion changes/fabo_fix-balance-update

This file was deleted.

1 change: 0 additions & 1 deletion changes/fabo_simplify-e2e

This file was deleted.

1 change: 0 additions & 1 deletion changes/fabo_terra

This file was deleted.

2 changes: 0 additions & 2 deletions changes/jordan_3077-action-modal-forms

This file was deleted.

2 changes: 0 additions & 2 deletions changes/jordan_bitrise-build-issues

This file was deleted.

1 change: 0 additions & 1 deletion changes/jordan_insecure-mobile

This file was deleted.

2 changes: 0 additions & 2 deletions changes/jordan_mo-mobile

This file was deleted.

1 change: 0 additions & 1 deletion changes/mario_3115-hide-tooltips-mobile-app

This file was deleted.

1 change: 0 additions & 1 deletion changes/mario_3119-reset-scroll-route-change

This file was deleted.

1 change: 0 additions & 1 deletion changes/mario_3131-loading-screen-in-search

This file was deleted.

1 change: 0 additions & 1 deletion changes/mario_3146-insecure-mode-bug

This file was deleted.

1 change: 0 additions & 1 deletion changes/mario_3148-dont-show-cookie-warn-in-app

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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. <hello@lunie.io>",
"scripts": {
Expand Down Expand Up @@ -129,4 +129,4 @@
"https-proxy-agent": ">=3.0.0",
"handlebars": ">=4.5.3"
}
}
}

0 comments on commit 2265c04

Please sign in to comment.