Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pqv199x committed Aug 7, 2019
1 parent ae7c3f9 commit 9848b8b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions app/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,16 @@
<div
v-if="!isTomonet"
class="notification_body">
<b-dropdown-text>
<div style="font-size: 13px;">
<strong>TomoMaster up to 1.6.0</strong>
<p>- Add Auto tweeting when a new candidate is proposed</p>
<p>- Update searching</p>
<p>- Add top page pagination on small screen</p>
<p>- Remove hardware wallet session storing</p>
</div>
</b-dropdown-text>
<b-dropdown-divider/>
<b-dropdown-text>
<div style="font-size: 13px;">
<strong>TomoMaster up to 1.5.2</strong>
Expand Down Expand Up @@ -212,16 +222,6 @@
<p>- Fix incorrect address when loggin in by mnemonic words</p>
</div>
</b-dropdown-text>
<b-dropdown-divider/>
<b-dropdown-text>
<div style="font-size: 13px;">
<strong>TomoMaster up to 1.4.1</strong>
New features have been added to.
<p>- Disable sorting masternodes by name</p>
<p>- Hide voters who unvoted all TOMO</p>
<p>- Show slashing history</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.2",
"version": "1.6.0",
"description": "TomoChain Governance DApp",
"main": "elect.js",
"scripts": {
Expand Down

0 comments on commit 9848b8b

Please sign in to comment.