diff --git a/CHANGELOG b/CHANGELOG index 463f4fac..cf6aabe1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,19 +1,23 @@ +=== v0.1.79 === +- Upgrade BTC RPC Explorer to v1.1.8 +- Fix issue hidden sidebar on RTL + === v0.1.78 === - Fix issue displaying main page === v0.1.77 === -- Upgrade whirlpool cli to 0.10.2 +- Upgrade Whirlpool CLI to v0.10.2 - Upgrade RTL to v0.6.0 - Improve settings page layout and info === v0.1.76 === -- Upgrade whirlpool cli to 0.10.1 +- Upgrade Whirlpool CLI to v0.10.1 - Fix issue with building docker images - Add logout button - Add default password hint === v0.1.75 === -- Basic whirlpool support +- Basic Whirlpool support - Add Mempool.Space mempool viewer - BTC RPC Explorer v1.1.5 - Improve tor status reporting diff --git a/rootfs/standard/usr/bin/mynode_post_upgrade.sh b/rootfs/standard/usr/bin/mynode_post_upgrade.sh index 11cc5e3a..d700b4ea 100755 --- a/rootfs/standard/usr/bin/mynode_post_upgrade.sh +++ b/rootfs/standard/usr/bin/mynode_post_upgrade.sh @@ -255,7 +255,7 @@ if [ "$CURRENT" != "$RTL_UPGRADE_URL" ]; then fi # Upgrade Bitcoin RPC Explorer -BTCRPCEXPLORER_UPGRADE_URL=https://github.com/janoside/btc-rpc-explorer/archive/v1.1.5.tar.gz +BTCRPCEXPLORER_UPGRADE_URL=https://github.com/janoside/btc-rpc-explorer/archive/v1.1.8.tar.gz BTCRPCEXPLORER_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.btcrpcexplorer_url CURRENT="" if [ -f $BTCRPCEXPLORER_UPGRADE_URL_FILE ]; then diff --git a/rootfs/standard/usr/share/mynode/RTL.conf b/rootfs/standard/usr/share/mynode/RTL.conf index 0dd5941b..69916f29 100644 --- a/rootfs/standard/usr/share/mynode/RTL.conf +++ b/rootfs/standard/usr/share/mynode/RTL.conf @@ -10,13 +10,17 @@ rtlCookiePath= logoutRedirectLink=/login [Settings] -flgSidenavOpened=true -flgSidenavPinned=true -menu=Vertical -menuType=Regular -theme=dark-blue -satsToBTC=false +#flgSidenavOpened=true +#flgSidenavPinned=true +#menu=Vertical +#menuType=Regular +#theme=dark-blue +#satsToBTC=false bitcoindConfigPath=/home/bitcoin/.bitcoin/bitcoin.conf enableLogging=true port=3010 lndServerUrl=https://localhost:10080/v1 +userPersona=OPERATOR +themeMode=DAY +themeColor=PURPLE +currencyUnit=USD diff --git a/setup/setup_device.sh b/setup/setup_device.sh index fcd81504..0e38beb4 100755 --- a/setup/setup_device.sh +++ b/setup/setup_device.sh @@ -366,7 +366,7 @@ fi # Install Bitcoin RPC Explorer -BTCRPCEXPLORER_UPGRADE_URL=https://github.com/janoside/btc-rpc-explorer/archive/v1.1.5.tar.gz +BTCRPCEXPLORER_UPGRADE_URL=https://github.com/janoside/btc-rpc-explorer/archive/v1.1.8.tar.gz BTCRPCEXPLORER_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.btcrpcexplorer_url CURRENT="" if [ -f $BTCRPCEXPLORER_UPGRADE_URL_FILE ]; then