diff --git a/downloads.html b/downloads.html index 5377e489..45eec81f 100644 --- a/downloads.html +++ b/downloads.html @@ -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 ---

Bisq Downloads

@@ -24,6 +24,31 @@

Bisq Downloads

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 */ +} @@ -84,3 +109,22 @@

Bisq Downloads


See Getting Started with Bisq for instructions how to complete your first trade.

+ +

Bisq Mobile Notifications

+ +

Bisq version {{ page.version }} or higher is required to receive mobile notifications.

+ + + + + + +
+ Get it on Google Play + Currently in Beta
(Join #bisq-mobile on Slack for access) +
+ + Waiting for review +
+ + diff --git a/roadmap.md b/roadmap.md index 4b7d15f0..c30225b1 100644 --- a/roadmap.md +++ b/roadmap.md @@ -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