Tag v0.1.69

This commit is contained in:
Taylor Helsper 2019-11-25 19:25:15 -06:00
parent 42b84727e5
commit aa3694abd3
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
=== v0.1.69 ===
- Add GUI to HDMI output
- Add WebSSH for easier SSH access
- Improve Upgrades
=== v0.1.68 === === v0.1.68 ===
- Install JoinMarket - Install JoinMarket
- Fix issues with Docker installation - Fix issues with Docker installation

View File

@ -1,4 +1,6 @@
#!/bin/bash #!/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) fswatch $(dirname $0)/rootfs $(dirname $0)/CHANGELOG | (while read; do $(dirname $0)/make_rootfs.sh; echo "Update rootfs!"; done)

View File

@ -1 +1 @@
0.1.68 0.1.69