mirror of
https://github.com/basicswap/basicswap.git
synced 2024-11-16 15:58:17 +00:00
Raise version to 0.12.7
This commit is contained in:
parent
7bf5f7ddfa
commit
1f810fab6b
2 changed files with 29 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
name = "basicswap"
|
||||
|
||||
__version__ = "0.12.6"
|
||||
__version__ = "0.12.7"
|
||||
|
|
|
@ -1,3 +1,31 @@
|
|||
0.12.7
|
||||
==============
|
||||
|
||||
- basicswap-prepare
|
||||
- Sets --usetorproxy automatically when tor is enabled on existing installs for commands that access the network.
|
||||
- Disable with --notorproxy
|
||||
- Switch the LTC download URL to github (works over Tor)
|
||||
- Sets `wshost` to match `htmlhost` by default
|
||||
- doc: Simplify docker tor install notes.
|
||||
- Basicswap will set monero-wallet-rpc proxy when Tor is enabled if the host ip setting (`rpchost`) for the monerod instance is not a private ip.
|
||||
- Works for automatically selected daemons too.
|
||||
- Override with a `use_tor` parameter in the Monero section of basicswap.json.
|
||||
- Basicswap sets monero-wallet-rpc `--trusted-daemon` if the host ip setting for the monerod instance is a private ip.
|
||||
- Override with the `trusted_daemon` parameter in the Monero section of basicswap.json.
|
||||
- Defaults to auto.
|
||||
- Override in basicswap-prepare with `--trustremotenode`
|
||||
- Add settings in basicswap.json to set Monero rpc timeouts
|
||||
- `rpctimeout`, `walletrpctimeout` and `walletrpctimeoutlong` in the Monero section of basicswap.json.
|
||||
- `wallet_update_timeout` in basicswap.json to set how long the wallet ui page waits for an rpc response.
|
||||
|
||||
|
||||
0.12.6
|
||||
==============
|
||||
|
||||
- ui: Display count of locked UTXOs on wallet page.
|
||||
- Only shows if locked UTXOs is > 0
|
||||
|
||||
|
||||
0.12.5
|
||||
==============
|
||||
|
||||
|
|
Loading…
Reference in a new issue