Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Commit

Permalink
add version v0.39.x-1-g5a77800
Browse files Browse the repository at this point in the history
  • Loading branch information
kwunyeung committed Nov 5, 2020
1 parent 5a77800 commit a0ad7c6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## [Unrelease]

* [#425] Fixed `commission_rates` might not exists in `validator.commission` object

## v0.39.x

* [#420] Update brand font
Expand All @@ -15,8 +19,8 @@
* [#297] Prettify unrecognized JSON messages
* [#294] Fixed cloneDeep typo in Account section for case-sensitve filesystems.
* [#284] Support Tendermint v0.33 block format
* [#346] Changed "Governanza" typo to "Gobernanza" in Spanish Translation
* [#375] Fixed the Commission Value Calculations that caused Account Page to break
* [#346] Changed "Governanza" typo to "Gobernanza" in Spanish Translation
* [#375] Fixed the Commission Value Calculations that caused Account Page to break
* [#372] Fixed Redelegation List showing on all account pages

## v0.37.x-patch-11
Expand All @@ -29,7 +33,7 @@
* Added Russian transation
* Fixed Unjail message with a correct account address.
* [#323] Display rewards amount in activities list.
* [#327] Fixed error in Proposals section to accept String and Number as a value in Changes table
* [#327] Fixed error in Proposals section to accept String and Number as a value in Changes table
* Hide Italian it-IT Translation
* Fixed hash overflow on mobile in Transaction Section (Added scroller)

Expand Down Expand Up @@ -78,6 +82,6 @@
* [#239] Fixed Coin untilty. Now it shows coins from the chain matching with the `settings.json` if configuration exist. Please note there is a new `coins` object in the [`settings.json`](https://github.com/forbole/big_dipper/blob/master/default_settings.json#L17) to define the display parameters of each coin
* [#238] Styled the tooltip not to block the validator info
* [#230] Removed the delegation shares in account's delegation panel
* [#229] Fixed the account address display
* [#229] Fixed the account address display
* [#228] Added rewards column to account's delegation panel
* Added memo button in each transaction
2 changes: 1 addition & 1 deletion private/version
@@ -1 +1 @@
v0.39.x
v0.39.x-1-g5a77800
5 changes: 3 additions & 2 deletions scripts/genversion.sh
@@ -1,6 +1,7 @@
#!/bin/bash

echo "Generating version file"
echo $(git describe --tag) | tee private/version
export TAG=$(git describe --tag)
echo $TAG | tee private/version
git add private/version
git commit --amend -C HEAD --no-verify
git commit -am "add version $TAG"

0 comments on commit a0ad7c6

Please sign in to comment.