Skip to content

Commit

Permalink
Merge pull request #2327 from cosmos/release-candidate/v1.0.0-beta.25
Browse files Browse the repository at this point in the history
Release candidate/v1.0.0 beta.25
  • Loading branch information
faboweb committed Mar 21, 2019
2 parents db3c32d + d92f37e commit db7ddf9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 16 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.0.0-beta.25] - 2019-03-21

### Changed

- [\#2303](https://github.com/cosmos/voyager/issues/2303) Hide amounts in header until they are fully loaded @faboweb

### Security

- [\#2309](https://github.com/cosmos/voyager/pull/2309) remove markdown parser to reduce vulnerability of xss @faboweb

### Fixed

- [\#2301](https://github.com/cosmos/voyager/issues/2301) throttle requests for keybase identities @faboweb
- [\#2272](https://github.com/cosmos/voyager/issues/2272) fixed showing uatoms instead of atoms @faboweb
- [\#2289](https://github.com/cosmos/voyager/pull/2289) reduced amount of requests to full node @fedekunze

## [1.0.0-beta.24] - 2019-03-20

### Fixed
Expand Down
13 changes: 0 additions & 13 deletions PENDING.md
Original file line number Diff line number Diff line change
@@ -1,13 +0,0 @@
### Changed

- [\#2303](https://github.com/cosmos/voyager/issues/2303) Hide amounts in header until they are fully loaded @faboweb

### Security

- [\#2309](https://github.com/cosmos/voyager/pull/2309) remove markdown parser to reduce vulnerability of xss @faboweb

### Fixed

- [\#2301](https://github.com/cosmos/voyager/issues/2301) throttle requests for keybase identities @faboweb
- [\#2272](https://github.com/cosmos/voyager/issues/2272) fixed showing uatoms instead of atoms @faboweb
- [\#2289](https://github.com/cosmos/voyager/pull/2289) reduced amount of requests to full node @fedekunze
4 changes: 2 additions & 2 deletions app/src/renderer/components/staking/PageValidator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
v-if="validator.keybase && validator.keybase.avatarUrl"
:src="validator.keybase.avatarUrl"
class="avatar"
><img
/><img
v-else
class="avatar"
src="~assets/images/validator-icon.svg"
>
/>

<div class="page-profile__header__info">
<div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cosmos-wallet",
"productName": "Cosmos Wallet",
"version": "1.0.0-beta.24",
"version": "1.0.0-beta.25",
"description": "Cosmos Wallet is a web based user interface for the Cosmos Hub.",
"author": "All In Bits, Inc <hello@tendermint.com>",
"license": "Apache-2.0",
Expand Down

0 comments on commit db7ddf9

Please sign in to comment.