btc-rpc-explorer v1.1.8, RTL fix for hidden sidebar, Changelog (#124)

* btc-rpc-explorer v1.1.8

* btc-rpc-explorer v1.1.8

* Update CHANGELOG

* Fix error on sidebar hidden on RTL

* Update CHANGELOG

* Update CHANGELOG
This commit is contained in:
Amiga500 2020-01-11 02:40:16 +01:00 committed by Taylor Helsper
parent 3447b60aa4
commit c1c6deb6a1
4 changed files with 19 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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