mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-25 05:58:06 +00:00
Tag v0.1.69
This commit is contained in:
parent
42b84727e5
commit
aa3694abd3
|
@ -1,3 +1,8 @@
|
|||
=== v0.1.69 ===
|
||||
- Add GUI to HDMI output
|
||||
- Add WebSSH for easier SSH access
|
||||
- Improve Upgrades
|
||||
|
||||
=== v0.1.68 ===
|
||||
- Install JoinMarket
|
||||
- Fix issues with Docker installation
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
rm -rf $(dirname $0)/out/rootfs_*
|
||||
|
||||
fswatch $(dirname $0)/rootfs $(dirname $0)/CHANGELOG | (while read; do $(dirname $0)/make_rootfs.sh; echo "Update rootfs!"; done)
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.1.68
|
||||
0.1.69
|
Loading…
Reference in New Issue
Block a user