Raise version to 0.12.7

This commit is contained in:
tecnovert 2024-02-09 11:36:50 +02:00
parent 7bf5f7ddfa
commit 1f810fab6b
No known key found for this signature in database
GPG key ID: 8ED6D8750C4E3F93
2 changed files with 29 additions and 1 deletions

View file

@ -1,3 +1,3 @@
name = "basicswap"
__version__ = "0.12.6"
__version__ = "0.12.7"

View file

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