Skip to content

Commit c66b841

Browse files
committed
0.5.0 release
1 parent 92e2b0c commit c66b841

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

Diff for: CHANGELOG.md

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

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+
327
## 0.4.1 Beta - 2020-04-27
428

529
### Improved

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 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
44
</div>
55
<div class="clearfix"></div>
66
</footer>

0 commit comments

Comments
 (0)