Skip to content

Commit f43dcbe

Browse files
authored
v0.8.0 (#435)
* Update USER-INTERFACE-INTERFACE.md adjusted RouteFound response format * Update README.md updated Readme with badge and adding MASQ Browser
1 parent 60d46da commit f43dcbe

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# MASQ Node ![masq-logo](images/masq-logo-sm.png)
22

3+
<div align="center">
4+
35
![ci-matrix](https://github.com/MASQ-Project/Node/workflows/ci-matrix/badge.svg)
6+
[![GitHub Release](https://img.shields.io/github/v/release/MASQ-Project/Node?display_name=release&color=green)](https://github.com/MASQ-Project/Node/releases/latest)
7+
[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/masq)
8+
9+
</div>
410

511
MASQ Node combines the benefits of VPN and Tor technology, to create superior next-generation privacy software, where
612
users are rewarded for supporting an uncensored, global Web. Users gain privacy and anonymity, while helping promote
@@ -43,7 +49,7 @@ A [Knowledge Base](https://docs.masq.ai/masq) and testing resources are being re
4349
levels of technical ability.
4450

4551
There you can find further information, guides and configuration examples for running MASQ Node from:
46-
- MASQ app - v0.2 (formerly called "GEMINI")
52+
- [MASQ Browser](https://masqbrowser.com)
4753
- CLI
4854
- Docker image
4955

@@ -66,7 +72,7 @@ To help navigate the codebase, here are the README.md links for all documented c
6672

6773
### Downloading Official Releases
6874

69-
We haven't set up any official releases yet; but when we do, instructions will appear here.
75+
Releases will appear on our GitHub page - click on the badge above for the latest stable beta build, or go to our [Releases page](https://github.com/MASQ-Project/Node/releases/latest)
7076

7177
### Downloading the Latest Build
7278

USER-INTERFACE-INTERFACE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ There are following three connection stages:
512512

513513
1. NotConnected: No external neighbor is connected to us.
514514
2. ConnectedToNeighbor: External node(s) are connected to us.
515-
3. ThreeHopsRouteFound: You can relay data over the network.
515+
3. RouteFound: You can relay data over the network.
516516

517517
The Node can only be on one of these connection stages during any moment of the Node's lifetime.
518518

0 commit comments

Comments
 (0)