Skip to content

Commit 0434069

Browse files
committed
Release 1.2.0
1 parent 7f3eea1 commit 0434069

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Diff for: CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Bitcoin Node Manager Changelog
22

3+
## 1.2.0 - 2021-01-17
4+
5+
The release is important for the compatibility with Bitcoin Core 0.21.0
6+
7+
- [**New**] You can now run BNM via Docker Compose (see the README)
8+
- [**Improved**] See if a peer is incoming our outgoing (mouseover IP)
9+
- [**Improved**] Moved ping column to IP column (mouseover)
10+
- [**Improved**] Detect if peers support Compact Filters
11+
- [**Improved**] More detailed error messages if something is wrong with the Core RPC
12+
- [**Improved**] More reliable RPC calls
13+
- [**Fixed**] Mobile layout
14+
- [**Fixed**] Whitelist check (0.21.0 compatibility)
15+
- [**Fixed**] Removed banscore (0.21.0 compatibility)
16+
- [**Fixed**] Onion v3 address detection (0.21.0 compatibility)
17+
- [**Fixed**] Removed list of memory pools transaction due to size (>100MB)
18+
- [**Fixed**] Softfork voting time
19+
320
## 1.1.0 - 2020-12-19
421

522
The release brings some new features and a few bug fixes.

Diff for: views/footer.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer>
22
<div class="pull-right">
3-
<i class="fa fa-bitcoin orange"></i> <a href="https://github.com/mirobit/bitcoin-node-manager"> Node Manager v1.1.0</a> - © 2017 - 2021
3+
<i class="fa fa-bitcoin orange"></i> <a href="https://github.com/mirobit/bitcoin-node-manager"> Node Manager 1.2.0</a> - © 2017 - 2021
44
</div>
55
<div class="clearfix"></div>
66
</footer>

0 commit comments

Comments
 (0)