Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release updates for v0.8.0 #81

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
46 changes: 45 additions & 1 deletion downloads.html
Expand Up @@ -2,7 +2,7 @@
layout: page
title: Bisq Downloads ‹ Bisq - The decentralized Bitcoin exchange
banner: /images/roadmap1.png
version: 0.7.1
version: 0.8.0
---
<h1>Bisq Downloads</h1>

Expand All @@ -24,6 +24,31 @@ <h1>Bisq Downloads</h1>
display: "";
}

img {
max-width: 100%;
height: auto;
}

#android-badge-img {
height: auto;
width: 160px;
}

#apple-badge-img {
margin:6%;width:88%;
}

#app-download td {
width:200px;
}

.not-active {
pointer-events: none;
cursor: default;
text-decoration: none;
opacity: 0.4;
filter: alpha(opacity=40); /* msie */
}
</style>

<script src="/js/downloads.js"></script>
Expand Down Expand Up @@ -84,3 +109,22 @@ <h1>Bisq Downloads</h1>
<br>

<p>See <a href="https://docs.bisq.network/getting-started.html">Getting Started with Bisq</a> for instructions how to complete your first trade.</p>

<h2>Bisq Mobile Notifications</h2>

<p>Bisq version {{ page.version }} or higher is required to receive mobile notifications.</p>

<table id="app-download" style="text-align: center;">
<tr>
<td>
<a href="https://play.google.com/store/apps/details?id=com.joachimneumann.bisq-notifications&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1" class="not-active"><img id="android-badge-img" alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png"/></a>
Currently in Beta <br>(Join <a href="https://bisq.network/slack-invite">#bisq-mobile on Slack</a> for access)
</td>
<td>
<a href="#" id="apple-badge-img" class="not-active" style="display:inline-block;overflow:hidden;background:url(https://linkmaker.itunes.apple.com/assets/shared/badges/de-de/appstore-lrg.svg) no-repeat;width:135px;height:40px;background-size:contain;"></a>
Waiting for review
</td>
</tr>
</table>


26 changes: 15 additions & 11 deletions roadmap.md
Expand Up @@ -12,22 +12,26 @@ This Roadmap might change at any time, especially in response to [Community](/co
## Planned milestones

### Version 1.0
- Bisq DAO compensation requests
- Bisq DAO voting
- Bisq DAO bonding
- New mediation and arbitration system
- UI improvements
- Bisq DAO

### Version 0.9
- Trading features for mobile app
- UI improvements

### Version 0.8
- Notifications for mobile app and email
- UI improvements
- Redesign

## Releases

### Version 0.8
Released [August 22nd 2018](https://github.com/bisq-network/bisq-desktop/releases/tag/v0.8.0)
- Rounding of fiat values to improve privacy
- Add mobile notifications
- Fix transaction broadcast issue
- Add HalCash
- Add Face to Face payment
- Add warning popup for languages not natively supported by arbitration
- Reflect new repository structure in issue links
- Fix reseting of amount column in trade statistics
- Added DAO code
- Refactoring of generics

### Version 0.7.1
Released [July 4th 2018](https://github.com/bisq-network/bisq-desktop/releases/tag/v0.7.1)
- Ack messages for all trade, offer- and dispute messages
Expand Down