File tree 2 files changed +25
-1
lines changed
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Bitcoin Node Manager Changelog
2
2
3
+ ## 0.5.0 Beta - 2020-04-29
4
+
5
+ Please delete ` data/geodatapeers.inc ` to aviod any peer information issues
6
+
7
+ ### New
8
+
9
+ - Display node uptime on start page
10
+ - You can now execute your rules via command line. ` php /path/to/your/index.php yourtoken ` (see rules page for more information)
11
+
12
+ ### Improved
13
+
14
+ - Better protection against XSS and other attacks
15
+ - Layout improvements
16
+
17
+ ### Fixed
18
+
19
+ - Block voting detection
20
+ - Execute rules
21
+ - Session error
22
+ - Saving geodata fpr new peers
23
+ - Various asset imports
24
+ - Removed unused .js files
25
+ - Removed unused variables
26
+
3
27
## 0.4.1 Beta - 2020-04-27
4
28
5
29
### Improved
Original file line number Diff line number Diff line change 1
1
<footer>
2
2
<div class="pull-right">
3
- <i class="fa fa-bitcoin orange"></i> <a href="https://github.com/mirobit/bitcoin-node-manager"> Node Manger v0.4.1 </a> - © 2020
3
+ <i class="fa fa-bitcoin orange"></i> <a href="https://github.com/mirobit/bitcoin-node-manager"> Node Manger v0.5.0 </a> - © 2020
4
4
</div>
5
5
<div class="clearfix"></div>
6
6
</footer>
You can’t perform that action at this time.
0 commit comments