Skip to content

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pqv199x committed Jul 23, 2019
1 parent 052e78c commit 0b302b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
25 changes: 8 additions & 17 deletions app/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,14 @@
<div
v-if="!isTomonet"
class="notification_body">
<b-dropdown-text>
<div style="font-size: 13px;">
<strong>TomoMaster up to 1.5.2</strong>
<p>- Hide latest signed block for proposed masternode</p>
<p>- Refactor code</p>
</div>
</b-dropdown-text>
<b-dropdown-divider/>
<b-dropdown-text>
<div style="font-size: 13px;">
<strong>TomoMaster up to 1.5.1</strong>
Expand Down Expand Up @@ -214,23 +222,6 @@
<p>- Show slashing history</p>
</div>
</b-dropdown-text>
<b-dropdown-divider/>
<b-dropdown-text>
<div style="font-size: 13px;">
<strong>TomoMaster up to 1.4.0</strong>
New features have been added to.
<p>- Added notification for propose, resign,
slash and out of top 150</p>
<p>- Add rank column in masternode list table</p>
<p>- Add masternode name, current cap columns
in voter transaction table</p>
<p>- Added slashing history filter in masternode reward table</p>
<p>- Remove v-html in order to prevent XSS attacking</p>
<p>- Hide login section after logged in successfully</p>
<p>- Update api documentation</p>
<p>- Fix bugs: masternode status and history status</p>
</div>
</b-dropdown-text>
</div>
<b-dropdown-divider
v-if="!isTomonet" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tomomaster",
"version": "1.5.1",
"version": "1.5.2",
"description": "TomoChain Governance DApp",
"main": "elect.js",
"scripts": {
Expand Down

0 comments on commit 0b302b4

Please sign in to comment.