From 52c4e3a2562c2f1a26f5416c3ef38fa4d92b8b8f Mon Sep 17 00:00:00 2001 From: Sam Detweiler Date: Mon, 9 Dec 2019 09:43:32 -0600 Subject: [PATCH] add changelog update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b1543f..d1531aeb 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Updated - updated raspberry.sh installer script to handle new platform issues, split node/npm, pm2, and screen saver changes - improve handling for armv6l devices, where electron support has gone away, add optional serveronly config option +- improved run-start.sh to handle for serveronly mode, by choice, or when electron not available ---